hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
b0b8db191b.
This commit is contained in:
Peter Simons 2019-08-12 02:30:53 +02:00
parent f4475a4086
commit c743c91021

View file

@ -30354,8 +30354,8 @@ self: {
}:
mkDerivation {
pname = "arbor-postgres";
version = "0.0.3";
sha256 = "18rqy2zyaf5cawn8dkn3xmjh19zzqgwj6mkk415x5a4p53dya46b";
version = "0.0.4";
sha256 = "0z3n2w9a57sl24i7h4yz8204drwkgr54pr2yrjam4xs3dyx6irf4";
libraryHaskellDepends = [
base bytestring generic-lens lens network-uri optparse-applicative
postgresql-simple text
@ -30945,6 +30945,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"array-chunks" = callPackage
({ mkDerivation, base, primitive, QuickCheck, quickcheck-classes
, tasty, tasty-hunit, tasty-quickcheck
}:
mkDerivation {
pname = "array-chunks";
version = "0.1.0.0";
sha256 = "15x8l8m953ws3253zvxg4q0q0qqcc34wawijnzmq87y39g9ghlag";
libraryHaskellDepends = [ base primitive ];
testHaskellDepends = [
base primitive QuickCheck quickcheck-classes tasty tasty-hunit
tasty-quickcheck
];
description = "Lists of chunks";
license = stdenv.lib.licenses.bsd3;
}) {};
"array-forth" = callPackage
({ mkDerivation, array, base, HUnit, mcmc-synthesis
, modular-arithmetic, MonadRandom, OddWord, QuickCheck, split
@ -32670,8 +32687,8 @@ self: {
pname = "attoparsec";
version = "0.13.2.2";
sha256 = "0j6qcwd146yzlkc9mcvzvnixsyl65n2a68l28322q5v9p4g4g4yx";
revision = "3";
editedCabalFile = "1birva836xdp92lf1v5yrs8lj3bgj9vnarrfh2ssfxxacqj1gjji";
revision = "4";
editedCabalFile = "1vz6jz7cwd80sryabpa99hccamgccjf2l7907wjblbs7dy66a8cb";
libraryHaskellDepends = [
array base bytestring containers deepseq scientific text
transformers
@ -33311,6 +33328,21 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"autoexporter_1_1_14" = callPackage
({ mkDerivation, base, Cabal, directory, filepath }:
mkDerivation {
pname = "autoexporter";
version = "1.1.14";
sha256 = "0ijykr8qg7ijadlkn0gx3n06n14ihar8dvaddmmaab2awpmaa3l8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base Cabal directory filepath ];
executableHaskellDepends = [ base Cabal directory filepath ];
description = "Automatically re-export modules";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"autom" = callPackage
({ mkDerivation, base, bytestring, colour, ghc-prim, gloss
, JuicyPixels, random, vector
@ -33660,6 +33692,8 @@ self: {
pname = "avro";
version = "0.4.5.1";
sha256 = "1a7ykj2c8bk7y8iaac1076sp4c4qzxh37d97w0xv63srmy7l1r8s";
revision = "1";
editedCabalFile = "0a3rwzrk7zg428jqza3ghv2dvgl2iy7rz49yzxva0l9vj9abd1gb";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail hashable mtl scientific
@ -33682,6 +33716,41 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"avro_0_4_5_2" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, bytestring, containers, data-binary-ieee754, deepseq
, directory, extra, fail, gauge, hashable, hspec, hspec-discover
, lens, lens-aeson, mtl, pure-zlib, QuickCheck, random
, raw-strings-qq, scientific, semigroups, tagged, template-haskell
, text, tf-random, transformers, unordered-containers, vector, zlib
}:
mkDerivation {
pname = "avro";
version = "0.4.5.2";
sha256 = "0cy2r8jrnyxwsxpd6mah4g56xh8n93f6gd613a4bwg8kqvykrpgq";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail hashable mtl scientific
semigroups tagged template-haskell text tf-random
unordered-containers vector zlib
];
testHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers directory extra fail hashable hspec lens lens-aeson mtl
pure-zlib QuickCheck raw-strings-qq scientific semigroups tagged
text tf-random transformers unordered-containers vector
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
aeson base bytestring containers gauge hashable mtl random
raw-strings-qq template-haskell text transformers
unordered-containers vector
];
description = "Avro serialization support for Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"avwx" = callPackage
({ mkDerivation, attoparsec, base, HTTP, lens, optparse-applicative
, parsers, pretty-show, text
@ -34829,6 +34898,29 @@ self: {
broken = true;
}) {};
"backprop_0_2_6_3" = callPackage
({ mkDerivation, base, containers, criterion, deepseq, directory
, hmatrix, microlens, microlens-th, mwc-random, primitive
, reflection, time, transformers, vector, vinyl
}:
mkDerivation {
pname = "backprop";
version = "0.2.6.3";
sha256 = "0zk3k20c100iwqcvg1xw2vdysn01w4h9jypz08xs849n1a3bp7di";
libraryHaskellDepends = [
base containers deepseq microlens primitive reflection transformers
vector vinyl
];
benchmarkHaskellDepends = [
base criterion deepseq directory hmatrix microlens microlens-th
mwc-random time vector
];
description = "Heterogeneous automatic differentation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"backstop" = callPackage
({ mkDerivation, base, directory, filepath, HUnit, mtl, process
, QuickCheck, unix
@ -39062,8 +39154,8 @@ self: {
}:
mkDerivation {
pname = "birch-beer";
version = "0.1.4.4";
sha256 = "04pw1znsv7gm1qkdvb65kh4x0d8na590ks7437dymzy9h75m6mvj";
version = "0.1.4.5";
sha256 = "1yyb897yg2ipvz6jsc6np1jwlckyi41jq94dwxlpyj2sigawzvwh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -43167,30 +43259,30 @@ self: {
broken = true;
}) {};
"bulletproofs_1_0_0" = callPackage
"bulletproofs_1_0_1" = callPackage
({ mkDerivation, arithmoi, base, containers, criterion, cryptonite
, galois-field, memory, MonadRandom, pairing, protolude, QuickCheck
, galois-field, memory, MonadRandom, protolude, QuickCheck
, random-shuffle, tasty, tasty-discover, tasty-hunit
, tasty-quickcheck, text
}:
mkDerivation {
pname = "bulletproofs";
version = "1.0.0";
sha256 = "1q1d8bj8hh2ik4arrgqrkhk4gwirvabfiw8mbazmpgvir8yv19s0";
version = "1.0.1";
sha256 = "1c23dppl851a1ga9x8axkl27bswb0hlwql0mfabsd9ydclmipzf0";
libraryHaskellDepends = [
arithmoi base containers cryptonite galois-field memory MonadRandom
pairing protolude QuickCheck random-shuffle text
protolude QuickCheck random-shuffle text
];
testHaskellDepends = [
arithmoi base containers cryptonite galois-field memory MonadRandom
pairing protolude QuickCheck random-shuffle tasty tasty-discover
protolude QuickCheck random-shuffle tasty tasty-discover
tasty-hunit tasty-quickcheck text
];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
arithmoi base containers criterion cryptonite galois-field memory
MonadRandom pairing protolude QuickCheck random-shuffle tasty
tasty-hunit tasty-quickcheck text
MonadRandom protolude QuickCheck random-shuffle tasty tasty-hunit
tasty-quickcheck text
];
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
@ -61355,12 +61447,12 @@ self: {
}) {};
"cursor-brick" = callPackage
({ mkDerivation, base, brick, cursor }:
({ mkDerivation, base, brick, cursor, text }:
mkDerivation {
pname = "cursor-brick";
version = "0.0.0.0";
sha256 = "1cbby07x8d8pr3j07s9hl78xx8zd2va4g06xjb2qkjd2ffs705gb";
libraryHaskellDepends = [ base brick cursor ];
version = "0.1.0.0";
sha256 = "018i8yrdcj69qf00vz1sx7is5cx1a7vn5b8kr9b226n7vxlr3nzd";
libraryHaskellDepends = [ base brick cursor text ];
license = stdenv.lib.licenses.mit;
}) {};
@ -65426,6 +65518,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"decidable_0_2_0_0" = callPackage
({ mkDerivation, base, functor-products, microlens, singletons
, vinyl
}:
mkDerivation {
pname = "decidable";
version = "0.2.0.0";
sha256 = "1b0mnkgk60qm84wim9lq6hlgm2ijxjx0s4gahvd5fjkccdryz2h2";
libraryHaskellDepends = [
base functor-products microlens singletons vinyl
];
description = "Combinators for manipulating dependently-typed predicates";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"decimal-arithmetic" = callPackage
({ mkDerivation, base, binary, binary-bits, deepseq, doctest, hspec
, mtl, QuickCheck
@ -74419,23 +74527,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"either-both_0_1_1_0" = callPackage
({ mkDerivation, base, either-prime, smallcheck, tasty
, tasty-smallcheck
}:
"either-both_0_1_1_1" = callPackage
({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck }:
mkDerivation {
pname = "either-both";
version = "0.1.1.0";
sha256 = "1dcr4pygk86rks764xcgfp8l6y3c11ycz0xaibxj00hy2zijzg8k";
version = "0.1.1.1";
sha256 = "1cm6g0wvwqlm405y8svv2fi49kpxqs7hffwd4gnsvlk2rfxng93f";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base either-prime smallcheck tasty tasty-smallcheck
];
testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ];
description = "Either or both";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {either-prime = null;};
}) {};
"either-list-functions" = callPackage
({ mkDerivation, base, doctest }:
@ -74871,6 +74974,31 @@ self: {
broken = true;
}) {};
"elliptic-curve" = callPackage
({ mkDerivation, arithmoi, base, criterion, galois-field
, MonadRandom, protolude, tasty, tasty-hunit, tasty-quickcheck
, text, wl-pprint-text
}:
mkDerivation {
pname = "elliptic-curve";
version = "0.2.1";
sha256 = "18c00i2dgy0zdrnz9ym4wb4vcqrlflslqll4p4sfz8v07sa73z7g";
libraryHaskellDepends = [
base galois-field MonadRandom protolude tasty-quickcheck text
wl-pprint-text
];
testHaskellDepends = [
arithmoi base galois-field MonadRandom protolude tasty tasty-hunit
tasty-quickcheck text wl-pprint-text
];
benchmarkHaskellDepends = [
base criterion galois-field MonadRandom protolude tasty-quickcheck
text wl-pprint-text
];
description = "Elliptic curve library";
license = stdenv.lib.licenses.mit;
}) {};
"elm-bridge" = callPackage
({ mkDerivation, aeson, base, containers, hspec, QuickCheck
, template-haskell, text
@ -76247,6 +76375,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"enumset_0_0_5" = callPackage
({ mkDerivation, base, data-accessor, semigroups, storable-record
}:
mkDerivation {
pname = "enumset";
version = "0.0.5";
sha256 = "0d9lnl7mmcwydfhb4iazh6gcdbxvdh7b3gar3c9l1k5xmc4r8qii";
libraryHaskellDepends = [
base data-accessor semigroups storable-record
];
description = "Sets of enumeration values represented by machine words";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"env-locale" = callPackage
({ mkDerivation, base, old-locale, time }:
mkDerivation {
@ -87255,6 +87398,17 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
"functor-products" = callPackage
({ mkDerivation, base, microlens, singletons, text, vinyl }:
mkDerivation {
pname = "functor-products";
version = "0.1.0.0";
sha256 = "18yxsqah4afyvhcgi9fp6zmn511kgnw8cx02ig2kaypl2j4bnsxp";
libraryHaskellDepends = [ base microlens singletons text vinyl ];
description = "General functor products for various Foldable instances";
license = stdenv.lib.licenses.bsd3;
}) {};
"functor-utils" = callPackage
({ mkDerivation, base, ghc-prim, lens }:
mkDerivation {
@ -87903,15 +88057,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"galois-field_0_4_0" = callPackage
"galois-field_0_4_1" = callPackage
({ mkDerivation, base, criterion, integer-gmp, MonadRandom, poly
, protolude, semirings, tasty, tasty-quickcheck, vector
, wl-pprint-text
}:
mkDerivation {
pname = "galois-field";
version = "0.4.0";
sha256 = "087mvqbp18ak9wgih3sxjp210pjw7rka9x1vjmsivk15ppm17zsz";
version = "0.4.1";
sha256 = "1q577m518gb3q7z7l84pf2ghw786p86sjx7b5mr3xhrvplwdvhcl";
libraryHaskellDepends = [
base integer-gmp MonadRandom poly protolude semirings
tasty-quickcheck vector wl-pprint-text
@ -109215,8 +109369,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store";
version = "0.16.6";
sha256 = "03214p8xqf062grgpkbfchrm4awm0zrq41j77z8s31iin9d0qzp9";
version = "0.17.0";
sha256 = "1syzpiiimlsiczxdf42w2dyf47vz9m4w9y0yfaghbixvj00p6agz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -136655,8 +136809,6 @@ self: {
];
description = "Javascript Object Signing and Encryption and JSON Web Token library";
license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"jose-jwt" = callPackage
@ -142930,6 +143082,33 @@ self: {
broken = true;
}) {};
"lapack_0_3_1" = callPackage
({ mkDerivation, base, blas-ffi, blaze-html, boxes, ChasingBottoms
, comfort-array, data-ref, deepseq, fixed-length
, guarded-allocation, hyper, lapack-ffi, lazyio, monoid-transformer
, netlib-ffi, non-empty, QuickCheck, quickcheck-transformer, random
, semigroups, text, tfp, transformers, unique-logic-tf, utility-ht
}:
mkDerivation {
pname = "lapack";
version = "0.3.1";
sha256 = "1w8nndh3gj6vrildxjn13lmi7aqjwbhpqkdj7d21fsfbmhjlgwvr";
libraryHaskellDepends = [
base blas-ffi blaze-html boxes comfort-array deepseq fixed-length
guarded-allocation hyper lapack-ffi lazyio netlib-ffi non-empty
semigroups text tfp transformers utility-ht
];
testHaskellDepends = [
base ChasingBottoms comfort-array data-ref monoid-transformer
netlib-ffi non-empty QuickCheck quickcheck-transformer random
semigroups tfp transformers unique-logic-tf utility-ht
];
description = "Numerical Linear Algebra using LAPACK";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"lapack-carray" = callPackage
({ mkDerivation, base, carray, lapack-ffi, netlib-carray
, netlib-ffi, storable-complex, transformers
@ -146578,6 +146757,29 @@ self: {
broken = true;
}) {};
"linear-circuit_0_1_0_2" = callPackage
({ mkDerivation, base, comfort-array, comfort-graph, containers
, lapack, netlib-ffi, non-empty, QuickCheck, transformers
, utility-ht
}:
mkDerivation {
pname = "linear-circuit";
version = "0.1.0.2";
sha256 = "0cf2lq8p2yppns8qn732drky8ghhd4ri9zxv7nbvas10ha0p19lm";
libraryHaskellDepends = [
base comfort-array comfort-graph containers lapack netlib-ffi
transformers utility-ht
];
testHaskellDepends = [
base comfort-graph containers non-empty QuickCheck transformers
utility-ht
];
description = "Compute resistance of linear electrical circuits";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"linear-code" = callPackage
({ mkDerivation, base, containers, data-default
, ghc-typelits-knownnat, ghc-typelits-natnormalise, HaskellForMaths
@ -147615,6 +147817,24 @@ self: {
broken = true;
}) {};
"list-witnesses_0_1_2_0" = callPackage
({ mkDerivation, base, decidable, functor-products, microlens
, profunctors, singletons, vinyl
}:
mkDerivation {
pname = "list-witnesses";
version = "0.1.2.0";
sha256 = "10bflmrj747xs2ga8s0vw7hb419wvrwnm0bakxw7x1l7bcaa7z7m";
libraryHaskellDepends = [
base decidable functor-products microlens profunctors singletons
vinyl
];
description = "Witnesses for working with type-level lists";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"list-zip-def" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -148152,8 +148372,8 @@ self: {
}:
mkDerivation {
pname = "llvm-hs-pretty";
version = "0.6.1.0";
sha256 = "12w1rkkaf50jl2vdkyk4xpvjmsxzjbfkdyklaq5p6b8ykw872pda";
version = "0.6.2.0";
sha256 = "0inljys97b3vmb0006p75kzsm922w1r9721df2h7nfqp0in28c14";
libraryHaskellDepends = [
array base bytestring llvm-hs-pure prettyprinter text
];
@ -172342,6 +172562,41 @@ self: {
broken = true;
}) {};
"pairing_0_4_2" = callPackage
({ mkDerivation, arithmoi, base, binary, bytestring, criterion
, errors, galois-field, hexstring, integer-logarithms, memory
, MonadRandom, protolude, QuickCheck, quickcheck-instances, random
, tasty, tasty-discover, tasty-hunit, tasty-quickcheck
, wl-pprint-text
}:
mkDerivation {
pname = "pairing";
version = "0.4.2";
sha256 = "0qwxh7s5ycr4rcafqgj7lc1mgqjsvlp62klwmvnqq9rmrkim2lkg";
libraryHaskellDepends = [
arithmoi base binary bytestring errors galois-field
integer-logarithms memory MonadRandom protolude QuickCheck random
wl-pprint-text
];
testHaskellDepends = [
arithmoi base binary bytestring errors galois-field hexstring
integer-logarithms memory MonadRandom protolude QuickCheck
quickcheck-instances random tasty tasty-discover tasty-hunit
tasty-quickcheck wl-pprint-text
];
testToolDepends = [ tasty-discover ];
benchmarkHaskellDepends = [
arithmoi base binary bytestring criterion errors galois-field
integer-logarithms memory MonadRandom protolude QuickCheck
quickcheck-instances random tasty tasty-hunit tasty-quickcheck
wl-pprint-text
];
description = "Bilinear pairings";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"palette" = callPackage
({ mkDerivation, array, base, colour, containers, MonadRandom }:
mkDerivation {
@ -174839,8 +175094,8 @@ self: {
}:
mkDerivation {
pname = "patat";
version = "0.8.2.3";
sha256 = "0fkrm5zq2978qaqkxwibqj5dlmrrkpnlqv97ff436bf6ad5vpfw8";
version = "0.8.2.5";
sha256 = "1hss18gb71xrjgncjr4g5935k7kcwxpxxb6j52i32ans43xavhiv";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -189194,6 +189449,8 @@ self: {
pname = "quickcheck-instances";
version = "0.3.22";
sha256 = "14asr9r7da3w7p4hjj51w2yb002nz8x0np8hdz9z4yjvi60vyrax";
revision = "1";
editedCabalFile = "1ln7zp6rx7ya7iwcbh8m1s1y1pdh28f64nga74f2lszmpmmd512w";
libraryHaskellDepends = [
array base base-compat bytestring case-insensitive containers
hashable old-time QuickCheck scientific splitmix tagged text time
@ -196152,6 +196409,21 @@ self: {
broken = true;
}) {};
"resistor-cube_0_0_1_2" = callPackage
({ mkDerivation, base, comfort-array, lapack }:
mkDerivation {
pname = "resistor-cube";
version = "0.0.1.2";
sha256 = "1jdpyxpbqhlbd66gy1qlrjqm31mhvg636yp8nrm9qbksllzdi6n6";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base comfort-array lapack ];
description = "Compute total resistance of a cube of resistors";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"resolv" = callPackage
({ mkDerivation, base, base16-bytestring, binary, bytestring
, containers, directory, filepath, tasty, tasty-hunit
@ -204606,8 +204878,6 @@ self: {
testToolDepends = [ hspec-discover markdown-unlit ];
description = "servant-server/servant-auth compatibility";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"servant-auth-swagger" = callPackage
@ -207767,8 +208037,8 @@ self: {
}:
mkDerivation {
pname = "shake-ats";
version = "1.10.2.1";
sha256 = "1y85rrrrcd7jz51ir6cwa3w23ldi4fkc215iqj1crbxfjzrphacn";
version = "1.10.2.2";
sha256 = "070vvzz0nmdal9ja43l8s4dll2iwxjzd3lmlynkdm1v9qzj0iw67";
libraryHaskellDepends = [
base binary dependency directory hs2ats language-ats microlens
shake shake-c shake-cabal shake-ext text
@ -207904,8 +208174,8 @@ self: {
({ mkDerivation, base, cpphs, shake }:
mkDerivation {
pname = "shake-literate";
version = "0.1.0.0";
sha256 = "1kliv9i9libcyzm0bccxi226rd69kvjxi9hi3n4y7zjbbp40cqgd";
version = "0.1.0.1";
sha256 = "0wx3mh62b8kq20qw15zg35nl4l066i11mzgj0vxlvys5a6902ijn";
libraryHaskellDepends = [ base cpphs shake ];
description = "Rules for building literate programs in shake";
license = stdenv.lib.licenses.bsd3;
@ -208435,6 +208705,17 @@ self: {
broken = true;
}) {};
"shell-utility" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "shell-utility";
version = "0.0";
sha256 = "1s3482vxllmmjbcqbwsrql9ka6zng7qbbqk3kfjs6dvkcs710hbs";
libraryHaskellDepends = [ base ];
description = "Utility functions for writing command-line programs";
license = stdenv.lib.licenses.bsd3;
}) {};
"shellish" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, mtl
, process, strict, time, unix-compat
@ -208626,8 +208907,8 @@ self: {
}:
mkDerivation {
pname = "shh";
version = "0.7.0.0";
sha256 = "0dgfjvxdli4z1i9qailq5mgrgynm1vvfcbjj9nsridypff0vf1qj";
version = "0.7.0.2";
sha256 = "0b9q4pg1gvnw18gxba8cd7b9crj8d822vivsvgagcjmhm6a8y3pk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -220749,8 +221030,8 @@ self: {
}:
mkDerivation {
pname = "strongswan-sql";
version = "1.3.0.0";
sha256 = "0dxl6j73hmw9la2ivbgxm6wr12dd79nh2315k517zlgiq4q1yir7";
version = "1.3.0.1";
sha256 = "1n61xxgp4saljyq6zywi5x5nlcwzp3i9vhwlmib790wr19znnxky";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -221961,6 +222242,36 @@ self: {
broken = true;
}) {};
"sv_1_4" = callPackage
({ mkDerivation, attoparsec, base, bifunctors, bytestring, cassava
, contravariant, criterion, deepseq, hedgehog, hw-dsv, lens, Only
, parsers, semigroupoids, semigroups, sv-core, tasty
, tasty-hedgehog, tasty-hunit, text, transformers, trifecta
, utf8-string, validation, vector
}:
mkDerivation {
pname = "sv";
version = "1.4";
sha256 = "02ymnnknfppx59b922y62grkmarwsyy77iv6bmyp2bzm8vbvnvd5";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring contravariant hw-dsv
semigroupoids sv-core transformers utf8-string validation
];
testHaskellDepends = [
base bytestring cassava contravariant hedgehog lens Only parsers
semigroupoids semigroups tasty tasty-hedgehog tasty-hunit text
trifecta utf8-string validation vector
];
benchmarkHaskellDepends = [
attoparsec base bytestring criterion deepseq hw-dsv lens text
vector
];
description = "Encode and decode separated values (CSV, PSV, ...)";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"sv-cassava" = callPackage
({ mkDerivation, attoparsec, base, bytestring, cassava, HUnit
, sv-core, text, utf8-string, validation, vector
@ -221969,8 +222280,8 @@ self: {
pname = "sv-cassava";
version = "0.3";
sha256 = "1c4wacp7k5sgr5fy73h9if98d08apmcs6p4p3f3fvpqkm8jmf71b";
revision = "2";
editedCabalFile = "14grn815r54480jqpfib6qi3ivbaw0asa5ys0rp93allsprk96xb";
revision = "3";
editedCabalFile = "13414sn9rllq842bz0lv8qzdy6fxv72jbhmk64krrxq2xmw7wkhb";
libraryHaskellDepends = [
attoparsec base bytestring cassava sv-core utf8-string validation
vector
@ -222009,6 +222320,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"sv-core_0_5" = callPackage
({ mkDerivation, attoparsec, base, bifunctors, bytestring
, containers, contravariant, deepseq, double-conversion, lens, mtl
, parsec, profunctors, QuickCheck, readable, semigroupoids
, semigroups, tasty, tasty-quickcheck, text, transformers, trifecta
, utf8-string, validation, vector, void
}:
mkDerivation {
pname = "sv-core";
version = "0.5";
sha256 = "1x5gmv2pbn3hx1dhpkigivjkbg6n6xy7lc36wmccsw2qqn9r5qxa";
libraryHaskellDepends = [
attoparsec base bifunctors bytestring containers contravariant
deepseq double-conversion lens mtl parsec profunctors readable
semigroupoids semigroups text transformers trifecta utf8-string
validation vector void
];
testHaskellDepends = [
base bytestring profunctors QuickCheck semigroupoids semigroups
tasty tasty-quickcheck text validation vector
];
description = "Encode and decode separated values (CSV, PSV, ...)";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"sv-svfactor" = callPackage
({ mkDerivation, base, bytestring, lens, profunctors, sv-core
, svfactor, validation
@ -222017,8 +222354,8 @@ self: {
pname = "sv-svfactor";
version = "0.2";
sha256 = "1fjgryypq6i4r3w9zdb282aq5lqp4577mzzycafklphc0d2ancgb";
revision = "1";
editedCabalFile = "0g0bswas1y06k1yg9lgzwm36pyxd05s3pji3nsiqff6bhfph3d37";
revision = "2";
editedCabalFile = "1igmg66d7zs8pcia4j7nhr7iivnbanqz34wcpfx967823vc2whpw";
libraryHaskellDepends = [
base bytestring lens profunctors sv-core svfactor validation
];
@ -223381,21 +223718,21 @@ self: {
"synthesizer-llvm" = callPackage
({ mkDerivation, base, containers, event-list, llvm-extra, llvm-tf
, midi, non-empty, non-negative, numeric-prelude, pathtype
, QuickCheck, random, sox, storable-record, storable-tuple
, storablevector, synthesizer-core, synthesizer-midi, tfp
, transformers, unsafe, utility-ht, vault
, QuickCheck, random, semigroups, sox, storable-record
, storable-tuple, storablevector, synthesizer-core
, synthesizer-midi, tfp, transformers, unsafe, utility-ht, vault
}:
mkDerivation {
pname = "synthesizer-llvm";
version = "0.8.1.2";
sha256 = "1rklmaibicc4fwcz22cw6vp5qm74b5vn5ymflwk4gi3knsn7mzi9";
version = "0.8.2";
sha256 = "0vf0p1ajs7k327cc1dwm6ja2qyby865g1bqc6mzrjn826dv2vric";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base containers event-list llvm-extra llvm-tf midi non-empty
non-negative numeric-prelude pathtype random sox storable-record
storable-tuple storablevector synthesizer-core synthesizer-midi tfp
transformers unsafe utility-ht vault
non-negative numeric-prelude pathtype random semigroups sox
storable-record storable-tuple storablevector synthesizer-core
synthesizer-midi tfp transformers unsafe utility-ht vault
];
testHaskellDepends = [
base llvm-extra llvm-tf numeric-prelude QuickCheck random
@ -225348,8 +225685,6 @@ self: {
];
description = "Hspec support for the Tasty test framework";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"tasty-html" = callPackage
@ -237751,6 +238086,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"unagi-chan_0_4_1_2" = callPackage
({ mkDerivation, async, atomic-primops, base, containers, criterion
, ghc-prim, primitive
}:
mkDerivation {
pname = "unagi-chan";
version = "0.4.1.2";
sha256 = "1lnl5n4jnjmm4chp461glcwkrrw63rjz3fvprwxcy3lkpbkrqvgn";
libraryHaskellDepends = [ atomic-primops base ghc-prim primitive ];
testHaskellDepends = [
atomic-primops base containers ghc-prim primitive
];
benchmarkHaskellDepends = [ async base criterion ];
description = "Fast concurrent queues with a Chan-like API, and more";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"unagi-streams" = callPackage
({ mkDerivation, base, io-streams, unagi-chan }:
mkDerivation {
@ -244007,6 +244360,36 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"wai-extra_3_0_28" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, base64-bytestring
, bytestring, case-insensitive, containers, cookie
, data-default-class, deepseq, directory, fast-logger, hspec
, http-types, http2, HUnit, iproute, network, old-locale, resourcet
, streaming-commons, text, time, transformers, unix, unix-compat
, vault, void, wai, wai-logger, word8, zlib
}:
mkDerivation {
pname = "wai-extra";
version = "3.0.28";
sha256 = "0iky7k4kirngvk1p2nz19zgzffb5hppfaxdjan80v06ikc8w1wm7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal base base64-bytestring bytestring
case-insensitive containers cookie data-default-class deepseq
directory fast-logger http-types http2 iproute network old-locale
resourcet streaming-commons text time transformers unix unix-compat
vault void wai wai-logger word8 zlib
];
testHaskellDepends = [
base bytestring case-insensitive cookie fast-logger hspec
http-types http2 HUnit resourcet text time transformers wai zlib
];
description = "Provides some basic WAI handlers and middleware";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"wai-frontend-monadcgi" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, cgi
, containers, http-types, transformers, wai