Skip to content

Commit

Permalink
hackage-packages.nix: automatic Haskell package set update
Browse files Browse the repository at this point in the history
This update was generated by hackage2nix v2.5-9-g8a6ffec-dirty from Hackage revision
commercialhaskell/all-cabal-hashes@9e7aa35.
  • Loading branch information
peti committed Sep 20, 2017
1 parent e200cfb commit 0dddef4
Showing 1 changed file with 156 additions and 47 deletions.
203 changes: 156 additions & 47 deletions pkgs/development/haskell-modules/hackage-packages.nix
Expand Up @@ -11412,6 +11412,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};

"List_0_6_1" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "List";
version = "0.6.1";
sha256 = "0ar4bpfv9nqc3bdwg6rlcnwr5si2df38ch8m2wnnl0346yzvmjni";
libraryHaskellDepends = [ base transformers ];
homepage = "http://github.com/yairchu/generator";
description = "List monad transformer and class";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"ListLike" = callPackage
({ mkDerivation, array, base, bytestring, containers, deepseq
, dlist, fmlist, HUnit, QuickCheck, random, text, utf8-string
Expand Down Expand Up @@ -25831,17 +25844,15 @@ self: {
}) {inherit (pkgs) openssl;};

"apecs" = callPackage
({ mkDerivation, base, containers, criterion, linear, mtl, random
, sdl2, vector
({ mkDerivation, base, containers, criterion, linear, mtl
, QuickCheck, vector
}:
mkDerivation {
pname = "apecs";
version = "0.2.0.2";
sha256 = "177cym1wfkfw2abg3hs17fj569j189vr99a98avh1nnf6bgv8hk9";
isLibrary = true;
isExecutable = true;
version = "0.2.0.3";
sha256 = "0bsaxgmkcy4jpvf98frqa6dhdwzk2m59bcshb6rqx8ixllinpyvp";
libraryHaskellDepends = [ base containers mtl vector ];
executableHaskellDepends = [ base linear random sdl2 ];
testHaskellDepends = [ base QuickCheck ];
benchmarkHaskellDepends = [ base criterion linear ];
homepage = "https://github.com/jonascarpay/apecs#readme";
description = "A fast ECS for game engine programming";
Expand Down Expand Up @@ -42109,6 +42120,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};

"checkmate" = callPackage
({ mkDerivation, base, bytestring, containers, diff-parse
, directory, file-embed, filepath, github, hlint, hspec
, hspec-megaparsec, interpolatedstring-perl6, megaparsec
, monad-parallel, optparse-applicative, QuickCheck, quickcheck-text
, range, temporary, text
}:
mkDerivation {
pname = "checkmate";
version = "0.1.3";
sha256 = "1i0hbbgg5lh44azk5vsm6nppazgn657942rcx6h08d6925kn6l7v";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers diff-parse directory filepath megaparsec
monad-parallel range text
];
executableHaskellDepends = [
base diff-parse directory filepath github megaparsec
optparse-applicative range text
];
testHaskellDepends = [
base bytestring diff-parse directory file-embed filepath hlint
hspec hspec-megaparsec interpolatedstring-perl6 megaparsec
QuickCheck quickcheck-text range temporary text
];
homepage = "https://github.com/spoqa/checkmate#readme";
description = "Generate checklists relevant to a given patch";
license = stdenv.lib.licenses.gpl3;
}) {};

"chell" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, options, patience
, random, template-haskell, text, transformers
Expand Down Expand Up @@ -52063,19 +52105,13 @@ self: {
}) {};

"currency-codes" = callPackage
({ mkDerivation, aeson, base, bson, lens, random, safe, swagger2
, text
}:
({ mkDerivation, aeson, base, bson, random, safe, text }:
mkDerivation {
pname = "currency-codes";
version = "1.0.0.3";
sha256 = "0lfaikcig22y79fm75jc40d6ii3xrj4firyfssyqcqbyjhvf3fyn";
revision = "1";
editedCabalFile = "0jp3x19zymrjxlzrg98ch2fch9a1c93g41nzcfmxc6jjy5lh7x6z";
libraryHaskellDepends = [
aeson base bson lens random safe swagger2 text
];
homepage = "https://gitlab.com/chordify/currency-codes";
version = "2.0.0.0";
sha256 = "0sdgnzww38l9vhjxs2b92c4j0db4ssbhxs4zrhvnfh66x6jjvnd5";
libraryHaskellDepends = [ aeson base bson random safe text ];
homepage = "https://github.com/chordify/currency-codes";
description = "ISO-4217 Currency Codes";
license = stdenv.lib.licenses.mit;
}) {};
Expand Down Expand Up @@ -70865,8 +70901,8 @@ self: {
}:
mkDerivation {
pname = "fltkhs";
version = "0.5.4.0";
sha256 = "0bg486byrg7mxc6j1v9fj80n43zk813riw5m5ninhyf0f34gjbwh";
version = "0.5.4.1";
sha256 = "0yclwq488g9mz6wsjcch7c5kwgc97rxp0lqjlfj44vbqbjk72l5x";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal directory filepath ];
Expand Down Expand Up @@ -80139,8 +80175,8 @@ self: {
}:
mkDerivation {
pname = "goatee-gtk";
version = "0.3.1.1";
sha256 = "0pgpdk1y140pcdsyry185k0bpdhyr87bqrzk24yv65kgvqs442zm";
version = "0.3.1.2";
sha256 = "19qgkrv22jffvy27ykqyhgqw2qak4888r1d3x1lfs48r3bisli2h";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
Expand Down Expand Up @@ -85359,6 +85395,30 @@ self: {
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};

"hackage-db_2_0" = callPackage
({ mkDerivation, aeson, base, bytestring, Cabal, containers
, directory, filepath, tar, time, utf8-string
}:
mkDerivation {
pname = "hackage-db";
version = "2.0";
sha256 = "09xza82g45nv3gxmryqd2mns4bm8hr6d7hzr7nqdi6zq46s0lfgq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring Cabal containers directory filepath tar time
utf8-string
];
executableHaskellDepends = [
base bytestring Cabal containers utf8-string
];
homepage = "https://github.com/peti/hackage-db#readme";
description = "Access Hackage's package database via Data.Map";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};

"hackage-diff" = callPackage
({ mkDerivation, ansi-terminal, async, attoparsec, base, Cabal
, cpphs, directory, filepath, haskell-src-exts, HTTP, mtl, process
Expand Down Expand Up @@ -97707,8 +97767,8 @@ self: {
}:
mkDerivation {
pname = "hledger-iadd";
version = "1.2.5";
sha256 = "1va5a1j4pa6yvzhk0y4pxs0q80ph3yr8jdbgy422mkvbmczxynna";
version = "1.2.6";
sha256 = "1l5vzhyya5h6sc3l74iy0mnys8bcjp6m5z0m3lqabk37ik31ld36";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
Expand Down Expand Up @@ -98214,6 +98274,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) gsl;};

"hmatrix-gsl-stats_0_4_1_7" = callPackage
({ mkDerivation, base, binary, gsl, hmatrix, storable-complex
, vector
}:
mkDerivation {
pname = "hmatrix-gsl-stats";
version = "0.4.1.7";
sha256 = "1gslgk58lzin43cvbpivhw7nrn9qyaa6qwhy1z9ypvyal5p8n3sa";
libraryHaskellDepends = [
base binary hmatrix storable-complex vector
];
libraryPkgconfigDepends = [ gsl ];
homepage = "http://code.haskell.org/hmatrix-gsl-stats";
description = "GSL Statistics interface";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gsl;};

"hmatrix-mmap" = callPackage
({ mkDerivation, base, hmatrix, mmap }:
mkDerivation {
Expand Down Expand Up @@ -105034,8 +105112,8 @@ self: {
}:
mkDerivation {
pname = "hsyslog-tcp";
version = "0.1.0.0";
sha256 = "06qlpxl5cf45a2y9ncjcngrghbhgf624a6s1yczx1pfx7zqda6i6";
version = "0.2.0.0";
sha256 = "1zbp8l5lj2xb6yczijd76dhdbxfzxpl7han1b01bc8qfw7pkj4g9";
libraryHaskellDepends = [
base bytestring hsyslog hsyslog-udp network text time
];
Expand Down Expand Up @@ -136267,7 +136345,7 @@ self: {
description = "MXNet interface in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {mxnet = null;};
}) {inherit (pkgs) mxnet;};

"mxnet-examples" = callPackage
({ mkDerivation, base, mxnet }:
Expand Down Expand Up @@ -136297,7 +136375,7 @@ self: {
description = "NNVM interface in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {mxnet = null;};
}) {inherit (pkgs) mxnet;};

"myTestlll" = callPackage
({ mkDerivation, ansi-terminal, array, arrows, base, bytestring
Expand Down Expand Up @@ -136723,8 +136801,8 @@ self: {
}:
mkDerivation {
pname = "nakadi-client";
version = "0.2.0.0";
sha256 = "0s9n5zrn6jncgjnj56ffpfmlhd9pmf6r82cq5xl054rxh5kbr79p";
version = "0.2.0.1";
sha256 = "1vg1aflms5hwbx86a9hrs84y9fl6wi2ihgq32ag763kbih3wvcsr";
libraryHaskellDepends = [
aeson aeson-casing base bytestring conduit conduit-combinators
conduit-extra containers hashable http-client http-client-tls
Expand Down Expand Up @@ -156685,24 +156763,25 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};

"pusher-http-haskell_1_4_0_0" = callPackage
"pusher-http-haskell_1_5_0_0" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
, cryptonite, hashable, hspec, http-client, http-types, memory
, QuickCheck, scientific, text, time, transformers
, unordered-containers, vector
, containers, cryptonite, hashable, hspec, HTTP, http-client
, http-types, memory, network-uri, QuickCheck, scientific, text
, time, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "pusher-http-haskell";
version = "1.4.0.0";
sha256 = "0mqv3h2c20p9zzhq87xysjx7fyf3w5ggss975pxdblr5y7x18bmc";
version = "1.5.0.0";
sha256 = "098vj92gwzspqp0xbd4dxxb3dggpdz5gpf616p2spkj9xvdqgy17";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite hashable
http-client http-types memory text time transformers
aeson base base16-bytestring bytestring containers cryptonite
hashable HTTP http-client http-types memory text time transformers
unordered-containers vector
];
testHaskellDepends = [
aeson base bytestring hspec http-client http-types QuickCheck
scientific text transformers unordered-containers vector
aeson base base16-bytestring bytestring cryptonite hspec HTTP
http-client http-types memory network-uri QuickCheck scientific
text time transformers unordered-containers vector
];
homepage = "https://github.com/pusher-community/pusher-http-haskell";
description = "Haskell client library for the Pusher HTTP API";
Expand Down Expand Up @@ -157691,6 +157770,8 @@ self: {
pname = "quickcheck-instances";
version = "0.3.16";
sha256 = "07xqbjb3rb5hzhjak3qpvj4hl91gc0z2272n60hv67zmv3w8kcf1";
revision = "1";
editedCabalFile = "1sfqjhk7z185l0gxrvn5pi3s8mvnqv1d1yzrx0k0mi48y5421jcm";
libraryHaskellDepends = [
array base base-compat bytestring case-insensitive containers
hashable old-time QuickCheck scientific tagged text time
Expand Down Expand Up @@ -181334,8 +181415,8 @@ self: {
}:
mkDerivation {
pname = "static-tensor";
version = "0.1.0.0";
sha256 = "118srwpc648s2472mbr14y7pkf7swfd19p4na0s3b4jxqzrxf4wj";
version = "0.2.0.0";
sha256 = "1jnl9gv2z4554arzfkrna49vn646i4q57l3g8pq4phzzmq79hh1p";
libraryHaskellDepends = [
base deepseq lens mono-traversable singletons split
template-haskell
Expand Down Expand Up @@ -182930,6 +183011,8 @@ self: {
pname = "streaming-postgresql-simple";
version = "0.2.0.1";
sha256 = "1ffsxwgsaxqnf49n4lnyrh2zy6q9zc1i3ssd03m08ip813pk5j8k";
revision = "1";
editedCabalFile = "1y5j3p3gphr3mnzl1dvfmbm8iipsdy0vq2fk0klxgid1dsqfl2vn";
libraryHaskellDepends = [
base bytestring exceptions postgresql-libpq postgresql-simple
resourcet safe-exceptions streaming transformers
Expand Down Expand Up @@ -191679,6 +191762,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};

"threepenny-gui_0_8_2_0" = callPackage
({ mkDerivation, aeson, async, base, bytestring, containers
, data-default, deepseq, exceptions, file-embed, filepath, hashable
, network-uri, safe, snap-core, snap-server, stm, template-haskell
, text, transformers, unordered-containers, vault, vector
, websockets, websockets-snap
}:
mkDerivation {
pname = "threepenny-gui";
version = "0.8.2.0";
sha256 = "1qmvrkha68f30kdv8hvdkj25sgsski7rnd6dqmvbhqrn6fpsqm8r";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson async base bytestring containers data-default deepseq
exceptions file-embed filepath hashable network-uri safe snap-core
snap-server stm template-haskell text transformers
unordered-containers vault vector websockets websockets-snap
];
homepage = "http://wiki.haskell.org/Threepenny-gui";
description = "GUI framework that uses the web browser as a display";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};

"threepenny-gui-contextmenu" = callPackage
({ mkDerivation, base, threepenny-gui }:
mkDerivation {
Expand Down Expand Up @@ -200074,15 +200183,15 @@ self: {
}) {};

"userid" = callPackage
({ mkDerivation, aeson, base, boomerang, safecopy, web-routes
, web-routes-th
({ mkDerivation, aeson, base, boomerang, cereal, safecopy
, web-routes, web-routes-th
}:
mkDerivation {
pname = "userid";
version = "0.1.2.8";
sha256 = "0911217jymfmdh5j0f66bqgaa5nhs7yf907dgnyyzkysh2473cmh";
version = "0.1.3";
sha256 = "02vcgm7n4s5lljp93q6a3b7xgw6vm6m0hm8qz9qfzgllb2d8b353";
libraryHaskellDepends = [
aeson base boomerang safecopy web-routes web-routes-th
aeson base boomerang cereal safecopy web-routes web-routes-th
];
homepage = "http://www.github.com/Happstack/userid";
description = "The UserId type and useful instances for web development";
Expand Down

0 comments on commit 0dddef4

Please sign in to comment.