hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
f40cab4d6e.
This commit is contained in:
Peter Simons 2020-08-14 20:12:16 +02:00
parent 5020cf8654
commit 62c0e3ac5d

View file

@ -36295,8 +36295,8 @@ self: {
}:
mkDerivation {
pname = "azimuth-hs";
version = "0.2.0";
sha256 = "11mmvis4z7vmvghm47vgsghw7kj9skixcyffg68hqm3cfzncj2wm";
version = "0.2.1";
sha256 = "0gr852mqzd05jhhmszf69r1kk5ja2syq15ac0hdnqzhfzlbq2nrl";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base data-default-class exceptions haskoin-core memory mtl text
@ -66474,38 +66474,40 @@ self: {
"darcs" = callPackage
({ mkDerivation, array, async, attoparsec, base, base16-bytestring
, binary, bytestring, Cabal, cmdargs, containers, cryptohash, curl
, data-ordlist, directory, fgl, filepath, FindBin, graphviz
, hashable, haskeline, html, HTTP, HUnit, mmap, mtl, network
, network-uri, old-time, parsec, process, QuickCheck, random
, regex-applicative, regex-compat-tdfa, sandi, shelly, split, stm
, tar, terminfo, test-framework, test-framework-hunit
, test-framework-quickcheck2, text, time, transformers, unix
, unix-compat, utf8-string, vector, zip-archive, zlib
, binary, bytestring, Cabal, cmdargs, conduit, constraints
, containers, cryptonite, data-ordlist, directory, fgl, filepath
, FindBin, hashable, haskeline, html, http-conduit, http-types
, HUnit, leancheck, memory, mmap, mtl, network, network-uri
, old-time, parsec, process, QuickCheck, regex-applicative
, regex-compat-tdfa, sandi, shelly, split, stm, tar, temporary
, terminfo, test-framework, test-framework-hunit
, test-framework-leancheck, test-framework-quickcheck2, text, time
, transformers, unix, unix-compat, utf8-string, vector, zip-archive
, zlib
}:
mkDerivation {
pname = "darcs";
version = "2.14.5";
sha256 = "1lid725r6p5h568znj859bz4mk30v423yx96xxiqlx54w3wq4kig";
version = "2.16.1";
sha256 = "1q837ibf97f3fm6gcr5l6cc4kb554gm1fhzc2a22fkkj15axivq0";
configureFlags = [ "-fforce-char8-encoding" "-flibrary" ];
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal directory filepath process ];
libraryHaskellDepends = [
array async attoparsec base base16-bytestring binary bytestring
containers cryptohash data-ordlist directory fgl filepath graphviz
hashable haskeline html HTTP mmap mtl network network-uri old-time
parsec process random regex-applicative regex-compat-tdfa sandi stm
tar terminfo text time transformers unix unix-compat utf8-string
vector zip-archive zlib
conduit constraints containers cryptonite data-ordlist directory
fgl filepath hashable haskeline html http-conduit http-types memory
mmap mtl network network-uri old-time parsec process
regex-applicative regex-compat-tdfa sandi stm tar temporary
terminfo text time transformers unix unix-compat utf8-string vector
zip-archive zlib
];
librarySystemDepends = [ curl ];
executableHaskellDepends = [ base ];
testHaskellDepends = [
array base bytestring cmdargs containers directory filepath FindBin
HUnit mtl QuickCheck shelly split test-framework
test-framework-hunit test-framework-quickcheck2 text transformers
zip-archive
array base bytestring cmdargs constraints containers directory
filepath FindBin HUnit leancheck mtl QuickCheck shelly split
test-framework test-framework-hunit test-framework-leancheck
test-framework-quickcheck2 text transformers vector zip-archive
];
doCheck = false;
postInstall = ''
@ -66513,8 +66515,8 @@ self: {
mv contrib/darcs_completion $out/etc/bash_completion.d/darcs
'';
description = "a distributed, interactive, smart revision control system";
license = stdenv.lib.licenses.gpl2;
}) {inherit (pkgs) curl;};
license = stdenv.lib.licenses.gpl2Plus;
}) {};
"darcs-benchmark" = callPackage
({ mkDerivation, base, bytestring, cmdargs, containers, datetime
@ -76045,8 +76047,8 @@ self: {
({ mkDerivation, base, mmsyn3, mmsyn6ukr, mmsyn7s, vector }:
mkDerivation {
pname = "dobutokO-poetry";
version = "0.9.0.1";
sha256 = "1wjxmlcz5xyc3avfm9f74f3scjjqa3a8hn0pav2l0lhkf8r6p5i6";
version = "0.10.0.0";
sha256 = "1lrdlgn49im8rgvsj61k2n3g2ham2gizbv0r95nv4ga71z54lyhj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base mmsyn3 mmsyn6ukr mmsyn7s vector ];
@ -76931,6 +76933,35 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"dotenv_0_8_0_6" = callPackage
({ mkDerivation, base, base-compat, containers, directory
, exceptions, hspec, hspec-megaparsec, megaparsec
, optparse-applicative, process, text, transformers, yaml
}:
mkDerivation {
pname = "dotenv";
version = "0.8.0.6";
sha256 = "0ndgsjjcpmhxaxjn4mmw4cyd6i2y67zpx9ap099k5jw9ad0lbwb0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base base-compat containers directory exceptions megaparsec process
text transformers yaml
];
executableHaskellDepends = [
base base-compat megaparsec optparse-applicative process text
transformers yaml
];
testHaskellDepends = [
base base-compat containers directory exceptions hspec
hspec-megaparsec megaparsec process text transformers yaml
];
description = "Loads environment variables from dotenv files";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dotfs" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, haskell-src, HFuse, HUnit, parsec, process, QuickCheck
@ -83173,19 +83204,17 @@ self: {
];
description = "General purpose live coding framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding_0_2_0_1" = callPackage
"essence-of-live-coding_0_2_1" = callPackage
({ mkDerivation, base, containers, foreign-store, mtl, QuickCheck
, syb, test-framework, test-framework-quickcheck2, transformers
, vector-sized
}:
mkDerivation {
pname = "essence-of-live-coding";
version = "0.2.0.1";
sha256 = "1p814zgbcg7v69mpz3pmil0344xyxjj865c9nvqgpy33hg24vbyc";
version = "0.2.1";
sha256 = "1bjpzz5ph2n4ljhckn2p88pg6c49phigw2f1y9l83wgnvdavdz83";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -83199,7 +83228,6 @@ self: {
description = "General purpose live coding framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-gloss" = callPackage
@ -83215,25 +83243,40 @@ self: {
];
description = "General purpose live coding framework - Gloss backend";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-gloss_0_2_0_1" = callPackage
"essence-of-live-coding-gloss_0_2_1" = callPackage
({ mkDerivation, base, essence-of-live-coding, foreign-store, gloss
, syb, transformers
}:
mkDerivation {
pname = "essence-of-live-coding-gloss";
version = "0.2.0.1";
sha256 = "1xhkwwvlfhfrvx14c71wj6zk22w6f98w4zsp3vlzlq5h5ci00p1s";
version = "0.2.1";
sha256 = "0pgkzfy7w8lylx0bb3vs1d8a2hgaavn2m9rj0v1f6hl193hnimz7";
libraryHaskellDepends = [
base essence-of-live-coding foreign-store gloss syb transformers
];
description = "General purpose live coding framework - Gloss backend";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-gloss-example" = callPackage
({ mkDerivation, base, essence-of-live-coding
, essence-of-live-coding-gloss, gloss, syb, transformers
}:
mkDerivation {
pname = "essence-of-live-coding-gloss-example";
version = "0.2.1";
sha256 = "0rfpl2y6dga86qpq3sfc1kvwsb55d3aw0ckkfn8yflfnad6k884l";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base essence-of-live-coding essence-of-live-coding-gloss gloss syb
transformers
];
description = "General purpose live coding framework - Gloss example";
license = stdenv.lib.licenses.bsd3;
}) {};
"essence-of-live-coding-pulse" = callPackage
@ -83249,25 +83292,40 @@ self: {
];
description = "General purpose live coding framework - pulse backend";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-pulse_0_2_0_1" = callPackage
"essence-of-live-coding-pulse_0_2_1" = callPackage
({ mkDerivation, base, essence-of-live-coding, foreign-store
, pulse-simple, transformers
}:
mkDerivation {
pname = "essence-of-live-coding-pulse";
version = "0.2.0.1";
sha256 = "1cjwnb9ww1493xlqdfblxnfp5kxav9lyp7xkfaawz6j35v9lvzr5";
version = "0.2.1";
sha256 = "02my8bprwij9rxl0x0yb8q9zr137alzl77j5lvd1gl5r5sbvm8pj";
libraryHaskellDepends = [
base essence-of-live-coding foreign-store pulse-simple transformers
];
description = "General purpose live coding framework - pulse backend";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-pulse-example" = callPackage
({ mkDerivation, base, essence-of-live-coding
, essence-of-live-coding-pulse, pulse-simple, transformers, vector
}:
mkDerivation {
pname = "essence-of-live-coding-pulse-example";
version = "0.2.1";
sha256 = "118xlqx67lgyrqi9r581ad2xsqs5x5d19afbfh6200bi618sr8af";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base essence-of-live-coding essence-of-live-coding-pulse
pulse-simple transformers vector
];
description = "General purpose live coding framework - pulse backend example";
license = stdenv.lib.licenses.bsd3;
}) {};
"essence-of-live-coding-quickcheck" = callPackage
@ -83284,18 +83342,16 @@ self: {
];
description = "General purpose live coding framework - QuickCheck integration";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"essence-of-live-coding-quickcheck_0_2_0_1" = callPackage
"essence-of-live-coding-quickcheck_0_2_1" = callPackage
({ mkDerivation, base, boltzmann-samplers, essence-of-live-coding
, QuickCheck, syb, transformers
}:
mkDerivation {
pname = "essence-of-live-coding-quickcheck";
version = "0.2.0.1";
sha256 = "0mmq4b9scz3ib9px65h1fmkzkcy6kxjh5rm88l50h6aia4447a40";
version = "0.2.1";
sha256 = "144840ck2a0wk8pd62c6l9iw6jlvva3yif30mba9m8r1zylaanyj";
libraryHaskellDepends = [
base boltzmann-samplers essence-of-live-coding QuickCheck syb
transformers
@ -83303,7 +83359,6 @@ self: {
description = "General purpose live coding framework - QuickCheck integration";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"estimator" = callPackage
@ -112996,7 +113051,7 @@ self: {
broken = true;
}) {};
"hapistrano_0_4_1_1" = callPackage
"hapistrano_0_4_1_2" = callPackage
({ mkDerivation, aeson, ansi-terminal, async, base, directory
, filepath, formatting, gitrev, hspec, hspec-discover, mtl
, optparse-applicative, path, path-io, process, QuickCheck
@ -113004,8 +113059,8 @@ self: {
}:
mkDerivation {
pname = "hapistrano";
version = "0.4.1.1";
sha256 = "1cxb0bf96jd707h3acxq70jl8bamb7dhbrkr9ils44y3r4kb32kz";
version = "0.4.1.2";
sha256 = "0ylahq6hnyzyhh4fb2d21fwisq8a8x5rij6zrzvhcapnir2vkrn0";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -119196,6 +119251,23 @@ self: {
broken = true;
}) {};
"hasql-optparse-applicative_0_3_0_6" = callPackage
({ mkDerivation, base-prelude, hasql, hasql-pool
, optparse-applicative
}:
mkDerivation {
pname = "hasql-optparse-applicative";
version = "0.3.0.6";
sha256 = "16k6k2qp8avnlsidyjk458lags2633789wvvwdy4xgmiqs1riqr9";
libraryHaskellDepends = [
base-prelude hasql hasql-pool optparse-applicative
];
description = "\"optparse-applicative\" parsers for \"hasql\"";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"hasql-pool" = callPackage
({ mkDerivation, base-prelude, hasql, hspec, resource-pool, time }:
mkDerivation {
@ -152005,6 +152077,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"kubernetes-webhook-haskell_0_2_0_3" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
, text, unordered-containers
}:
mkDerivation {
pname = "kubernetes-webhook-haskell";
version = "0.2.0.3";
sha256 = "1xvc35jibs2nizzp6xgdzzyx6fhgzgqb55a48vl1djbi84s8b4q1";
libraryHaskellDepends = [
aeson base base64-bytestring binary bytestring text
unordered-containers
];
description = "Create Kubernetes Admission Webhooks in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kuifje" = callPackage
({ mkDerivation, base, boxes, containers, lens }:
mkDerivation {
@ -181259,8 +181348,8 @@ self: {
}:
mkDerivation {
pname = "niv";
version = "0.2.15";
sha256 = "1ygjz5yjfb4g583m6cp2dpxzpyj9pvz82i08m33m99nn39w2x105";
version = "0.2.16";
sha256 = "0z2wws28nl7xd5fbc5za287y8ryvfrgha4qh7aahr3x1j9sywpyg";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -186507,8 +186596,8 @@ self: {
}:
mkDerivation {
pname = "optima";
version = "0.4";
sha256 = "0ryrz9739g1zql9ldll2ilfiyazgz5xixk31wajdqz0xdzqg3bbl";
version = "0.4.0.1";
sha256 = "029bizcajhmvkgmr7yb95bbhi00bnvhnlx4crbx06wridhz2lp23";
libraryHaskellDepends = [
attoparsec attoparsec-data base optparse-applicative text
text-builder