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:
211
pkgs/development/haskell-modules/hackage-packages.nix
generated
211
pkgs/development/haskell-modules/hackage-packages.nix
generated
@@ -75080,6 +75080,8 @@ self: {
|
||||
pname = "data-interval";
|
||||
version = "2.1.1";
|
||||
sha256 = "1gxdf1pi54s9fvxgp112b0l9f4q4r29f03caz04wbhv1f6cbs912";
|
||||
revision = "1";
|
||||
editedCabalFile = "0b7wljz2xcj8j2aka343i19rzw2lva5bbd4wp9wmrzlafp8anxpd";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq extended-reals hashable lattices
|
||||
];
|
||||
@@ -88049,8 +88051,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eccrypto";
|
||||
version = "0.2.3";
|
||||
sha256 = "16jysii88v1wkm3g7vjx9vdhzcjqq1dlfrjkf2hccrcxz8wqv4d1";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "1fqld8cqrknnd18v8c92awilfdrc07lja6347zqkr4kin4b5s7s4";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cryptohash-sha512 integer-gmp
|
||||
@@ -96553,6 +96555,8 @@ self: {
|
||||
pname = "fast-logger";
|
||||
version = "3.1.1";
|
||||
sha256 = "1rx866swvqq7lzngv4bx7qinnwmm3aa2la8caljvbfbi0xz6wps3";
|
||||
revision = "1";
|
||||
editedCabalFile = "012rrm13hnaz06ssy7m8z36l8aajayd9pbk19q042wrfwsvb7jjl";
|
||||
libraryHaskellDepends = [
|
||||
array auto-update base bytestring directory easy-file filepath text
|
||||
unix-compat unix-time
|
||||
@@ -98877,6 +98881,8 @@ self: {
|
||||
pname = "filemanip";
|
||||
version = "0.3.6.3";
|
||||
sha256 = "0ilqr8jv41zxcj5qyicg29m8s30b9v70x6f9h2h2rw5ap8bxldl8";
|
||||
revision = "1";
|
||||
editedCabalFile = "1l53qqlh9w7572n5dxk8rq0p8vsvg6m1afbak6xzdx0kgg8j6y8a";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring directory filepath mtl unix-compat
|
||||
];
|
||||
@@ -101693,8 +101699,10 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "foldable-ix";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0sbqlii75sjmha2kmiwi36r2wdkpxdargyrrv2g60vpryvndiqck";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0n5cfihda5mhww9kb81mdhswz01bzwsrmhyh4mknsws6im8rbrpz";
|
||||
revision = "1";
|
||||
editedCabalFile = "0wgdl703cr9m5p3azzgrv1ljvrpr1b9w3nx7w6v2g3sdgj1pqf90";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Functions to find out the indices of the elements in the Foldable structures";
|
||||
license = lib.licenses.mit;
|
||||
@@ -115631,8 +115639,8 @@ self: {
|
||||
({ mkDerivation, base, derive-storable, glpk, hspec }:
|
||||
mkDerivation {
|
||||
pname = "glpk-headers";
|
||||
version = "0.5.0";
|
||||
sha256 = "1v9wq6y4qa6m5l6z27rwgjk0s7q8gklq05djmqspm6c456f1z2q5";
|
||||
version = "0.5.1";
|
||||
sha256 = "05rkpfrcyvynqifd6fnvmj3kcp5dfgf96fjygazx6jjrw538wnd9";
|
||||
libraryHaskellDepends = [ base derive-storable ];
|
||||
librarySystemDepends = [ glpk ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
@@ -127732,22 +127740,28 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hash-addressed-cli" = callPackage
|
||||
({ mkDerivation, base, bytestring, cryptohash-sha256, directory
|
||||
, filepath, hash-addressed, ini, optparse-applicative, quaalude
|
||||
, resourcet, text, transformers, unordered-containers
|
||||
({ mkDerivation, base, bytestring, containers, cryptohash-sha256
|
||||
, directory, filepath, hash-addressed, ini, optparse-applicative
|
||||
, quaalude, resourcet, safe-exceptions, text, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hash-addressed-cli";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0b4is6bdqvq07ws5f0g55ql8jjaa1if3kxvlrxmibb73a0ak0r42";
|
||||
isLibrary = false;
|
||||
version = "2.0.0.0";
|
||||
sha256 = "15ddsrny16k0wqd3nx57rw05azdxq2lhbxxyklzl1gz93vcgb6i2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base bytestring cryptohash-sha256 directory filepath hash-addressed
|
||||
ini optparse-applicative quaalude resourcet text transformers
|
||||
unordered-containers
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers cryptohash-sha256 directory filepath
|
||||
hash-addressed ini optparse-applicative quaalude resourcet
|
||||
safe-exceptions text transformers unordered-containers
|
||||
];
|
||||
description = "Hash-addressed file storage";
|
||||
executableHaskellDepends = [
|
||||
base bytestring containers cryptohash-sha256 directory filepath
|
||||
hash-addressed ini optparse-applicative quaalude resourcet
|
||||
safe-exceptions text transformers unordered-containers
|
||||
];
|
||||
description = "Hash-addressed file storage app";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "hash-addressed";
|
||||
}) {};
|
||||
@@ -149474,6 +149488,29 @@ self: {
|
||||
mainProgram = "hsinstall";
|
||||
}) {};
|
||||
|
||||
"hsinstall_2_8" = callPackage
|
||||
({ mkDerivation, ansi-wl-pprint, base, Cabal, directory, exceptions
|
||||
, filepath, heredoc, newtype-generics, optparse-applicative
|
||||
, process, safe-exceptions, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hsinstall";
|
||||
version = "2.8";
|
||||
sha256 = "1nxkmdvg7fsrmsy1033l7ghmjc859mrvc6gg6pz2xknpg0rwxx3h";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory filepath ];
|
||||
executableHaskellDepends = [
|
||||
ansi-wl-pprint base Cabal directory exceptions filepath heredoc
|
||||
newtype-generics optparse-applicative process safe-exceptions
|
||||
transformers
|
||||
];
|
||||
description = "Install Haskell software";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "hsinstall";
|
||||
}) {};
|
||||
|
||||
"hskeleton" = callPackage
|
||||
({ mkDerivation, base, Cabal }:
|
||||
mkDerivation {
|
||||
@@ -170927,8 +170964,8 @@ self: {
|
||||
pname = "kleene";
|
||||
version = "0.1";
|
||||
sha256 = "00w1gywdhqyy2k3y238gfjs9h2w4pjanmi45bna5lj215n0jb0hg";
|
||||
revision = "5";
|
||||
editedCabalFile = "0fqzr4bwiif9ifmdjxkcnky9hn5ygn8pj3gd004dc27nx6dhxzmc";
|
||||
revision = "6";
|
||||
editedCabalFile = "15fkqfhf4pjskbivsvjnrq79667cdxf3jv2yx576vl8fkgx5l1ba";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base base-compat bytestring containers lattices MemoTrie
|
||||
QuickCheck range-set-list regex-applicative semigroupoids
|
||||
@@ -174958,6 +174995,31 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lattices_2_1" = callPackage
|
||||
({ mkDerivation, base, base-compat, containers, deepseq, hashable
|
||||
, integer-logarithms, QuickCheck, quickcheck-instances
|
||||
, semigroupoids, tagged, tasty, tasty-quickcheck, transformers
|
||||
, universe-base, universe-reverse-instances, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lattices";
|
||||
version = "2.1";
|
||||
sha256 = "1wxam7c00bcfl3g1aiayxzjscmmbm393gfj8zmx77ijhs7v1zp3v";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat containers deepseq hashable integer-logarithms
|
||||
QuickCheck semigroupoids tagged transformers universe-base
|
||||
universe-reverse-instances unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat containers QuickCheck quickcheck-instances tasty
|
||||
tasty-quickcheck transformers universe-base
|
||||
universe-reverse-instances unordered-containers
|
||||
];
|
||||
description = "Fine-grained library for constructing and manipulating lattices";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"launchdarkly-server-sdk" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
|
||||
, bytestring, clock, containers, cryptohash, exceptions, extra
|
||||
@@ -180694,8 +180756,10 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "lists-flines";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0m33az0fkry1p0653g3kyxi0y7flmlpivi02a5iz7drslikz6xbd";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "015ln008c1nb9ajykn1kr91z8ab393xd59m8sgw1ih62k9g4f3f0";
|
||||
revision = "1";
|
||||
editedCabalFile = "0mb010y2p83n7cwxq35ynv35id6y1n14hfsjfgmvg1d8kax0g39k";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Additional data and structures to some 'String'-related lists";
|
||||
license = lib.licenses.mit;
|
||||
@@ -187246,8 +187310,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "math-programming";
|
||||
version = "0.5.0";
|
||||
sha256 = "00wivda5bi4aw3n9xqbxmdasq57l1fw1c2wi6ng99v6fjsidvlw0";
|
||||
version = "0.5.1";
|
||||
sha256 = "0lp1mjl3c01xmypcix0q8pa4id1acx418mc1vlj5hrprs30smin1";
|
||||
libraryHaskellDepends = [
|
||||
base containers exceptions mtl text transformers
|
||||
];
|
||||
@@ -187259,20 +187323,18 @@ self: {
|
||||
}) {};
|
||||
|
||||
"math-programming-glpk" = callPackage
|
||||
({ mkDerivation, base, glpk-headers, hspec, hspec-core
|
||||
, math-programming, math-programming-tests, mtl, text, transformers
|
||||
, unliftio
|
||||
({ mkDerivation, base, glpk-headers, hspec, math-programming
|
||||
, math-programming-tests, mtl, text, transformers, unliftio
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "math-programming-glpk";
|
||||
version = "0.5.0";
|
||||
sha256 = "0bkk83l29hra4z3n6k6176ccqjlp9m9cawgwdnyd0c23drdm1bq9";
|
||||
version = "0.5.1";
|
||||
sha256 = "0b7r81l1gc57kxbflp4189wx4mvyxf5lf86in6vw2n76qxz04fsq";
|
||||
libraryHaskellDepends = [
|
||||
base glpk-headers math-programming mtl text transformers unliftio
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base hspec hspec-core math-programming math-programming-tests
|
||||
unliftio
|
||||
base hspec math-programming math-programming-tests unliftio
|
||||
];
|
||||
description = "A GLPK backend to the math-programming library";
|
||||
license = lib.licenses.bsd3;
|
||||
@@ -187286,8 +187348,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "math-programming-tests";
|
||||
version = "0.5.0";
|
||||
sha256 = "0fa0sh5qdm8qgydrwww7i7dx12ddj816k3x1jd7byprf5gq73m5b";
|
||||
version = "0.5.1";
|
||||
sha256 = "0mfx6vs6nniprgdcpgnc2z7mpampyiqada6rsa5gkd3k8vwy6aa2";
|
||||
libraryHaskellDepends = [
|
||||
base containers hspec math-programming microlens microlens-mtl
|
||||
microlens-th mtl QuickCheck random text
|
||||
@@ -192264,8 +192326,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "mmsyn2-array";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "0r61cckjl79vinp1vh18gin3vjia8j44m529bzvpn4zd3l4qbx3x";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "0f0lksih0mgfk70h3ws4yh5fshmcx2s32vva2yj3x5cx4c6w94n6";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "A library that can be used for multiple Ord a => a -> b transformations";
|
||||
license = lib.licenses.mit;
|
||||
@@ -233116,6 +233178,27 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"purescript-bridge_0_15_0_0" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath
|
||||
, generic-deriving, hspec, hspec-expectations-pretty-diff, lens
|
||||
, mtl, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "purescript-bridge";
|
||||
version = "0.15.0.0";
|
||||
sha256 = "09bjlmwq3vsprngsrvx3g1ah9n60bng91kfswv61lh1bhca0q9z0";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory filepath generic-deriving lens mtl text
|
||||
transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers hspec hspec-expectations-pretty-diff text
|
||||
];
|
||||
description = "Generate PureScript data types from Haskell data types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"purescript-bundle-fast" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath
|
||||
, optparse-applicative, text, vector
|
||||
@@ -256727,6 +256810,34 @@ self: {
|
||||
mainProgram = "servant-serf";
|
||||
}) {};
|
||||
|
||||
"servant-serialization" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, cereal, doctest
|
||||
, flat, http-api-data, http-client, http-media, persist, QuickCheck
|
||||
, serialise, servant, servant-client, servant-server, text, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-serialization";
|
||||
version = "0.2.0";
|
||||
sha256 = "159vbiifpjn86vid0r88sgrm639pqaqzyvxmv1yssx6pr7yw3xb6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cereal flat http-media persist serialise
|
||||
servant text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base binary bytestring cereal flat http-api-data http-client
|
||||
http-media persist QuickCheck serialise servant servant-client
|
||||
servant-server text warp
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring cereal doctest flat http-media persist
|
||||
QuickCheck serialise servant text
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "example";
|
||||
}) {};
|
||||
|
||||
"servant-server" = callPackage
|
||||
({ mkDerivation, aeson, base, base-compat, base64-bytestring
|
||||
, bytestring, constraints, containers, directory, exceptions
|
||||
@@ -283105,7 +283216,7 @@ self: {
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) libtensorflow;};
|
||||
}) {libtensorflow = null;};
|
||||
|
||||
"tensorflow-core-ops" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, directory, filepath
|
||||
@@ -291855,6 +291966,36 @@ self: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
}) {};
|
||||
|
||||
"tree-diff_0_3" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base
|
||||
, base-compat, bytestring, bytestring-builder, containers
|
||||
, criterion, data-array-byte, deepseq, Diff, hashable, parsec
|
||||
, parsers, pretty, primitive, QuickCheck, scientific, semialign
|
||||
, strict, tagged, tasty, tasty-golden, tasty-quickcheck, text
|
||||
, these, time, trifecta, unordered-containers, uuid-types, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tree-diff";
|
||||
version = "0.3";
|
||||
sha256 = "12qwq7jv5fd8qrpbx12ldwwz6r3jzil0d3w9wb11nlnzrqv5dh51";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal ansi-wl-pprint base base-compat bytestring
|
||||
bytestring-builder containers data-array-byte deepseq hashable
|
||||
parsec parsers pretty primitive QuickCheck scientific semialign
|
||||
strict tagged text these time unordered-containers uuid-types
|
||||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
ansi-terminal ansi-wl-pprint base base-compat parsec primitive
|
||||
QuickCheck tagged tasty tasty-golden tasty-quickcheck trifecta
|
||||
unordered-containers
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq Diff ];
|
||||
description = "Diffing of (expression) trees";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tree-fun" = callPackage
|
||||
({ mkDerivation, base, containers, mtl }:
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user