3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
(cdep)illabout 2021-07-17 21:47:45 +09:00
parent b1aca54121
commit 627eee1f66
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -45328,6 +45328,8 @@ self: {
pname = "bound";
version = "2.0.3";
sha256 = "0rhpcz99sax81zh2k1ww7g2xgfcna56ppj9xc1l4gfnsrrlb27yg";
revision = "1";
editedCabalFile = "16hy32ccjrch3zw45282m630p5hk1hziapmmk8a5nis2mlkq6z2h";
libraryHaskellDepends = [
base bifunctors binary bytes cereal comonad deepseq hashable mmorph
profunctors template-haskell th-abstraction transformers
@ -80852,8 +80854,8 @@ self: {
}:
mkDerivation {
pname = "dynamic-pipeline";
version = "0.3.0.0";
sha256 = "1izwdj4wdvrdqhd0zy2z1bv1yj1nbn8narwcv8ky77iakid6wzv5";
version = "0.3.1.1";
sha256 = "1ypri47m7xn84lbcn0wj0z3l9y1a51kh5ldmgnza236d9hffw343";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -197948,6 +197950,17 @@ self: {
license = lib.licenses.bsd3;
}) {};
"path-formatting" = callPackage
({ mkDerivation, base, formatting, path }:
mkDerivation {
pname = "path-formatting";
version = "0.1.0.0";
sha256 = "0jfl2ggvghnkwhp8p8r1dswjb5dpng8hifzhjh2a982bmlsln9c6";
libraryHaskellDepends = [ base formatting path ];
description = "Formatting for path";
license = lib.licenses.mit;
}) {};
"path-io" = callPackage
({ mkDerivation, base, containers, directory, dlist, exceptions
, filepath, hspec, path, temporary, time, transformers, unix-compat
@ -221447,27 +221460,26 @@ self: {
}) {};
"rel8" = callPackage
({ mkDerivation, aeson, base, bytestring, case-insensitive
, containers, contravariant, hasql, hedgehog, lifted-base
, monad-control, opaleye, profunctors, scientific, semialign
({ mkDerivation, aeson, base, bifunctors, bytestring
, case-insensitive, comonad, containers, contravariant, hasql
, hasql-transaction, hedgehog, mmorph, opaleye, pretty
, product-profunctors, profunctors, scientific, semialign
, semigroupoids, tasty, tasty-hedgehog, text, these, time
, tmp-postgres, transformers, uuid
}:
mkDerivation {
pname = "rel8";
version = "1.0.0.1";
sha256 = "1kwvib3chqw5xrz6v7z0jy75mgyhqqb755xzn02zz2hvjwfcqc6v";
revision = "1";
editedCabalFile = "04lq11nxq5n6l6hlgqi78xbfknvx7s5mycwzcp2a0p99kcn3x9a4";
version = "1.1.0.0";
sha256 = "1p67r6l89hnl54sgqxsy5w66cx4xxwcxkidm9n1fbc2gzkd4dzbm";
libraryHaskellDepends = [
aeson base bytestring case-insensitive contravariant hasql opaleye
profunctors scientific semialign semigroupoids text these time
transformers uuid
aeson base bifunctors bytestring case-insensitive comonad
contravariant hasql opaleye pretty product-profunctors profunctors
scientific semialign semigroupoids text these time uuid
];
testHaskellDepends = [
base bytestring case-insensitive containers hasql hedgehog
lifted-base monad-control scientific tasty tasty-hedgehog text time
tmp-postgres uuid
base bytestring case-insensitive containers hasql hasql-transaction
hedgehog mmorph scientific tasty tasty-hedgehog text time
tmp-postgres transformers uuid
];
description = "Hey! Hey! Can u rel8?";
license = lib.licenses.bsd3;
@ -238800,6 +238812,28 @@ self: {
license = lib.licenses.bsd3;
}) {};
"simple-media-timestamp" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "simple-media-timestamp";
version = "0.2.0.0";
sha256 = "1v4svw4s07m538dyma2bmfxkpw8mr6z8gh6cs75cvgpjzbvxqvs1";
libraryHaskellDepends = [ base ];
description = "A very simple timestamp";
license = lib.licenses.mit;
}) {};
"simple-media-timestamp-formatting" = callPackage
({ mkDerivation, base, formatting, simple-media-timestamp }:
mkDerivation {
pname = "simple-media-timestamp-formatting";
version = "0.1.0.0";
sha256 = "05km174zc9as8aa4l18fgwnjl19068kqr1chvmnn7r3b8ms00z57";
libraryHaskellDepends = [ base formatting simple-media-timestamp ];
description = "Formatting for simple-media-timestamp";
license = lib.licenses.mit;
}) {};
"simple-money" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {