hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
7a3819ffd0
.
This commit is contained in:
parent
8c2e70a7ac
commit
8795d39ce7
190
pkgs/development/haskell-modules/hackage-packages.nix
generated
190
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -16248,8 +16248,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "Probnet";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "03svkacpi3pshiyccfmd9qavhdw782hn72q12yn7589l9vxfcm28";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1jk1y51rda8j4lan2az906fwb5hgqb8s50p0xrhchnf654scm851";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Geometric Extrapolation of Integer Sequences with error prediction";
|
||||
license = lib.licenses.mit;
|
||||
@ -22092,8 +22092,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-IO";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "18d2q9fg4ydqpnrzvpcx1arjv4yl2966aax68fz3izgmsbp95k0l";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "000ziih2c33v5mbf9sljkrr0x9hxv31cq77blva6xy32zzh12yz3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -22120,8 +22120,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-MessagePack";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1i1ycf1bhahbh7d9rvz4hl5jq16mld8sya2h2xrxlvg9yqab19hy";
|
||||
version = "0.4.1.0";
|
||||
sha256 = "0sq4w488dyhk3nxgdw394i9n79j45hhxp3yzgw2fpmjh9xwfv1m9";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq hashable integer-gmp primitive QuickCheck
|
||||
scientific tagged time unordered-containers Z-Data Z-IO
|
||||
@ -22144,8 +22144,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-YAML";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "01v0vza54lpxijg4znp2pcnjw2z6ybvx453xqy7ljwf9289csfq8";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "012flgd88rwya7g5lkbla4841pzq2b1b9m4jkmggk38kpbrhf515";
|
||||
libraryHaskellDepends = [
|
||||
base primitive scientific transformers unordered-containers Z-Data
|
||||
Z-IO
|
||||
@ -38769,6 +38769,18 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"basement_0_0_12" = callPackage
|
||||
({ mkDerivation, base, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "basement";
|
||||
version = "0.0.12";
|
||||
sha256 = "12zsnxkgv86im2prslk6ddhy0zwpawwjc1h4ff63kpxp2xdl7i2k";
|
||||
libraryHaskellDepends = [ base ghc-prim ];
|
||||
description = "Foundation scrap box of array & string";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"basen" = callPackage
|
||||
({ mkDerivation, base, bytestring, quickcheck-instances, tasty
|
||||
, tasty-discover, tasty-hspec, tasty-quickcheck, text
|
||||
@ -59216,23 +59228,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"combinat" = callPackage
|
||||
({ mkDerivation, array, base, containers, QuickCheck, random, tasty
|
||||
, tasty-hunit, tasty-quickcheck, test-framework
|
||||
, test-framework-quickcheck2, transformers
|
||||
({ mkDerivation, array, base, compact-word-vectors, containers
|
||||
, QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck
|
||||
, test-framework, test-framework-quickcheck2, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "combinat";
|
||||
version = "0.2.9.0";
|
||||
sha256 = "1y617qyhqh2k6d51j94c0xnj54i7b86d87n0j12idxlkaiv4j5sw";
|
||||
revision = "1";
|
||||
editedCabalFile = "0yjvvxfmyzjhh0q050cc2wkhaahzixsw7hf27n8dky3n4cxd5bix";
|
||||
version = "0.2.10.0";
|
||||
sha256 = "125yf5ycya722k85iph3dqv63bpj1a862c0ahs2y0snyd2qd6h35";
|
||||
libraryHaskellDepends = [
|
||||
array base containers random transformers
|
||||
array base compact-word-vectors containers random transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array base containers QuickCheck random tasty tasty-hunit
|
||||
tasty-quickcheck test-framework test-framework-quickcheck2
|
||||
transformers
|
||||
array base compact-word-vectors containers QuickCheck random tasty
|
||||
tasty-hunit tasty-quickcheck test-framework
|
||||
test-framework-quickcheck2 transformers
|
||||
];
|
||||
description = "Generate and manipulate various combinatorial objects";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -59881,8 +59891,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "compact-word-vectors";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0ix8l6vvnf62vp6716gmypwqsrs6x5pzcx5yfj24bn4gk0xak3lm";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "1yjlymp2b8is72xvdb29rf7hc1n96zmda1j3z5alzbp4py00jww8";
|
||||
libraryHaskellDepends = [ base primitive ];
|
||||
testHaskellDepends = [
|
||||
base primitive QuickCheck random tasty tasty-hunit tasty-quickcheck
|
||||
@ -67297,22 +67307,23 @@ self: {
|
||||
}) {};
|
||||
|
||||
"css-selectors" = callPackage
|
||||
({ mkDerivation, aeson, alex, array, base, blaze-markup
|
||||
, data-default, Decimal, happy, QuickCheck, shakespeare
|
||||
({ mkDerivation, aeson, alex, array, base, binary, blaze-markup
|
||||
, bytestring, data-default, Decimal, happy, QuickCheck, shakespeare
|
||||
, template-haskell, test-framework, test-framework-quickcheck2
|
||||
, text
|
||||
, text, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "css-selectors";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1kcxbvp96imhkdrd7w9g2z4d586lmdcpnbgl8g5w04ri85qsq162";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1p7zzp40gvl5nq2zrb19cjw47w3sf20qwi3mplxq67ryzljmbaz4";
|
||||
libraryHaskellDepends = [
|
||||
aeson array base blaze-markup data-default Decimal QuickCheck
|
||||
shakespeare template-haskell text
|
||||
aeson array base binary blaze-markup bytestring data-default
|
||||
Decimal QuickCheck shakespeare template-haskell text zlib
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
testHaskellDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2 text
|
||||
base binary QuickCheck test-framework test-framework-quickcheck2
|
||||
text
|
||||
];
|
||||
description = "Parsing, rendering and manipulating css selectors in Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -95203,6 +95214,20 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"foundation_0_0_26_1" = callPackage
|
||||
({ mkDerivation, base, basement, gauge, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "foundation";
|
||||
version = "0.0.26.1";
|
||||
sha256 = "1hri3raqf6nhh6631gfm2yrkv4039gb0cqfa9cqmjp8bbqv28w5d";
|
||||
libraryHaskellDepends = [ base basement ghc-prim ];
|
||||
testHaskellDepends = [ base basement ];
|
||||
benchmarkHaskellDepends = [ base basement gauge ];
|
||||
description = "Alternative prelude with batteries and no dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"foundation-edge" = callPackage
|
||||
({ mkDerivation, bytestring, foundation, text }:
|
||||
mkDerivation {
|
||||
@ -102058,6 +102083,19 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ghc-parser_0_2_3_0" = callPackage
|
||||
({ mkDerivation, base, cpphs, ghc, happy }:
|
||||
mkDerivation {
|
||||
pname = "ghc-parser";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "1sm93n6w2zqkp4dhr604bk67sis1rb6jb6imsxr64vjfm7bkigln";
|
||||
libraryHaskellDepends = [ base ghc ];
|
||||
libraryToolDepends = [ cpphs happy ];
|
||||
description = "Haskell source parser from GHC";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-paths" = callPackage
|
||||
({ mkDerivation, base, Cabal, directory }:
|
||||
mkDerivation {
|
||||
@ -126184,8 +126222,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hedgehog-servant";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "04plk39ni5m9arcphb4464bpl12r6aw2zfnzlzhpa1i49qlpivc3";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "17dnj82jgbz23is22kqc60nz46vb4rhlsn1aimaynx7cld0g63vd";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive hedgehog http-client http-media
|
||||
http-types servant servant-client servant-server string-conversions
|
||||
@ -146682,6 +146720,43 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell_0_10_2_0" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
||||
, cmdargs, containers, directory, exceptions, filepath, ghc
|
||||
, ghc-boot, ghc-parser, ghc-paths, haskeline, here, hlint, hspec
|
||||
, hspec-contrib, http-client, http-client-tls, HUnit
|
||||
, ipython-kernel, mtl, parsec, process, random, raw-strings-qq
|
||||
, setenv, shelly, split, stm, strict, text, time, transformers
|
||||
, unix, unordered-containers, utf8-string, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ihaskell";
|
||||
version = "0.10.2.0";
|
||||
sha256 = "061gpwclcykrs4pqhsb96hrbwnpmq0q6fx9701wk684v01xjfddk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring bytestring cereal cmdargs containers
|
||||
directory exceptions filepath ghc ghc-boot ghc-parser ghc-paths
|
||||
haskeline hlint http-client http-client-tls ipython-kernel mtl
|
||||
parsec process random shelly split stm strict text time
|
||||
transformers unix unordered-containers utf8-string vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring containers directory ghc ipython-kernel
|
||||
process strict text transformers unix unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory ghc ghc-paths here hspec hspec-contrib HUnit
|
||||
raw-strings-qq setenv shelly text transformers
|
||||
];
|
||||
description = "A Haskell backend kernel for the IPython project";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-aeson" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, here
|
||||
, ihaskell, text
|
||||
@ -194471,8 +194546,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "orgstat";
|
||||
version = "0.1.9";
|
||||
sha256 = "09psfz4a2amgcyq00ygjp6zakzf5yx2y2kjykz62wncwpqkgnf53";
|
||||
version = "0.1.10";
|
||||
sha256 = "16p6wswh96ap4qj7n61qd3hrr0f5m84clb113vg4dncf46ivlfs6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -218043,6 +218118,28 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rattletrap_11_1_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, containers, filepath, http-client, http-client-tls, HUnit, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rattletrap";
|
||||
version = "11.1.0";
|
||||
sha256 = "1q915fq9bjwridd67rsmavxcbkgp3xxq9ps09z6mi62608c26987";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty array base bytestring containers filepath
|
||||
http-client http-client-tls text
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base bytestring filepath HUnit ];
|
||||
description = "Parse and generate Rocket League replays";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"raven-haskell" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, hspec, http-conduit, mtl
|
||||
, network, random, resourcet, text, time, unordered-containers
|
||||
@ -229018,27 +229115,28 @@ self: {
|
||||
}) {};
|
||||
|
||||
"sarsi" = callPackage
|
||||
({ mkDerivation, async, attoparsec, base, binary, bytestring, Cabal
|
||||
, containers, cryptonite, data-msgpack, directory, filepath
|
||||
({ mkDerivation, ansi-terminal, async, attoparsec, base, binary
|
||||
, bytestring, Cabal, containers, cryptonite, directory, filepath
|
||||
, fsnotify, machines, machines-binary, machines-io
|
||||
, machines-process, network, process, stm, text
|
||||
, machines-process, msgpack, network, process, stm, text
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sarsi";
|
||||
version = "0.0.4.0";
|
||||
sha256 = "0lv7mlhkf894q4750x53qr7fa7479hpczhgm1xw2xm5n49z35iy9";
|
||||
version = "0.0.5.1";
|
||||
sha256 = "0hnyv3ynl5jjyx5v5l5k15p4af1g3imin5m91np8s6gp8qyfllz5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
async attoparsec base binary bytestring containers cryptonite
|
||||
data-msgpack directory filepath fsnotify machines machines-binary
|
||||
machines-io machines-process network process stm text vector
|
||||
ansi-terminal async attoparsec base binary bytestring containers
|
||||
cryptonite directory filepath fsnotify machines machines-binary
|
||||
machines-io machines-process msgpack network process stm text
|
||||
vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base binary bytestring Cabal containers data-msgpack directory
|
||||
filepath machines machines-binary machines-io machines-process
|
||||
network process text unordered-containers vector
|
||||
async base binary bytestring Cabal containers directory filepath
|
||||
machines machines-binary machines-io machines-process msgpack
|
||||
network process stm text unordered-containers vector
|
||||
];
|
||||
description = "A universal quickfix toolkit and his protocol";
|
||||
license = lib.licenses.asl20;
|
||||
@ -292571,8 +292669,8 @@ self: {
|
||||
({ mkDerivation, base, hspec, Z-Data, Z-IO, zookeeper_mt }:
|
||||
mkDerivation {
|
||||
pname = "zoovisitor";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "16y2j12zl8arwv2m0crllrrf09l4ar1s2v9wrfzjmxnk80vhncf1";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1mg3wz3drddxdrbr1b0yw5wayzqi99zfdlgiwvgcc5pxb98i6wk3";
|
||||
libraryHaskellDepends = [ base Z-Data Z-IO ];
|
||||
librarySystemDepends = [ zookeeper_mt ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
|
Loading…
Reference in New Issue
Block a user