mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-20-g9bb4291 from Hackage revision
888f7caec3
.
This commit is contained in:
parent
0e580ae246
commit
eca97e3a98
144
pkgs/development/haskell-modules/hackage-packages.nix
generated
144
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -21882,8 +21882,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-Data";
|
||||
version = "0.1.7.0";
|
||||
sha256 = "1n34zck9z53yga1yak4k8chva6kilfbkaghzkxwif112k1qxgv4a";
|
||||
version = "0.1.7.1";
|
||||
sha256 = "1yz2bh7mvhc8v4rjzx5wc89x10xnhp0hn40y8n9id982c256vfgm";
|
||||
libraryHaskellDepends = [
|
||||
base case-insensitive deepseq ghc-prim hashable integer-gmp
|
||||
primitive QuickCheck scientific tagged template-haskell
|
||||
|
@ -82427,8 +82427,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "elynx";
|
||||
version = "0.4.0";
|
||||
sha256 = "0qhq3h1va7pfcz58mkdw690v88jr3ynk2rrwl0s5qdz8xxvs5n3a";
|
||||
version = "0.4.1";
|
||||
sha256 = "0pz4s53mn1511hda16qi7l28whq05fcyrf1s8ywq42a3mbayw964";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -82448,8 +82448,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "elynx-markov";
|
||||
version = "0.4.0";
|
||||
sha256 = "0ikk9xk71xyn1fmhzx59lfyk9skjkvhg19xb2afhcylnbg41f3wz";
|
||||
version = "0.4.1";
|
||||
sha256 = "1qzyfxzg6qq7ajm7b3v62qqychhzh4ms2677acvzjgvc51syk1fq";
|
||||
libraryHaskellDepends = [
|
||||
async attoparsec base bytestring containers elynx-seq hmatrix
|
||||
integration math-functions mwc-random parallel primitive statistics
|
||||
|
@ -82468,8 +82468,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base, bytestring, hspec }:
|
||||
mkDerivation {
|
||||
pname = "elynx-nexus";
|
||||
version = "0.4.0";
|
||||
sha256 = "02g67w8xracbasnkha383vz0ls1haxr78ia27k292lx572l17dvv";
|
||||
version = "0.4.1";
|
||||
sha256 = "0p2kww6fqmfv3bmd5z0c3n8s0rhfbm480jqh16s794xndbbxd15i";
|
||||
libraryHaskellDepends = [ attoparsec base bytestring ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "Import and export Nexus files";
|
||||
|
@ -82485,8 +82485,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "elynx-seq";
|
||||
version = "0.4.0";
|
||||
sha256 = "03dh4rjdgn580niljgrl0cfw5h2mah8q1252jq3jx8349jxgpcmh";
|
||||
version = "0.4.1";
|
||||
sha256 = "1mdl7fzzax4dn68paxivms96jfxriladbkwkbq6hff1z5xdwvj2h";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring containers matrices mwc-random
|
||||
parallel primitive vector vector-th-unbox word8
|
||||
|
@ -82509,8 +82509,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "elynx-tools";
|
||||
version = "0.4.0";
|
||||
sha256 = "0n8rf7y4qxhx35fhbhj4yc541ydsx8qvy66d11sl5a836gmsv0rr";
|
||||
version = "0.4.1";
|
||||
sha256 = "0dxhwmpaf9r8kr67sa2kn1i7w06skcl1hvxkcranw0xvijwm8g5r";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base16-bytestring bytestring
|
||||
cryptohash-sha256 deepseq directory fast-logger hmatrix
|
||||
|
@ -82527,23 +82527,23 @@ self: {
|
|||
"elynx-tree" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, comonad
|
||||
, containers, criterion, deepseq, double-conversion, elynx-nexus
|
||||
, elynx-tools, hspec, math-functions, mwc-random, primitive
|
||||
, QuickCheck, statistics
|
||||
, elynx-tools, hspec, math-functions, mwc-random, parallel
|
||||
, primitive, QuickCheck, statistics
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "elynx-tree";
|
||||
version = "0.4.0";
|
||||
sha256 = "1j22gkg1971wrih4gs4bxzkghvd3ddj85s6s5mcqhrfxmdnpsn2c";
|
||||
version = "0.4.1";
|
||||
sha256 = "1yd2gk0y55vjaw6b2m6cm25qidmznmvhrb3ypr4rb3bg4yck5ydh";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring comonad containers deepseq
|
||||
double-conversion elynx-nexus math-functions mwc-random primitive
|
||||
statistics
|
||||
double-conversion elynx-nexus math-functions mwc-random parallel
|
||||
primitive statistics
|
||||
];
|
||||
testHaskellDepends = [
|
||||
attoparsec base bytestring containers elynx-tools hspec QuickCheck
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion elynx-tools
|
||||
base bytestring criterion deepseq elynx-tools mwc-random parallel
|
||||
];
|
||||
description = "Handle phylogenetic trees";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
@ -114118,8 +114118,8 @@ self: {
|
|||
({ mkDerivation, base, bytestring, hakyll, typed-process }:
|
||||
mkDerivation {
|
||||
pname = "hakyll-process";
|
||||
version = "0.0.1.0";
|
||||
sha256 = "00fiqlxj581gf5y0jva22kmssx6c152s8i7a9csb3hlssmbqmhj7";
|
||||
version = "0.0.2.0";
|
||||
sha256 = "03s51ql10g6vjsrzwxa2jwff4wckp7vf3sg9r6hdsbh30l4720il";
|
||||
libraryHaskellDepends = [ base bytestring hakyll typed-process ];
|
||||
description = "Hakyll compiler for arbitrary external processes";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -135313,15 +135313,15 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) lua5_3;};
|
||||
|
||||
"hslua_1_2_0" = callPackage
|
||||
"hslua_1_3_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, exceptions, lua5_3
|
||||
, mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hslua";
|
||||
version = "1.2.0";
|
||||
sha256 = "0a295zqpbrv8a2hw7msz5p7brlswag16sg08dyz399ij6b7q5x0h";
|
||||
version = "1.3.0";
|
||||
sha256 = "1dfh1jax6yrk5sf9q8qnq1qgr541xkwwnz9y3q6r8wflvwlj7cal";
|
||||
configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers exceptions mtl text
|
||||
|
@ -135408,6 +135408,25 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hslua-module-system_0_2_2_1" = callPackage
|
||||
({ mkDerivation, base, containers, directory, exceptions, hslua
|
||||
, tasty, tasty-hunit, tasty-lua, temporary, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hslua-module-system";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "0hk2splyasbplnggknjhlb423axc5b32xq8aq8zal4vvwlqhzvf1";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory exceptions hslua temporary
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base hslua tasty tasty-hunit tasty-lua text
|
||||
];
|
||||
description = "Lua module wrapper around Haskell's System module";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hslua-module-text" = callPackage
|
||||
({ mkDerivation, base, bytestring, hslua, tasty, tasty-hunit, text
|
||||
}:
|
||||
|
@ -135421,14 +135440,14 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hslua-module-text_0_3_0" = callPackage
|
||||
"hslua-module-text_0_3_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, hslua, tasty, tasty-hunit
|
||||
, tasty-lua, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hslua-module-text";
|
||||
version = "0.3.0";
|
||||
sha256 = "1y15b38r0xiwcwpzsdr8x8i4y8all2jd3z0j7fvny6lsbna2hf7r";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1vmd15n905i2pcsx748hz3h9kv5nnv74y663rj57q8mp0b40cbfl";
|
||||
libraryHaskellDepends = [ base bytestring hslua text ];
|
||||
testHaskellDepends = [
|
||||
base hslua tasty tasty-hunit tasty-lua text
|
||||
|
@ -165716,8 +165735,8 @@ self: {
|
|||
({ mkDerivation, base, lucid }:
|
||||
mkDerivation {
|
||||
pname = "lucid-cdn";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "09g98hnw1mf9wih7jpwkvy8iavas8zg672yqj406zwvg786088jf";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "119d92xc047r98pw0phxplm57nc2jdjz6smkas9hr95mck0d16db";
|
||||
libraryHaskellDepends = [ base lucid ];
|
||||
description = "Curated list of CDN imports for lucid";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -169627,8 +169646,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mcmc";
|
||||
version = "0.2.3";
|
||||
sha256 = "14xf8l3ka7s34sa4rs4xsy7h5jxpl3fhsn959dvf17nsv252s6p8";
|
||||
version = "0.2.4";
|
||||
sha256 = "17ahxp7p1klg1j416gvs76a3x1hii5j0fv80rxfrw0w076gn3yy1";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory
|
||||
double-conversion log-domain microlens mwc-random statistics time
|
||||
|
@ -191810,10 +191829,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.3.8.2";
|
||||
sha256 = "15rvyxn05wq7k06v3k4z0wbl85id7vmjkyy92zdp8vcvqbayjm3a";
|
||||
revision = "1";
|
||||
editedCabalFile = "0r0cj58yn4mkzpq8inzlwp86kmwgz11b2iindcf10rrdqx5c5vrf";
|
||||
version = "0.3.8.3";
|
||||
sha256 = "0x6l3318g2x3q69drbnk2dkzn8l6c5m0msfnmwzbq6g6952gnsam";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -209288,15 +209305,15 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"pusher-http-haskell_2_0_0_1" = callPackage
|
||||
"pusher-http-haskell_2_0_0_2" = callPackage
|
||||
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
||||
, cryptonite, hashable, hspec, http-client, http-client-tls
|
||||
, http-types, memory, QuickCheck, text, time, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pusher-http-haskell";
|
||||
version = "2.0.0.1";
|
||||
sha256 = "05f4p4rnx2gy1f17d83sfpnxrfniq710pyai97gwi4ks3f4avk5a";
|
||||
version = "2.0.0.2";
|
||||
sha256 = "0ci2wg0y3762n1in8jyw1dpjljdynhl4bfp9506kfkc6ym9j2q1a";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring cryptonite hashable
|
||||
http-client http-client-tls http-types memory text time
|
||||
|
@ -226377,24 +226394,25 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {inherit (pkgs) secp256k1;};
|
||||
|
||||
"secp256k1-haskell_0_4_0" = callPackage
|
||||
"secp256k1-haskell_0_5_0" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, cereal
|
||||
, deepseq, entropy, hashable, hspec, hspec-discover, HUnit
|
||||
, monad-par, mtl, QuickCheck, secp256k1, string-conversions
|
||||
, unliftio
|
||||
, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "secp256k1-haskell";
|
||||
version = "0.4.0";
|
||||
sha256 = "07hgfrr98g42sia5bssch7lrajx7y6fz98f13ly5rjkm5brw0zba";
|
||||
version = "0.5.0";
|
||||
sha256 = "18mp6ljqwrymvk5gl7v09xq0r7c2fhkvjfs8gdlzwgql35di5g7d";
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring cereal deepseq entropy hashable
|
||||
QuickCheck string-conversions unliftio
|
||||
QuickCheck string-conversions unliftio-core
|
||||
];
|
||||
libraryPkgconfigDepends = [ secp256k1 ];
|
||||
testHaskellDepends = [
|
||||
base base16-bytestring bytestring cereal deepseq entropy hashable
|
||||
hspec HUnit monad-par mtl QuickCheck string-conversions unliftio
|
||||
hspec HUnit monad-par mtl QuickCheck string-conversions
|
||||
unliftio-core
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Bindings for secp256k1";
|
||||
|
@ -236392,8 +236410,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "slynx";
|
||||
version = "0.4.0";
|
||||
sha256 = "10a6nqpr422c80vmzjx1r2wgbhkc2kjn7kvmavc0cx1752wn79kc";
|
||||
version = "0.4.1";
|
||||
sha256 = "1cmbk2ynyd5il0jlci5jbc2mn4vhwgrbr7041vgivnqg3p5mb1lx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -247096,6 +247114,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"subG" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "subG";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0726w12aqjmbdvqp8lpv68dh4h98bzv13ng41831ljdr76c3lrsy";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Some extension to the Foldable and Monoid classes";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"subcategories" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, data-default, foldl
|
||||
, hashable, inspection-testing, mono-traversable, pointed
|
||||
|
@ -251911,6 +251940,25 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tasty-lua_0_2_3_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, file-embed, filepath
|
||||
, hslua, tasty, tasty-hunit, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tasty-lua";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "1dw9wbwhyklc2lkpvhj12kdq7kyq6lv9w2586szx3yr5qbpwaggm";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring file-embed hslua tasty text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory filepath hslua tasty tasty-hunit
|
||||
];
|
||||
description = "Write tests in Lua, integrate into tasty";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-mgolden" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, Diff, filepath, hlint, tasty
|
||||
, tasty-expected-failure, tasty-hunit, text, typed-process
|
||||
|
@ -258920,8 +258968,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "tlynx";
|
||||
version = "0.4.0";
|
||||
sha256 = "1gsyyw8bvlc15z6hy7cd9w6v6wgjg9ra19w9vp6kajlyzyw5j1kw";
|
||||
version = "0.4.1";
|
||||
sha256 = "07fql189rm0xc7vx3ch86n5xrhd57zn2h80gxwmr9qaqc5p9b2qp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
|
Loading…
Reference in a new issue