hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
d0350d045b
.
This commit is contained in:
parent
c743c91021
commit
2b1c2ac58e
@ -50860,30 +50860,31 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"classify-frog" = callPackage
|
"classify-frog" = callPackage
|
||||||
({ mkDerivation, array, audacity, base, bifunctors, Cabal, carray
|
({ mkDerivation, array, audacity, base, bifunctors, carray
|
||||||
, comfort-array, concurrent-split, containers, deepseq
|
, comfort-array, concurrent-split, containers, deepseq
|
||||||
, explicit-exception, fft, filemanip, gnuplot, hmm-lapack, lapack
|
, explicit-exception, fft, filemanip, gnuplot, hmm-lapack, lapack
|
||||||
, lazy-csv, llvm-extra, llvm-tf, non-empty, numeric-prelude
|
, lazy-csv, llvm-extra, llvm-tf, non-empty, numeric-prelude
|
||||||
, optparse-applicative, parallel, pathtype, pooled-io, semigroups
|
, optparse-applicative, parallel, pathtype, pooled-io, semigroups
|
||||||
, soxlib, storable-record, storablevector, storablevector-carray
|
, shell-utility, soxlib, storable-record, storablevector
|
||||||
, synthesizer-core, synthesizer-llvm, tagchup, text, time
|
, storablevector-carray, synthesizer-core, synthesizer-llvm
|
||||||
, transformers, utility-ht, xml-basic
|
, tagchup, text, time, transformers, utility-ht, xml-basic
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "classify-frog";
|
pname = "classify-frog";
|
||||||
version = "0.2.4.2";
|
version = "0.2.4.3";
|
||||||
sha256 = "1q1jr4q1a27wscznrkr04fxlaac2xp7l02rzspmf8bpkadfp3wfw";
|
sha256 = "0pba3a2vj9s5x8mm878q8vl0a57vrm2c4s79n0vc2pggbkb6dybc";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
array audacity base bifunctors Cabal carray comfort-array
|
array audacity base bifunctors carray comfort-array
|
||||||
concurrent-split containers deepseq explicit-exception fft
|
concurrent-split containers deepseq explicit-exception fft
|
||||||
filemanip gnuplot hmm-lapack lapack lazy-csv llvm-extra llvm-tf
|
filemanip gnuplot hmm-lapack lapack lazy-csv llvm-extra llvm-tf
|
||||||
non-empty numeric-prelude optparse-applicative parallel pathtype
|
non-empty numeric-prelude optparse-applicative parallel pathtype
|
||||||
pooled-io semigroups soxlib storable-record storablevector
|
pooled-io semigroups shell-utility soxlib storable-record
|
||||||
storablevector-carray synthesizer-core synthesizer-llvm tagchup
|
storablevector storablevector-carray synthesizer-core
|
||||||
text time transformers utility-ht xml-basic
|
synthesizer-llvm tagchup text time transformers utility-ht
|
||||||
|
xml-basic
|
||||||
];
|
];
|
||||||
description = "Classify sounds produced by Xenopus laevis";
|
description = "Classify sounds produced by Xenopus laevis";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -112502,21 +112503,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hedgehog-classes" = callPackage
|
"hedgehog-classes" = callPackage
|
||||||
({ mkDerivation, aeson, base, binary, containers, hedgehog
|
({ mkDerivation, aeson, base, binary, comonad, containers, hedgehog
|
||||||
, pretty-show, semirings, silently, transformers
|
, pretty-show, semirings, silently, transformers
|
||||||
, wl-pprint-annotated
|
, wl-pprint-annotated
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hedgehog-classes";
|
pname = "hedgehog-classes";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
sha256 = "072w697nc7dv9yi700g5ap4h49ichpw1srzkq07sz637022l19wl";
|
sha256 = "0ww1ll557iapbxg6rwhimf5fh8gngk15zlm4mlrh3p3j3xx9f22p";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "03kz2y6k8p0ifhjmnpfmjmflz3v2qbjqccv3p87ffgpr5317m14k";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base binary containers hedgehog pretty-show semirings
|
aeson base binary comonad containers hedgehog pretty-show semirings
|
||||||
silently transformers wl-pprint-annotated
|
silently transformers wl-pprint-annotated
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ aeson base binary containers hedgehog ];
|
testHaskellDepends = [
|
||||||
|
aeson base binary comonad containers hedgehog
|
||||||
|
];
|
||||||
description = "Hedgehog will eat your typeclass bugs";
|
description = "Hedgehog will eat your typeclass bugs";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
@ -167581,6 +167582,20 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"nonempty-lift" = callPackage
|
||||||
|
({ mkDerivation, base, comonad, hedgehog, hedgehog-classes
|
||||||
|
, semigroupoids
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "nonempty-lift";
|
||||||
|
version = "0.1";
|
||||||
|
sha256 = "0zz6kh0ihbpjsigs2ssqcif6i85y9ykpx739yzpqz0drqn4013g8";
|
||||||
|
libraryHaskellDepends = [ base comonad semigroupoids ];
|
||||||
|
testHaskellDepends = [ base hedgehog hedgehog-classes ];
|
||||||
|
description = "nonempty structure";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"nonemptymap" = callPackage
|
"nonemptymap" = callPackage
|
||||||
({ mkDerivation, base, containers, semigroupoids }:
|
({ mkDerivation, base, containers, semigroupoids }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -229674,6 +229689,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"th-lift-instances_0_1_14" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, containers, QuickCheck
|
||||||
|
, template-haskell, text, th-lift, transformers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "th-lift-instances";
|
||||||
|
version = "0.1.14";
|
||||||
|
sha256 = "0r1b4jnvcj64wp4hfccwkl4a70n1p1q7qzyx6ax7cmd8k961jz78";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring containers template-haskell text th-lift
|
||||||
|
transformers vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring containers QuickCheck template-haskell text vector
|
||||||
|
];
|
||||||
|
description = "Lift instances for template-haskell for common data types";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"th-nowq" = callPackage
|
"th-nowq" = callPackage
|
||||||
({ mkDerivation, base, markdown-unlit, template-haskell, time }:
|
({ mkDerivation, base, markdown-unlit, template-haskell, time }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -232309,6 +232344,17 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"to" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, text, utf8-string }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "to";
|
||||||
|
version = "1.0.0";
|
||||||
|
sha256 = "0lkmxyn3g2blrq9nc1ih46f5qghnida2mdpsx6ixksy12cnxswja";
|
||||||
|
libraryHaskellDepends = [ base bytestring text utf8-string ];
|
||||||
|
description = "Simple, safe, boring type conversions";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"to-haskell" = callPackage
|
"to-haskell" = callPackage
|
||||||
({ mkDerivation, base, containers, haskell-src-exts, transformers
|
({ mkDerivation, base, containers, haskell-src-exts, transformers
|
||||||
}:
|
}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user