hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
3a381c3f47.
This commit is contained in:
Peter Simons 2020-06-30 02:30:21 +02:00
parent 33c6c405f7
commit 54730491f6

View File

@ -48651,8 +48651,8 @@ self: {
}:
mkDerivation {
pname = "calamity";
version = "0.1.17.0";
sha256 = "1nnprsc73h6zmmaz49y6msx5fh0qz85mlk3c62y8fqggbhl3xdfs";
version = "0.1.17.1";
sha256 = "1nxv3zm48jpdg4a7plnfqvkn314wl7hr8f86b9ih527m7yldv27w";
libraryHaskellDepends = [
aeson async base bytestring colour concurrent-extra containers
data-default-class data-flags deepseq deque df1 di-polysemy
@ -70406,8 +70406,8 @@ self: {
({ mkDerivation, base, bifunctors, reflection, template-haskell }:
mkDerivation {
pname = "derive-lifted-instances";
version = "0.1.1";
sha256 = "107nfd2q54whsaagq3wjh43dr0hgncczanw90lyiqirjr4kz07hs";
version = "0.2";
sha256 = "1bms5m5hfrq4qg1gxxc045qms9jqrqgbd0695cxqnx9vyr86fpxf";
libraryHaskellDepends = [
base bifunctors reflection template-haskell
];
@ -75117,8 +75117,8 @@ self: {
({ mkDerivation, base, dobutokO-frequency }:
mkDerivation {
pname = "dobutokO-effects";
version = "0.1.0.0";
sha256 = "1fyqp3487ygrmdd49nk0wq8q2ldfc71ifmns5c5nisjdbgsjrb5n";
version = "0.2.0.0";
sha256 = "1xf5s6phcw2xwwz7qvklzql5hrfz7mr17yzqcm88hc8a4bqj421x";
libraryHaskellDepends = [ base dobutokO-frequency ];
description = "A library to deal with SoX effects and possibilities";
license = stdenv.lib.licenses.mit;
@ -75128,8 +75128,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "dobutokO-frequency";
version = "0.1.0.0";
sha256 = "0kf52302jp1q7mfxr3520jk6vw06j0k6r3xry6mlx1lryirgq8k4";
version = "0.1.1.0";
sha256 = "11ngz39dqdcv6xkff9b590cbhd94gx1q71v6cz3birmhvbf8qwrm";
libraryHaskellDepends = [ base ];
description = "Helps to create experimental music. Working with frequencies and types.";
license = stdenv.lib.licenses.mit;
@ -91440,10 +91440,8 @@ self: {
}:
mkDerivation {
pname = "free-functors";
version = "1.1.1";
sha256 = "0bk985q1663rsgmkr08x6zr5yqvf84g0w7450qzccivis4wc5hp2";
revision = "1";
editedCabalFile = "0wvqwfvvl82z6jr7zy8f38bbqvjiikric8k7krcrlqix4v7zd6zi";
version = "1.1.2";
sha256 = "1qkn7irp1zids0dvi7xn17kk8wmwkqnys78qy5n27dhsgi2l1avs";
libraryHaskellDepends = [
base bifunctors comonad contravariant derive-lifted-instances
profunctors template-haskell transformers
@ -104861,8 +104859,8 @@ self: {
}:
mkDerivation {
pname = "goldplate";
version = "0.1.0";
sha256 = "0ccy1xcch224b09ka75j11zw6c0lm1rygc3910s7zlq8illlj34s";
version = "0.1.1";
sha256 = "0qjqx3yxlyfdj6glych7vwrrh47nrp6xi0vncga2a94hb5sljzzl";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -116746,8 +116744,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store";
version = "0.34.2";
sha256 = "0zfgw30y9yv2nx6rnh7fw44l9a19gr2c9p8xcqhpswllv4jy7w33";
version = "0.34.3";
sha256 = "1x8gfffqywgm5rmvfgnk628mb9hczp9x1ihd3jap8kh7ip2rgccp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -116787,8 +116785,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store-data";
version = "0.34.2";
sha256 = "0bl5kibh7q3awgbiyhw5mvak2jxc4rd3wajb52llfhslrghj6kx1";
version = "0.34.3";
sha256 = "1c40qnqg18jqdzidkl4a9v0pwb9ngzhc1zxa7kw3g61vj8wlhkv2";
libraryHaskellDepends = [
aeson base bytestring cereal containers data-default deepseq
hashable haskoin-core http-client http-types lens mtl network
@ -132414,6 +132412,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"hspec-golden_0_1_0_2" = callPackage
({ mkDerivation, base, directory, hspec, hspec-core
, optparse-applicative, silently
}:
mkDerivation {
pname = "hspec-golden";
version = "0.1.0.2";
sha256 = "0yisrx8zjd2dhr0zb1m24sj61fjlkjwavi930rfs1cc7d34ji91i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base directory hspec-core ];
executableHaskellDepends = [ base directory optparse-applicative ];
testHaskellDepends = [ base directory hspec hspec-core silently ];
description = "Golden tests for hspec";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-golden-aeson" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
, filepath, hspec, hspec-core, QuickCheck, quickcheck-arbitrary-adt
@ -151884,6 +151900,41 @@ self: {
broken = true;
}) {};
"language-dickinson" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring
, composition-prelude, containers, criterion, deepseq, directory
, filepath, happy, haskeline, microlens, microlens-mtl, mtl
, optparse-applicative, pretty-simple, prettyprinter, random, tasty
, tasty-golden, tasty-hunit, text, transformers, zstd
}:
mkDerivation {
pname = "language-dickinson";
version = "0.1.0.0";
sha256 = "0aq948mln0gc3f5ngb1wnykw233fyp4wmaak4mb1rxjbmfhwyvqw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring composition-prelude containers deepseq
directory filepath microlens microlens-mtl mtl prettyprinter random
text transformers
];
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [
base binary bytestring containers directory filepath haskeline
microlens microlens-mtl mtl optparse-applicative prettyprinter
random text zstd
];
testHaskellDepends = [
base bytestring filepath pretty-simple prettyprinter tasty
tasty-golden tasty-hunit text
];
benchmarkHaskellDepends = [ base binary bytestring criterion ];
doHaddock = false;
description = "A language for generative literature";
license = stdenv.lib.licenses.bsd3;
}) {};
"language-docker" = callPackage
({ mkDerivation, base, bytestring, containers, data-default-class
, hspec, HUnit, megaparsec, prettyprinter, QuickCheck, split, text
@ -156394,6 +156445,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"lifted-async_0_10_1_1" = callPackage
({ mkDerivation, async, base, constraints, criterion, deepseq
, HUnit, lifted-base, monad-control, mtl, tasty
, tasty-expected-failure, tasty-hunit, tasty-th, transformers-base
}:
mkDerivation {
pname = "lifted-async";
version = "0.10.1.1";
sha256 = "1x02dhcih1diw2076b918r3646xw3vbzg99sqpm6iw8yd5sds20p";
libraryHaskellDepends = [
async base constraints lifted-base monad-control transformers-base
];
testHaskellDepends = [
async base HUnit lifted-base monad-control mtl tasty
tasty-expected-failure tasty-hunit tasty-th
];
benchmarkHaskellDepends = [ async base criterion deepseq ];
description = "Run lifted IO operations asynchronously and wait for their results";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lifted-base" = callPackage
({ mkDerivation, base, criterion, HUnit, monad-control, monad-peel
, test-framework, test-framework-hunit, transformers
@ -172004,6 +172077,27 @@ self: {
broken = true;
}) {inherit (pkgs) mpich;};
"mpi-hs_0_7_2_0" = callPackage
({ mkDerivation, base, bytestring, c2hs, monad-loops, mpich }:
mkDerivation {
pname = "mpi-hs";
version = "0.7.2.0";
sha256 = "1d68py61h09qshzr3lx66cgs2f2kxzdmy3z35hsf96wi9aqz3fr5";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring monad-loops ];
librarySystemDepends = [ mpich ];
libraryToolDepends = [ c2hs ];
executableHaskellDepends = [ base ];
executableSystemDepends = [ mpich ];
testHaskellDepends = [ base monad-loops ];
testSystemDepends = [ mpich ];
description = "MPI bindings for Haskell";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {inherit (pkgs) mpich;};
"mpi-hs-binary" = callPackage
({ mkDerivation, base, binary, bytestring, monad-loops, mpi-hs }:
mkDerivation {
@ -188547,8 +188641,8 @@ self: {
}:
mkDerivation {
pname = "patat";
version = "0.8.4.3";
sha256 = "1zz007l9ap9qlhgwr7jjavr6h5r1cnr9wflyxpvjmdzmn6ch74w4";
version = "0.8.5.0";
sha256 = "1b4g5m32dv7905q51p4f23c9d4sfy5jvwbq7wgwsa2mwl8hf5cds";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -233779,6 +233873,8 @@ self: {
pname = "ssh";
version = "0.3.2";
sha256 = "1gr64sv802n9l72lp608xxi9nbh165dzn22m52s0yc35vf717rq1";
revision = "1";
editedCabalFile = "1y5c3z86mi7fc0awlvmq85y40nhws4591njjs85xj0grxrizx5bg";
libraryHaskellDepends = [
asn1-encoding asn1-types base base64-string binary bytestring
cereal containers crypto-api crypto-pubkey-types
@ -264683,8 +264779,8 @@ self: {
}:
mkDerivation {
pname = "wai-saml2";
version = "0.1.0.0";
sha256 = "06fvpcnznb883xqzi4shs3gk0ih8vix6a6dhv6azk3ca7gblzb84";
version = "0.2.1.0";
sha256 = "0yljqfrrp426pn17fq28arw3ygrb3i84fr28r0hns0cv4a4sz4gx";
libraryHaskellDepends = [
base base64-bytestring bytestring c14n cryptonite
data-default-class http-types mtl text time vault wai wai-extra
@ -271466,40 +271562,40 @@ self: {
({ mkDerivation, aeson, aeson-options, async, base, bytestring
, cmark-gfm, containers, data-default, deepseq, directory
, directory-tree, filepath, fmt, Glob, hspec, hspec-discover
, http-client, http-types, lens, mtl, o-clock, optparse-applicative
, pretty-terminal, QuickCheck, req, roman-numerals
, template-haskell, text, text-metrics, th-lift-instances
, th-utilities, universum, with-utf8, yaml
, http-client, http-types, lens, modern-uri, mtl, o-clock
, optparse-applicative, pretty-terminal, QuickCheck, req
, roman-numerals, template-haskell, text, text-metrics
, th-lift-instances, th-utilities, universum, with-utf8, yaml
}:
mkDerivation {
pname = "xrefcheck";
version = "0.1.1.2";
sha256 = "177pxga1jylm5kgnx0bj6sf2vsspgy24inpx7sk49hf297fnykll";
version = "0.1.2";
sha256 = "0m3cya6rfx7ypq4sp172z9fnnl6n11v98f6bj003phrapl6s0vnn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-options async base bytestring cmark-gfm containers
data-default deepseq directory directory-tree filepath fmt Glob
http-client http-types lens mtl o-clock optparse-applicative
pretty-terminal req roman-numerals template-haskell text
text-metrics th-lift-instances th-utilities universum with-utf8
yaml
http-client http-types lens modern-uri mtl o-clock
optparse-applicative pretty-terminal req roman-numerals
template-haskell text text-metrics th-lift-instances th-utilities
universum with-utf8 yaml
];
executableHaskellDepends = [
aeson aeson-options async base bytestring cmark-gfm containers
data-default deepseq directory directory-tree filepath fmt Glob
http-client http-types lens mtl o-clock optparse-applicative
pretty-terminal req roman-numerals template-haskell text
text-metrics th-lift-instances th-utilities universum with-utf8
yaml
http-client http-types lens modern-uri mtl o-clock
optparse-applicative pretty-terminal req roman-numerals
template-haskell text text-metrics th-lift-instances th-utilities
universum with-utf8 yaml
];
testHaskellDepends = [
aeson aeson-options async base bytestring cmark-gfm containers
data-default deepseq directory directory-tree filepath fmt Glob
hspec http-client http-types lens mtl o-clock optparse-applicative
pretty-terminal QuickCheck req roman-numerals template-haskell text
text-metrics th-lift-instances th-utilities universum with-utf8
yaml
hspec http-client http-types lens modern-uri mtl o-clock
optparse-applicative pretty-terminal QuickCheck req roman-numerals
template-haskell text text-metrics th-lift-instances th-utilities
universum with-utf8 yaml
];
testToolDepends = [ hspec-discover ];
license = stdenv.lib.licenses.mpl20;