hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
f254e26790
.
This commit is contained in:
parent
4eb6f6b18f
commit
bacb4d7e22
145
pkgs/development/haskell-modules/hackage-packages.nix
generated
145
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -24102,7 +24102,7 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aeson_1_5_3_0" = callPackage
|
"aeson_1_5_4_0" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, base-compat
|
({ mkDerivation, attoparsec, base, base-compat
|
||||||
, base-compat-batteries, base-orphans, base16-bytestring
|
, base-compat-batteries, base-orphans, base16-bytestring
|
||||||
, bytestring, containers, data-fix, deepseq, Diff, directory, dlist
|
, bytestring, containers, data-fix, deepseq, Diff, directory, dlist
|
||||||
@ -24114,8 +24114,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "aeson";
|
pname = "aeson";
|
||||||
version = "1.5.3.0";
|
version = "1.5.4.0";
|
||||||
sha256 = "0slqxmm4rikndzq2rmgydaqgf9qqnni62bgr0zihf25d65mgk3lm";
|
sha256 = "17qgrli6xy3cds5k9ijdsmnl89h48w89mgqqy6kfah1bjlzs3l40";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base base-compat-batteries bytestring containers
|
attoparsec base base-compat-batteries bytestring containers
|
||||||
data-fix deepseq dlist ghc-prim hashable primitive scientific
|
data-fix deepseq dlist ghc-prim hashable primitive scientific
|
||||||
@ -26222,6 +26222,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"ally-invest" = callPackage
|
||||||
|
({ mkDerivation, aeson, authenticate-oauth, base, bytestring
|
||||||
|
, http-client, http-client-tls, safe, text, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ally-invest";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0n6vz0xd4y4div0p63mnbpng2dqwrsmrdhs25r10xw2wc2bznl79";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson authenticate-oauth base bytestring http-client
|
||||||
|
http-client-tls safe text time
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson authenticate-oauth base bytestring http-client
|
||||||
|
http-client-tls safe text time
|
||||||
|
];
|
||||||
|
description = "Ally Invest integration library";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"almost-fix" = callPackage
|
"almost-fix" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -46447,8 +46467,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bv-sized";
|
pname = "bv-sized";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
sha256 = "12l69p95z1ihwbfhlm0wyr1bdhs52ng4fvdsqxhgn0bpx9skzw73";
|
sha256 = "0lx7cm7404r71ciksv8g58797k6x02zh337ra88syhj7nzlnij5w";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bitwise bytestring panic parameterized-utils th-lift
|
base bitwise bytestring panic parameterized-utils th-lift
|
||||||
];
|
];
|
||||||
@ -48005,8 +48025,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cabal-fmt";
|
pname = "cabal-fmt";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
sha256 = "1d91kmx2q6ygx2avwgi9ihkdazngjf7i3ajyp3cmry5ahvv62x7z";
|
sha256 = "0akc63g7h21nyyr9m0dwjlnxqw8k26zx5s2mzn8zak2q9i88ds1b";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -48017,7 +48037,8 @@ self: {
|
|||||||
base bytestring directory filepath optparse-applicative
|
base bytestring directory filepath optparse-applicative
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base bytestring Cabal filepath process tasty tasty-golden
|
base bytestring Cabal containers filepath process tasty
|
||||||
|
tasty-golden
|
||||||
];
|
];
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
description = "Format .cabal files";
|
description = "Format .cabal files";
|
||||||
@ -66373,8 +66394,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cut-the-crap";
|
pname = "cut-the-crap";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
sha256 = "03xip8a9inqir8zm244ffv92ag5r7z8hlh0qz7z4vfdmg54mhhnq";
|
sha256 = "0rm3m6x9y81j94z857k7i07d4h9lz7ffgymbs7v6gyv4hslrw6bi";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -83462,6 +83483,35 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"esqueleto_3_3_3_3" = callPackage
|
||||||
|
({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring
|
||||||
|
, conduit, containers, exceptions, hspec, monad-logger, mtl, mysql
|
||||||
|
, mysql-simple, persistent, persistent-mysql, persistent-postgresql
|
||||||
|
, persistent-sqlite, persistent-template, postgresql-libpq
|
||||||
|
, postgresql-simple, resourcet, tagged, text, time, transformers
|
||||||
|
, unliftio, unordered-containers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "esqueleto";
|
||||||
|
version = "3.3.3.3";
|
||||||
|
sha256 = "14h6x4bj39ffz7arn9ddyjabb5s2a8ynphjvha606lz4mcv3mxkv";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson attoparsec base blaze-html bytestring conduit containers
|
||||||
|
monad-logger persistent resourcet tagged text time transformers
|
||||||
|
unliftio unordered-containers
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson attoparsec base blaze-html bytestring conduit containers
|
||||||
|
exceptions hspec monad-logger mtl mysql mysql-simple persistent
|
||||||
|
persistent-mysql persistent-postgresql persistent-sqlite
|
||||||
|
persistent-template postgresql-libpq postgresql-simple resourcet
|
||||||
|
tagged text time transformers unliftio unordered-containers vector
|
||||||
|
];
|
||||||
|
description = "Type-safe EDSL for SQL queries on persistent backends";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"ess" = callPackage
|
"ess" = callPackage
|
||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -89192,15 +89242,15 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"filtrable_0_1_5_0" = callPackage
|
"filtrable_0_1_6_0" = callPackage
|
||||||
({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck
|
({ mkDerivation, base, containers, smallcheck, tasty
|
||||||
, transformers
|
, tasty-smallcheck, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "filtrable";
|
pname = "filtrable";
|
||||||
version = "0.1.5.0";
|
version = "0.1.6.0";
|
||||||
sha256 = "0glarxd5yaflyhy8ni6q0kzrhgwi8msr3q4zf6by80g2qd33kvh8";
|
sha256 = "058jl7wjaxzvcayc9qzpikxvi9x42civ4sb02jh66rcvpndbfh5y";
|
||||||
libraryHaskellDepends = [ base transformers ];
|
libraryHaskellDepends = [ base containers transformers ];
|
||||||
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
|
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
|
||||||
description = "Class of filtrable containers";
|
description = "Class of filtrable containers";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -189371,8 +189421,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pandoc-emphasize-code";
|
pname = "pandoc-emphasize-code";
|
||||||
version = "0.2.4";
|
version = "0.3.0";
|
||||||
sha256 = "0fz0pkxx64d8bvrsg9s704mhhw9djq74x56dbv5w3y65nch8p3a5";
|
sha256 = "02bg6aippqbjzx1dqzq63qh4ggm6pyw6p8p5iay9ldxdgx4jicnc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -229008,8 +229058,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "shake-futhark";
|
pname = "shake-futhark";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "1wxp025dmlal1nm7f7s16pzgx42sawfcnz3lv6krilhr7ynb92ss";
|
sha256 = "110kvha6makrirdpc3x2r2lnazy4nn2xc8s5ydaz64fx9838mlra";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers filepath futhark shake text
|
base containers filepath futhark shake text
|
||||||
];
|
];
|
||||||
@ -244472,15 +244522,13 @@ self: {
|
|||||||
|
|
||||||
"supernova" = callPackage
|
"supernova" = callPackage
|
||||||
({ mkDerivation, aeson, async, base, bifunctor, binary, bytestring
|
({ mkDerivation, aeson, async, base, bifunctor, binary, bytestring
|
||||||
, Cabal, crc32c, exceptions, lens-family-core, logging, managed
|
, crc32c, exceptions, lens-family-core, logging, managed, network
|
||||||
, network, proto-lens, proto-lens-runtime, proto-lens-setup
|
, proto-lens, proto-lens-runtime, streamly, text, unliftio
|
||||||
, streamly, text, unliftio
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "supernova";
|
pname = "supernova";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
sha256 = "0v0x1xk63kxrf2ihhdr24z7ami557d3w2zizd0g8xqp02pr5gs8z";
|
sha256 = "0nqylb2qqqyxqw2f9smdl3hiv4kbi8hphxndp4v1yx3hq3zhdbjj";
|
||||||
setupHaskellDepends = [ base Cabal proto-lens-setup ];
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bifunctor binary bytestring crc32c exceptions lens-family-core
|
base bifunctor binary bytestring crc32c exceptions lens-family-core
|
||||||
logging managed network proto-lens proto-lens-runtime text unliftio
|
logging managed network proto-lens proto-lens-runtime text unliftio
|
||||||
@ -254868,6 +254916,25 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"timezone-detect" = callPackage
|
||||||
|
({ mkDerivation, base, directory, hspec, hspec-discover, time
|
||||||
|
, timezone-olson, timezone-series
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "timezone-detect";
|
||||||
|
version = "0.2.2.0";
|
||||||
|
sha256 = "0ksjc83iq48msyk4fy90rdn09y3bannslic2cycn7rjzw14kz206";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base time timezone-olson timezone-series
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base directory hspec time timezone-olson timezone-series
|
||||||
|
];
|
||||||
|
testToolDepends = [ hspec-discover ];
|
||||||
|
description = "Haskell bindings for the zone-detect C library; plus tz-aware utils";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"timezone-olson" = callPackage
|
"timezone-olson" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, extensible-exceptions
|
({ mkDerivation, base, binary, bytestring, extensible-exceptions
|
||||||
, time, timezone-series
|
, time, timezone-series
|
||||||
@ -261301,8 +261368,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "typesafe-precure";
|
pname = "typesafe-precure";
|
||||||
version = "0.7.7.1";
|
version = "0.7.8.1";
|
||||||
sha256 = "0yjw4fm7n7qdb9rib7q5nirnw0cdvqy2g05lidxw5pkgdbi9np3m";
|
sha256 = "060fg6s7yjasimhx7nz4cxymlsxdv9pshs4sv83vwj31nw33kr7b";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty autoexporter base bytestring dlist
|
aeson aeson-pretty autoexporter base bytestring dlist
|
||||||
monad-skeleton template-haskell text th-data-compat
|
monad-skeleton template-haskell text th-data-compat
|
||||||
@ -262886,6 +262953,28 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"uniqueness-periods-vector" = callPackage
|
||||||
|
({ mkDerivation, base, vector }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "uniqueness-periods-vector";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0c5ywfpcy71dqxsvsxk1xkmnhaa9fsnaypr6rnv1igiv1qc8fqkc";
|
||||||
|
libraryHaskellDepends = [ base vector ];
|
||||||
|
description = "Generalization of the uniqueness-periods and uniqueness-periods-general packages functionality";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"uniqueness-periods-vector-common" = callPackage
|
||||||
|
({ mkDerivation, base, vector }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "uniqueness-periods-vector-common";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0lkkanqi2l2c6fmf1nasb6kigdp0gfi9qncsl07i8jmbk6wxppss";
|
||||||
|
libraryHaskellDepends = [ base vector ];
|
||||||
|
description = "Generalization of the dobutokO-poetry-general package functionality";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"unit" = callPackage
|
"unit" = callPackage
|
||||||
({ mkDerivation, base, hspec }:
|
({ mkDerivation, base, hspec }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user