hackage-packages.nix: Regenerate based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
27157c7867
commit
6773b45e14
1 changed files with 44 additions and 34 deletions
|
@ -21756,8 +21756,9 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-Botan";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "0p3ra62rwd0zyiikahc0s9fhhfhyy72vj8fvldc8l3xqbqg24iyl";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0xxi19gfzglp93jxxq7sq9z1ijxa5jys917a156gd4hrcqqhwi63";
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal directory filepath ];
|
||||
libraryHaskellDepends = [
|
||||
base ghc-prim integer-gmp scientific stm time Z-Data Z-IO
|
||||
|
@ -58092,6 +58093,18 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"collect-errors_0_1_3_0" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "collect-errors";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "03gzaqlgivlzlsqrzr8g1ijvi825p9kxzihhrrd06vib34bqswv8";
|
||||
libraryHaskellDepends = [ base containers deepseq QuickCheck ];
|
||||
description = "Error monad with a Float instance";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"collection-json" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, hspec, hspec-discover
|
||||
, network-arbitrary, network-uri, network-uri-json, QuickCheck
|
||||
|
@ -96778,10 +96791,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "futhark";
|
||||
version = "0.19.4";
|
||||
sha256 = "1d4704pmknv39yw2bjxkp5n2wl9a14n3pn221m3src5z237lchq7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1d8vwgdvj1dib7l4a3lhn03ri2mbnm57wnd3pki6m7y8sr3xk730";
|
||||
version = "0.19.5";
|
||||
sha256 = "1x922g3iq50an8jv75370qr0qslmxnrrqbwr7adca30ljaa7nfvh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -102102,7 +102113,7 @@ self: {
|
|||
}) {};
|
||||
|
||||
"ghcup" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, ascii-string, async, base
|
||||
({ mkDerivation, aeson, aeson-pretty, async, base
|
||||
, base16-bytestring, binary, bytestring, bz2, case-insensitive
|
||||
, casing, concurrent-output, containers, cryptohash-sha256
|
||||
, generic-arbitrary, generics-sop, haskus-utils-types
|
||||
|
@ -102119,15 +102130,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ghcup";
|
||||
version = "0.1.14.1";
|
||||
sha256 = "1lx6ahn4mvjzs3x4qm32sdn1n8w4v7jqj2jslvan008zk664d5l2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0a9c2ha61mlz9ci652djy4vmmzi4s1g8rwl1a2miymrw5b36zsmq";
|
||||
version = "0.1.14.2";
|
||||
sha256 = "1k18ira2i2ja4hd65fdxk3ab21xzh4fvd982q2rfjshzkds1a3hv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ascii-string async base base16-bytestring binary bytestring
|
||||
bz2 case-insensitive casing concurrent-output containers
|
||||
aeson async base base16-bytestring binary bytestring bz2
|
||||
case-insensitive casing concurrent-output containers
|
||||
cryptohash-sha256 generics-sop haskus-utils-types
|
||||
haskus-utils-variant hpath hpath-directory hpath-filepath hpath-io
|
||||
hpath-posix libarchive lzma-static megaparsec monad-logger mtl
|
||||
|
@ -136959,14 +136968,14 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec_2_8_0" = callPackage
|
||||
"hspec_2_8_1" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec";
|
||||
version = "2.8.0";
|
||||
sha256 = "06vr1zlb2mk6zwxdnlx412rz45n0yxw6fij6957a435k45x6mvli";
|
||||
version = "2.8.1";
|
||||
sha256 = "1lk7xylld960wld755j1f81zaydxgxq3840np4h6xcp729cf0cq5";
|
||||
libraryHaskellDepends = [
|
||||
base hspec-core hspec-discover hspec-expectations QuickCheck
|
||||
];
|
||||
|
@ -137057,7 +137066,7 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-core_2_8_0" = callPackage
|
||||
"hspec-core_2_8_1" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
|
@ -137065,8 +137074,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-core";
|
||||
version = "2.8.0";
|
||||
sha256 = "04qi2y0ga3xjnwdjg856850h2qc22ifm06mifniixc7ak9g05slk";
|
||||
version = "2.8.1";
|
||||
sha256 = "1yha64zfc226pc4952zqwv229kbl8p5grhl7c6wxn2y948rb688a";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
|
||||
|
@ -137122,13 +137131,13 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-discover_2_8_0" = callPackage
|
||||
"hspec-discover_2_8_1" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-discover";
|
||||
version = "2.8.0";
|
||||
sha256 = "0fc9dbk7w4z6npanifvv1cgz1ywp3w3s8psxrq4rhig7j6rqswbn";
|
||||
version = "2.8.1";
|
||||
sha256 = "05xzxsxpxf7hyg6zdf7mxx6xb79rxrhd3pz3pwj32a0phbjkicdn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory filepath ];
|
||||
|
@ -153299,8 +153308,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "jvm-binary";
|
||||
version = "0.9.0";
|
||||
sha256 = "1ks5mbp1anrgm100sf3ycv1prwm3vj1vyag7l0ihs4cr2sqzq3a2";
|
||||
version = "0.10.0";
|
||||
sha256 = "11c3rhny06zjw8xv830khq1kdjbpzkr7wmzzymld4zcmhfmk9qda";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base binary bytestring containers data-binary-ieee754
|
||||
|
@ -174632,14 +174641,14 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"mixed-types-num_0_5_0_4" = callPackage
|
||||
"mixed-types-num_0_5_1_0" = callPackage
|
||||
({ mkDerivation, base, collect-errors, hspec, hspec-smallcheck, mtl
|
||||
, QuickCheck, smallcheck, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mixed-types-num";
|
||||
version = "0.5.0.4";
|
||||
sha256 = "1p6yvli5r16gnwy81ja8a38j3q7c5856sqzi2ml680hmrna5absc";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "09dkrx05mlbdvy1334q6zg3ay6k0ydl87naxhg4zr5p51i9p8lsg";
|
||||
libraryHaskellDepends = [
|
||||
base collect-errors hspec hspec-smallcheck mtl QuickCheck
|
||||
smallcheck template-haskell
|
||||
|
@ -175180,16 +175189,17 @@ self: {
|
|||
|
||||
"mnist-idx-conduit" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, conduit, containers
|
||||
, exceptions, resourcet, vector
|
||||
, exceptions, hspec, resourcet, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mnist-idx-conduit";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1m6xxw59yyf60zp0s3qd2pmsps482qws2vlnfqjz2wgr4rj0cp1x";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0vqb4yhb51lykcd66kgh9dn14nf4xfr74hamg72s35aa22lhw932";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring conduit containers exceptions resourcet
|
||||
vector
|
||||
base binary bytestring conduit containers exceptions hspec
|
||||
resourcet vector
|
||||
];
|
||||
testHaskellDepends = [ base bytestring conduit hspec vector ];
|
||||
description = "conduit utilities for MNIST IDX files";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -191947,8 +191957,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ordinal";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "0ms13138gjim8nyhz0dsbvksa4byl3dky9d9qfn7a02gqhsl1rgi";
|
||||
version = "0.4.0.3";
|
||||
sha256 = "1ar7l68cx9zci7mi6qx7a6ja7vp9axxjczyzxrbnjrvd2k3zxg51";
|
||||
libraryHaskellDepends = [
|
||||
base containers data-default QuickCheck regex template-haskell text
|
||||
time vector
|
||||
|
|
Loading…
Reference in a new issue