hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
f13cb0fa51.
This commit is contained in:
Peter Simons 2020-08-28 20:30:36 +02:00
parent 23da09f7f0
commit 27c18174ac

View File

@ -22140,25 +22140,26 @@ self: {
}) {}; }) {};
"accelerate" = callPackage "accelerate" = callPackage
({ mkDerivation, ansi-terminal, ansi-wl-pprint, base, base-orphans ({ mkDerivation, ansi-terminal, base, base-orphans, bytestring
, bytestring, Cabal, cabal-doctest, constraints, containers , Cabal, cabal-doctest, containers, cryptonite, deepseq, directory
, cryptonite, deepseq, directory, doctest, exceptions, filepath , doctest, exceptions, filepath, ghc-prim, half, hashable
, ghc-prim, half, hashable, hashtables, hedgehog, lens, mtl, tasty , hashtables, hedgehog, lens, mtl, prettyprinter
, tasty-expected-failure, tasty-hedgehog, tasty-hunit , prettyprinter-ansi-terminal, primitive, tasty, template-haskell
, template-haskell, terminal-size, transformers, unique, unix , terminal-size, text, transformers, unique, unix
, unordered-containers, vector , unordered-containers, vector
}: }:
mkDerivation { mkDerivation {
pname = "accelerate"; pname = "accelerate";
version = "1.2.0.1"; version = "1.3.0.0";
sha256 = "0vglmasqgq0h8fvm9z8l2b3sygqvix8vr6c3n357gkr2mpz6gq8h"; sha256 = "14md9fbxckgwpbkm7hdj95ny11w5b5cj103r8razg0aw2hgid5sb";
setupHaskellDepends = [ base Cabal cabal-doctest ]; setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint base base-orphans bytestring ansi-terminal base base-orphans bytestring containers cryptonite
constraints containers cryptonite deepseq directory exceptions deepseq directory exceptions filepath ghc-prim half hashable
filepath ghc-prim half hashable hashtables hedgehog lens mtl tasty hashtables hedgehog lens mtl prettyprinter
tasty-expected-failure tasty-hedgehog tasty-hunit template-haskell prettyprinter-ansi-terminal primitive tasty template-haskell
terminal-size transformers unique unix unordered-containers vector terminal-size text transformers unique unix unordered-containers
vector
]; ];
testHaskellDepends = [ base doctest ]; testHaskellDepends = [ base doctest ];
description = "An embedded language for accelerated array processing"; description = "An embedded language for accelerated array processing";
@ -22188,7 +22189,7 @@ self: {
}) {}; }) {};
"accelerate-bignum" = callPackage "accelerate-bignum" = callPackage
({ mkDerivation, accelerate, accelerate-io, accelerate-llvm ({ mkDerivation, accelerate, accelerate-io-vector, accelerate-llvm
, accelerate-llvm-native, accelerate-llvm-ptx, base, criterion , accelerate-llvm-native, accelerate-llvm-ptx, base, criterion
, ghc-prim, hedgehog, llvm-hs-pure, mwc-random, tasty , ghc-prim, hedgehog, llvm-hs-pure, mwc-random, tasty
, tasty-hedgehog, template-haskell, vector, vector-th-unbox , tasty-hedgehog, template-haskell, vector, vector-th-unbox
@ -22196,10 +22197,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-bignum"; pname = "accelerate-bignum";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "0xhnd39fb17kb7q5z9z8svn8zlv6j1wxrbkv3vij4f1q2hkqkl0p"; sha256 = "1xwqg3d2qilkfx8wmmhp2qq5cas3pnsrpyli3a9z0yxqamibxh33";
revision = "1";
editedCabalFile = "0lfsmhky8shyy9xhm0j2as91vrmqqrrn9r0fsv2ljc4xjklg723r";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm accelerate-llvm-native accelerate accelerate-llvm accelerate-llvm-native
accelerate-llvm-ptx base ghc-prim llvm-hs-pure template-haskell accelerate-llvm-ptx base ghc-prim llvm-hs-pure template-haskell
@ -22209,8 +22208,9 @@ self: {
tasty tasty-hedgehog tasty tasty-hedgehog
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
accelerate accelerate-io accelerate-llvm-native accelerate-llvm-ptx accelerate accelerate-io-vector accelerate-llvm-native
base criterion mwc-random vector vector-th-unbox wide-word accelerate-llvm-ptx base criterion mwc-random vector
vector-th-unbox wide-word
]; ];
description = "Fixed-length large integer arithmetic for Accelerate"; description = "Fixed-length large integer arithmetic for Accelerate";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -22226,8 +22226,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-blas"; pname = "accelerate-blas";
version = "0.2.0.1"; version = "0.3.0.0";
sha256 = "00869y2zrh43sl0rap8bbgnzqdvrrxpc2qhzz0zdfasr3440py6k"; sha256 = "1ydym6fxvg1b5vx49r8dnn80spsq42ssbg4v01s1djklks054g7y";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm accelerate-llvm-native accelerate accelerate-llvm accelerate-llvm-native
accelerate-llvm-ptx base blas-hs bytestring containers cublas cuda accelerate-llvm-ptx base blas-hs bytestring containers cublas cuda
@ -22320,37 +22320,39 @@ self: {
"accelerate-examples" = callPackage "accelerate-examples" = callPackage
({ mkDerivation, accelerate, accelerate-fft, accelerate-io ({ mkDerivation, accelerate, accelerate-fft, accelerate-io
, accelerate-llvm-native, accelerate-llvm-ptx, ansi-wl-pprint, base , accelerate-io-bmp, accelerate-io-repa, accelerate-io-vector
, binary, bmp, bytestring, bytestring-lexing, cereal , accelerate-llvm-native, accelerate-llvm-ptx, ansi-wl-pprint
, array, base, binary, bmp, bytestring, bytestring-lexing, cereal
, colour-accelerate, containers, criterion, criterion-measurement , colour-accelerate, containers, criterion, criterion-measurement
, directory, fclabels, filepath, gloss, gloss-accelerate , directory, fclabels, filepath, gloss, gloss-accelerate
, gloss-raster-accelerate, gloss-rendering, HUnit, lens-accelerate , gloss-raster-accelerate, gloss-rendering, HUnit, lens-accelerate
, linear, linear-accelerate, matrix-market-attoparsec, mwc-random , linear-accelerate, matrix-market-attoparsec, mwc-random
, normaldistribution, QuickCheck, random, repa, repa-io, scientific , mwc-random-accelerate, normaldistribution, QuickCheck, random
, test-framework, test-framework-hunit, test-framework-quickcheck2 , repa, repa-io, scientific, test-framework, test-framework-hunit
, vector, vector-algorithms , test-framework-quickcheck2, vector, vector-algorithms
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-examples"; pname = "accelerate-examples";
version = "1.2.0.1"; version = "1.3.0.0";
sha256 = "0hzk6zas03yhh8xjjrh772knhbvisl0r6q10y4mcq552bcfd8yvj"; sha256 = "145m2bi8bini6z2jg6g99vnsc3m7pqz4dc9l34j8fg40fw65rwi0";
configureFlags = [ "-f-opencl" ]; configureFlags = [ "-f-opencl" ];
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm-native accelerate-llvm-ptx accelerate accelerate-llvm-native accelerate-llvm-ptx
ansi-wl-pprint base containers criterion directory fclabels HUnit ansi-wl-pprint base containers criterion directory fclabels HUnit
linear mwc-random QuickCheck test-framework test-framework-hunit QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2 test-framework-quickcheck2
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
accelerate accelerate-fft accelerate-io base binary bmp bytestring accelerate accelerate-fft accelerate-io accelerate-io-bmp
bytestring-lexing cereal colour-accelerate containers criterion accelerate-io-repa accelerate-io-vector array base binary bmp
criterion-measurement directory fclabels filepath gloss bytestring bytestring-lexing cereal colour-accelerate containers
criterion criterion-measurement directory fclabels filepath gloss
gloss-accelerate gloss-raster-accelerate gloss-rendering gloss-accelerate gloss-raster-accelerate gloss-rendering
lens-accelerate linear-accelerate matrix-market-attoparsec lens-accelerate linear-accelerate matrix-market-attoparsec
mwc-random normaldistribution random repa repa-io scientific vector mwc-random mwc-random-accelerate normaldistribution random repa
vector-algorithms repa-io scientific vector vector-algorithms
]; ];
description = "Examples using the Accelerate library"; description = "Examples using the Accelerate library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -22366,10 +22368,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-fft"; pname = "accelerate-fft";
version = "1.2.0.0"; version = "1.3.0.0";
sha256 = "19p9d59vdd3nq97xjprlb6fz2ajlk6gl37cdyvrm9inag4nnk6lp"; sha256 = "1a7cwzbs8r3rvaymrq2kfx83lqb3i7wz0gmz3ppz59f40rxn974x";
revision = "2";
editedCabalFile = "096vhbwbkyvjx8znjqnb3lz43kzqq0x7kcfv1gmmbjjrcmwaj2y5";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm accelerate-llvm-native accelerate accelerate-llvm accelerate-llvm-native
accelerate-llvm-ptx base bytestring carray containers cuda cufft accelerate-llvm-ptx base bytestring carray containers cuda cufft
@ -22448,27 +22448,114 @@ self: {
}) {}; }) {};
"accelerate-io" = callPackage "accelerate-io" = callPackage
({ mkDerivation, accelerate, array, base, bmp, bytestring, hedgehog ({ mkDerivation, accelerate, base }:
, primitive, repa, tasty, tasty-hedgehog, vector
}:
mkDerivation { mkDerivation {
pname = "accelerate-io"; pname = "accelerate-io";
version = "1.2.0.0"; version = "1.3.0.0";
sha256 = "13pqqsd5pbxmgsxnp9w141mnwscnlmbhxaz6f5jx4ssipnma2pwf"; sha256 = "048md40pfacxa1mbzncybxzwp9fzmsaq8i94pd8ai677n2zyw5cg";
revision = "2"; libraryHaskellDepends = [ accelerate base ];
editedCabalFile = "0w8y40p71c6c7cj49n4kanwmsa53s2nydigiiidqp93yxhw0virq"; description = "Convert between Accelerate arrays and raw pointers";
libraryHaskellDepends = [
accelerate array base bmp bytestring primitive repa vector
];
testHaskellDepends = [
accelerate array base hedgehog tasty tasty-hedgehog vector
];
description = "Read and write Accelerate arrays in various formats";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
broken = true; broken = true;
}) {}; }) {};
"accelerate-io-JuicyPixels" = callPackage
({ mkDerivation, accelerate, accelerate-io-vector, base
, JuicyPixels, vector
}:
mkDerivation {
pname = "accelerate-io-JuicyPixels";
version = "0.1.0.0";
sha256 = "0rr43lwmc16r99si1s4nimxxydlsxb6ck45absrxy6vnkln7x185";
libraryHaskellDepends = [
accelerate accelerate-io-vector base JuicyPixels vector
];
description = "Convert between Accelerate arrays and JuicyPixels images";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-array" = callPackage
({ mkDerivation, accelerate, array, base, hedgehog, primitive
, tasty, tasty-hedgehog
}:
mkDerivation {
pname = "accelerate-io-array";
version = "0.1.0.0";
sha256 = "1gcxd4m3h1xr8ia8z7c8sxznm90h2q3mzwhi5vsv8s1gh7sdym9m";
libraryHaskellDepends = [ accelerate array base primitive ];
testHaskellDepends = [
accelerate array base hedgehog tasty tasty-hedgehog
];
description = "Convert between Accelerate and array";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-bmp" = callPackage
({ mkDerivation, accelerate, accelerate-io-bytestring, base, bmp }:
mkDerivation {
pname = "accelerate-io-bmp";
version = "0.1.0.0";
sha256 = "0x7bkn4j7s9dzlfk4q1lh6fyd4bir1zkm4x37c65nl9g86154sc8";
libraryHaskellDepends = [
accelerate accelerate-io-bytestring base bmp
];
description = "Convert between Accelerate arrays and BMP images";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-bytestring" = callPackage
({ mkDerivation, accelerate, base, bytestring }:
mkDerivation {
pname = "accelerate-io-bytestring";
version = "0.1.0.0";
sha256 = "15j42ahdcqpy4xbpp1xibfbjcrijy0hpfxp4k53qkb9bcqaknyq1";
libraryHaskellDepends = [ accelerate base bytestring ];
description = "Convert between Accelerate and ByteString";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-cereal" = callPackage
({ mkDerivation, accelerate, accelerate-io-bytestring, base, cereal
}:
mkDerivation {
pname = "accelerate-io-cereal";
version = "0.1.0.0";
sha256 = "13im1kmrd2yjxxrmpzp2030jhhq9fm9xa76yl11xwpd82z10a2pl";
libraryHaskellDepends = [
accelerate accelerate-io-bytestring base cereal
];
description = "Binary serialisation of Accelerate arrays using cereal";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-repa" = callPackage
({ mkDerivation, accelerate, base, repa }:
mkDerivation {
pname = "accelerate-io-repa";
version = "0.1.0.0";
sha256 = "084gzvfwz6prwra5393lfm5hgvssxwij0cdf24fq5nahzn7x2wrp";
libraryHaskellDepends = [ accelerate base repa ];
description = "Convert between Accelerate and Repa arrays";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-io-vector" = callPackage
({ mkDerivation, accelerate, base, hedgehog, primitive, tasty
, tasty-hedgehog, vector
}:
mkDerivation {
pname = "accelerate-io-vector";
version = "0.1.0.0";
sha256 = "1nh7n3qj4csxyzvkhkvfr9bii2vmqky51f32pz3bphrwfvhzdrri";
libraryHaskellDepends = [ accelerate base primitive vector ];
testHaskellDepends = [
accelerate base hedgehog tasty tasty-hedgehog vector
];
description = "Convert between Accelerate and vector";
license = stdenv.lib.licenses.bsd3;
}) {};
"accelerate-kullback-liebler" = callPackage "accelerate-kullback-liebler" = callPackage
({ mkDerivation, accelerate, accelerate-llvm-native ({ mkDerivation, accelerate, accelerate-llvm-native
, accelerate-llvm-ptx, base, composition-prelude, cpphs, criterion , accelerate-llvm-ptx, base, composition-prelude, cpphs, criterion
@ -22496,20 +22583,19 @@ self: {
}) {}; }) {};
"accelerate-llvm" = callPackage "accelerate-llvm" = callPackage
({ mkDerivation, abstract-deque, accelerate, base, bytestring ({ mkDerivation, accelerate, base, bytestring, constraints
, chaselev-deque, containers, data-default-class, deepseq , containers, data-default-class, deepseq, directory, dlist
, directory, dlist, exceptions, filepath, llvm-hs, llvm-hs-pure , exceptions, filepath, llvm-hs, llvm-hs-pure, mtl, primitive
, mtl, mwc-random, primitive, template-haskell , template-haskell, unordered-containers, vector
, unordered-containers, vector
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-llvm"; pname = "accelerate-llvm";
version = "1.2.0.1"; version = "1.3.0.0";
sha256 = "1cv5s7fgkdd3m95vy2rrq2kvzyzxx6vwgsc5nqcmfdp00z8znjhk"; sha256 = "1fjjfjav11s6grwl6ihqdrzx738bwki0l25qlp4zzz2hi2440qbp";
libraryHaskellDepends = [ libraryHaskellDepends = [
abstract-deque accelerate base bytestring chaselev-deque containers accelerate base bytestring constraints containers
data-default-class deepseq directory dlist exceptions filepath data-default-class deepseq directory dlist exceptions filepath
llvm-hs llvm-hs-pure mtl mwc-random primitive template-haskell llvm-hs llvm-hs-pure mtl primitive template-haskell
unordered-containers vector unordered-containers vector
]; ];
description = "Accelerate backend component generating LLVM IR"; description = "Accelerate backend component generating LLVM IR";
@ -22520,19 +22606,19 @@ self: {
"accelerate-llvm-native" = callPackage "accelerate-llvm-native" = callPackage
({ mkDerivation, accelerate, accelerate-llvm, base, bytestring ({ mkDerivation, accelerate, accelerate-llvm, base, bytestring
, c2hs, Cabal, cereal, containers, directory, dlist, filepath, ghc , c2hs, cereal, containers, deepseq, directory, dlist, filepath
, ghc-prim, hashable, libffi, llvm-hs, llvm-hs-pure, lockfree-queue , ghc, ghc-prim, hashable, libffi, llvm-hs, llvm-hs-pure
, mtl, template-haskell, time, unique, unix, vector , lockfree-queue, mtl, template-haskell, unique, unix, vector
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-llvm-native"; pname = "accelerate-llvm-native";
version = "1.2.0.1"; version = "1.3.0.0";
sha256 = "0sml5rj3dnxlv14i4xbs1sadnprjga1iws7fl7sxkyjzxqc04vrj"; sha256 = "1x4wfbp83ppzknd98k2ad160a8kdqh96qqmyfzdqyvy44iskxcn6";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm base bytestring Cabal cereal containers accelerate accelerate-llvm base bytestring cereal containers
directory dlist filepath ghc ghc-prim hashable libffi llvm-hs deepseq directory dlist filepath ghc ghc-prim hashable libffi
llvm-hs-pure lockfree-queue mtl template-haskell time unique unix llvm-hs llvm-hs-pure lockfree-queue mtl template-haskell unique
vector unix vector
]; ];
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
testHaskellDepends = [ accelerate base ]; testHaskellDepends = [ accelerate base ];
@ -22545,17 +22631,18 @@ self: {
"accelerate-llvm-ptx" = callPackage "accelerate-llvm-ptx" = callPackage
({ mkDerivation, accelerate, accelerate-llvm, base, bytestring ({ mkDerivation, accelerate, accelerate-llvm, base, bytestring
, containers, cuda, deepseq, directory, dlist, file-embed, filepath , containers, cuda, deepseq, directory, dlist, file-embed, filepath
, hashable, llvm-hs, llvm-hs-pure, mtl, nvvm, pretty, process , ghc-heap, hashable, llvm-hs, llvm-hs-pure, mtl, nvvm, pretty
, template-haskell, time, unordered-containers , process, template-haskell, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "accelerate-llvm-ptx"; pname = "accelerate-llvm-ptx";
version = "1.2.0.1"; version = "1.3.0.0";
sha256 = "0c9hl19v4si0lnah4l63kqhpxz16zy0wi3cg28gz00mxzgqilivs"; sha256 = "0bb7p67dv5csbblnaxbm7hkq8y2qknz0yd1f0rav29igsv3a9rfx";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate accelerate-llvm base bytestring containers cuda deepseq accelerate accelerate-llvm base bytestring containers cuda deepseq
directory dlist file-embed filepath hashable llvm-hs llvm-hs-pure directory dlist file-embed filepath ghc-heap hashable llvm-hs
mtl nvvm pretty process template-haskell time unordered-containers llvm-hs-pure mtl nvvm pretty process template-haskell
unordered-containers
]; ];
testHaskellDepends = [ accelerate base ]; testHaskellDepends = [ accelerate base ];
description = "Accelerate backend for NVIDIA GPUs"; description = "Accelerate backend for NVIDIA GPUs";
@ -57293,10 +57380,8 @@ self: {
({ mkDerivation, accelerate, base }: ({ mkDerivation, accelerate, base }:
mkDerivation { mkDerivation {
pname = "colour-accelerate"; pname = "colour-accelerate";
version = "0.3.0.0"; version = "0.4.0.0";
sha256 = "0zvzra2w0sajw0hzg2k25khv8c5j1i17g8dnga70w73f3mmh3gbz"; sha256 = "1j7ff2wb58yf346z2abr1v1yq498fxm498rdf1g62ppf6vkdplw8";
revision = "1";
editedCabalFile = "1mbz9wdx396q8gdy6yqsc5vsxrkky9zkxczjblvc9zy542v252cn";
libraryHaskellDepends = [ accelerate base ]; libraryHaskellDepends = [ accelerate base ];
description = "Working with colours in Accelerate"; description = "Working with colours in Accelerate";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -61419,6 +61504,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"containers-accelerate" = callPackage
({ mkDerivation, accelerate, accelerate-llvm-native, base
, containers, half, hashable-accelerate, hedgehog, tasty
, tasty-hedgehog
}:
mkDerivation {
pname = "containers-accelerate";
version = "0.1.0.0";
sha256 = "1bfw5k6nq15szgwjkzd17inmlk0ii0pd6a4lrixi8gyjf6ksm6n1";
libraryHaskellDepends = [ accelerate base hashable-accelerate ];
testHaskellDepends = [
accelerate accelerate-llvm-native base containers half
hashable-accelerate hedgehog tasty tasty-hedgehog
];
description = "Hashing-based container types";
license = stdenv.lib.licenses.bsd3;
}) {};
"containers-benchmark" = callPackage "containers-benchmark" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq ({ mkDerivation, base, bytestring, containers, criterion, deepseq
, ghc-prim, random , ghc-prim, random
@ -88941,9 +89044,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "filestore"; pname = "filestore";
version = "0.6.4"; version = "0.6.5";
sha256 = "1z967kviqsy3ma8xdfffx864f7ji6nsrbd5riis0nasm1bbwm8rr"; sha256 = "0z29273vdqjsrj4vby0gp7d12wg9nkzq9zgqg18db0p5948jw1dh";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring containers Diff directory filepath old-locale base bytestring containers Diff directory filepath old-locale
parsec process split time utf8-string xml parsec process split time utf8-string xml
@ -94968,8 +95070,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "futhark"; pname = "futhark";
version = "0.16.3"; version = "0.16.4";
sha256 = "0y9g7nldcx2y7h3gb652i5r3lfvbriaqfqs2gnxym1r9w9kki0si"; sha256 = "14k682phqdp2scmv064i6jyymf3j2f3bs25yw1qff76bkymv02vd";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -101457,6 +101559,39 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"ginger_0_10_1_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring
, data-default, filepath, http-types, mtl, optparse-applicative
, parsec, process, regex-tdfa, safe, scientific, tasty, tasty-hunit
, tasty-quickcheck, text, time, transformers, unordered-containers
, utf8-string, vector, yaml
}:
mkDerivation {
pname = "ginger";
version = "0.10.1.0";
sha256 = "0579ajr1rng0bd0pml69f6yz4aykvk8zcni0p7ck628qx4jzxihx";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty base bytestring data-default filepath http-types
mtl parsec regex-tdfa safe scientific text time transformers
unordered-containers utf8-string vector
];
executableHaskellDepends = [
aeson base bytestring data-default optparse-applicative process
text transformers unordered-containers utf8-string yaml
];
testHaskellDepends = [
aeson base bytestring data-default mtl tasty tasty-hunit
tasty-quickcheck text time transformers unordered-containers
utf8-string
];
description = "An implementation of the Jinja2 template language in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"gingersnap" = callPackage "gingersnap" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, deepseq ({ mkDerivation, aeson, base, bytestring, containers, deepseq
, http-types, microspec, postgresql-simple, resource-pool , http-types, microspec, postgresql-simple, resource-pool
@ -103409,14 +103544,16 @@ self: {
}) {}; }) {};
"gloss-accelerate" = callPackage "gloss-accelerate" = callPackage
({ mkDerivation, accelerate, base, gloss, gloss-rendering }: ({ mkDerivation, accelerate, base, gloss, gloss-rendering
, linear-accelerate
}:
mkDerivation { mkDerivation {
pname = "gloss-accelerate"; pname = "gloss-accelerate";
version = "2.0.0.1"; version = "2.1.0.0";
sha256 = "106z8kax0m3hzk0381l8m7gxdapl3wf0fdr1ljwb5fgcjc00pac2"; sha256 = "1l09li68r04qij11p7rf9dwfv9cdncj7nm6crq6bm834il3zg4zx";
revision = "1"; libraryHaskellDepends = [
editedCabalFile = "0349yyzxn7r82mz4vr71dibzp0sh45b4a06hm0c0z9d7vlxj0sjj"; accelerate base gloss gloss-rendering linear-accelerate
libraryHaskellDepends = [ accelerate base gloss gloss-rendering ]; ];
description = "Extras to interface Gloss and Accelerate"; description = "Extras to interface Gloss and Accelerate";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -103563,10 +103700,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "gloss-raster-accelerate"; pname = "gloss-raster-accelerate";
version = "2.0.0.0"; version = "2.1.0.0";
sha256 = "1i0qx9wybr66i1x4n3p8ai2z6qx0k5lac422mhh4rvimcjx2bc9d"; sha256 = "0yxlpz5wqfriijzkhqgjyv3g0wcmdy33ifbziqrdm9phvsjygvza";
revision = "3";
editedCabalFile = "0nk901zy01x7v7faa20j0yawqfw3nfl27xr19ip7bn3agmq4sqq2";
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate base colour-accelerate gloss gloss-accelerate accelerate base colour-accelerate gloss gloss-accelerate
]; ];
@ -114934,6 +115069,17 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"hashable-accelerate" = callPackage
({ mkDerivation, accelerate, base, template-haskell }:
mkDerivation {
pname = "hashable-accelerate";
version = "0.1.0.0";
sha256 = "04cfwd1vyz4xm87ah3x1avs2yzqi6ygcd3sl70v50g492dfl6738";
libraryHaskellDepends = [ accelerate base template-haskell ];
description = "A class for types which can be converted into a hash value";
license = stdenv.lib.licenses.bsd3;
}) {};
"hashable-extras" = callPackage "hashable-extras" = callPackage
({ mkDerivation, base, bifunctors, bytestring, directory, doctest ({ mkDerivation, base, bifunctors, bytestring, directory, doctest
, filepath, hashable, transformers, transformers-compat , filepath, hashable, transformers, transformers-compat
@ -115104,6 +115250,17 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"hashmap-throw" = callPackage
({ mkDerivation, base, exceptions, hashable, hashmap }:
mkDerivation {
pname = "hashmap-throw";
version = "0.1.0.0";
sha256 = "0dibdmpb6nyhn37xfdw8wgam4a2w8b3hl04ivg08d1ybq4a4m1k5";
libraryHaskellDepends = [ base exceptions hashable hashmap ];
description = "Throw behaviour for hashmap lookup";
license = stdenv.lib.licenses.mit;
}) {};
"hashrename" = callPackage "hashrename" = callPackage
({ mkDerivation, base, bytestring, cryptohash, directory, filepath ({ mkDerivation, base, bytestring, cryptohash, directory, filepath
}: }:
@ -144958,8 +145115,8 @@ self: {
({ mkDerivation, base, containers, text, vector, word8 }: ({ mkDerivation, base, containers, text, vector, word8 }:
mkDerivation { mkDerivation {
pname = "intmap-graph"; pname = "intmap-graph";
version = "1.1.0.0"; version = "1.3.0.0";
sha256 = "0yg88vvq53kbzw2r8i1w1g4am4bkp8qzgy9qsc7wknb3zwlzs89w"; sha256 = "0g4kf7d4yh29jlb5a2f8awjbmaan2f7m1ybkcihayp83lvjld4v0";
libraryHaskellDepends = [ base containers text vector word8 ]; libraryHaskellDepends = [ base containers text vector word8 ];
description = "A graph library that allows to explore edges after their type"; description = "A graph library that allows to explore edges after their type";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -147266,8 +147423,8 @@ self: {
({ mkDerivation, base, binary, ixset-typed }: ({ mkDerivation, base, binary, ixset-typed }:
mkDerivation { mkDerivation {
pname = "ixset-typed-binary-instance"; pname = "ixset-typed-binary-instance";
version = "0.1.0.0"; version = "0.1.0.2";
sha256 = "1qa00y5cn3i2b66h87i6sfx6xx4yvgq7gk6maij5b9w4c821h4m4"; sha256 = "1jgqc1ys5pvfkha8pyddz5f01qsmv9a83xw0q75njk8zhqajlyvx";
libraryHaskellDepends = [ base binary ixset-typed ]; libraryHaskellDepends = [ base binary ixset-typed ];
description = "Binary instance for ixset-typed"; description = "Binary instance for ixset-typed";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -147293,8 +147450,8 @@ self: {
({ mkDerivation, base, hashable, ixset-typed }: ({ mkDerivation, base, hashable, ixset-typed }:
mkDerivation { mkDerivation {
pname = "ixset-typed-hashable-instance"; pname = "ixset-typed-hashable-instance";
version = "0.1.0.1"; version = "0.1.0.2";
sha256 = "14cd3kzhqv8w9f756drhjpmrr32i6n9sjmp9fk2gngsigaksnvnk"; sha256 = "0bwajqlj1kpis2616lrmcymmag66fkmdrsrj0r3kf8j6090zxmyv";
libraryHaskellDepends = [ base hashable ixset-typed ]; libraryHaskellDepends = [ base hashable ixset-typed ];
description = "Hashable instance for ixset-typed"; description = "Hashable instance for ixset-typed";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -156648,12 +156805,10 @@ self: {
({ mkDerivation, accelerate, base, lens }: ({ mkDerivation, accelerate, base, lens }:
mkDerivation { mkDerivation {
pname = "lens-accelerate"; pname = "lens-accelerate";
version = "0.2.0.0"; version = "0.3.0.0";
sha256 = "099vvakv7gq9sr9mh3hxj5byxxb4dw8lw7y1g3c4j1kz4gf2vxfk"; sha256 = "1sk3iy5qv24mifx0gwd5z714lf3y3s4zpbff09mqk42whk2sdd0y";
revision = "1";
editedCabalFile = "0ggm157i4bmgh7k0dv9zncgn4agwk7zn5wvsknxsnfqzy45qabi9";
libraryHaskellDepends = [ accelerate base lens ]; libraryHaskellDepends = [ accelerate base lens ];
description = "Instances to mix lens with accelerate"; description = "Instances to mix lens with Accelerate";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
broken = true; broken = true;
@ -158291,8 +158446,6 @@ self: {
testPkgconfigDepends = [ libsodium ]; testPkgconfigDepends = [ libsodium ];
description = "Low-level bindings to the libsodium C library"; description = "Low-level bindings to the libsodium C library";
license = stdenv.lib.licenses.isc; license = stdenv.lib.licenses.isc;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {inherit (pkgs) libsodium;}; }) {inherit (pkgs) libsodium;};
"libssh2" = callPackage "libssh2" = callPackage
@ -159192,10 +159345,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "linear-accelerate"; pname = "linear-accelerate";
version = "0.6.0.0"; version = "0.7.0.0";
sha256 = "1bwqbs4816xrrc0bcf3nllad1an7c8gv2n9d1qv3ybk7s4fw288s"; sha256 = "1rdbmchbvrg5g0ndfppswydn15qbp2k9dvx7wapfpy8971qqf2df";
revision = "1";
editedCabalFile = "1sf1jqpymhkdl5xn1br13qkw3zyg7pqmmwcczcw19zpgwk4ai19v";
setupHaskellDepends = [ base Cabal cabal-doctest ]; setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ libraryHaskellDepends = [
accelerate base distributive lens linear accelerate base distributive lens linear
@ -163413,8 +163564,8 @@ self: {
({ mkDerivation, base, lucid }: ({ mkDerivation, base, lucid }:
mkDerivation { mkDerivation {
pname = "lucid-cdn"; pname = "lucid-cdn";
version = "0.1.1.1"; version = "0.2.0.0";
sha256 = "1dl44rc5b3wrgfcllp6h1sw4w18jgglh1grh5w9g37rcxi2cxwll"; sha256 = "1b4s4yfhxnixc33kz0hnj2v5vrwag4vnssp8ma0vjgh17b9g4qzr";
libraryHaskellDepends = [ base lucid ]; libraryHaskellDepends = [ base lucid ];
description = "Curated list of CDN imports for lucid"; description = "Curated list of CDN imports for lucid";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -177335,10 +177486,8 @@ self: {
({ mkDerivation, accelerate, base, mwc-random }: ({ mkDerivation, accelerate, base, mwc-random }:
mkDerivation { mkDerivation {
pname = "mwc-random-accelerate"; pname = "mwc-random-accelerate";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "1qrji6b39zp5wrgz5c59xv06l3khhp4fv2ybdmx4ac5i28yx7yih"; sha256 = "1a8b36l60p29461y0gacgjzarlyrncl54r7x4zh2rgvs2w7mjdc5";
revision = "3";
editedCabalFile = "1a7xx3mcli9fx5lqg1zxwqbrgzvgbssn3vprh4wp8zg58pqic6ic";
libraryHaskellDepends = [ accelerate base mwc-random ]; libraryHaskellDepends = [ accelerate base mwc-random ];
description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -191879,8 +192028,8 @@ self: {
({ mkDerivation, base, binary, path }: ({ mkDerivation, base, binary, path }:
mkDerivation { mkDerivation {
pname = "path-binary-instance"; pname = "path-binary-instance";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "1mrmp58s7f88hyq493h39c1f19r92yh2qw1diml61iwhm765j7ir"; sha256 = "19ck3ja66vcgl90wyw6r9d2h50kdv9gjs7sxjgciam6v6867vb0y";
libraryHaskellDepends = [ base binary path ]; libraryHaskellDepends = [ base binary path ];
description = "Binary instance for Path"; description = "Binary instance for Path";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -191940,8 +192089,8 @@ self: {
({ mkDerivation, base, path }: ({ mkDerivation, base, path }:
mkDerivation { mkDerivation {
pname = "path-like"; pname = "path-like";
version = "0.2.0.1"; version = "0.2.0.2";
sha256 = "03d5kqs6xr22dl7gjydi1nlzy13wsc0dkmd93pwf37yp85y4bxrp"; sha256 = "1hr58zcgcybd34zzas5kf0jgcm5z2wdlbhskwj9233503nnlwkq9";
libraryHaskellDepends = [ base path ]; libraryHaskellDepends = [ base path ];
description = "PathLike, FileLike and DirLike type classes for the Path library"; description = "PathLike, FileLike and DirLike type classes for the Path library";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -272706,14 +272855,14 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"within_0_2_0_0" = callPackage "within_0_2_0_1" = callPackage
({ mkDerivation, base, comonad, exceptions, free, hashable, path ({ mkDerivation, base, comonad, exceptions, free, hashable, path
, path-like , path-like
}: }:
mkDerivation { mkDerivation {
pname = "within"; pname = "within";
version = "0.2.0.0"; version = "0.2.0.1";
sha256 = "1jvfxcxyavadcbslb50a6ad7bmnwz45d6zaxyc38y61kh0r82242"; sha256 = "1yzfzizx45ngvvbshgw9z8hxl8z7vcr1gann6wnxq4b9669h29ic";
libraryHaskellDepends = [ libraryHaskellDepends = [
base comonad exceptions free hashable path path-like base comonad exceptions free hashable path path-like
]; ];
@ -281506,6 +281655,22 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"zenacy-unicode" = callPackage
({ mkDerivation, base, bytestring, HUnit, test-framework
, test-framework-hunit, text, vector, word8
}:
mkDerivation {
pname = "zenacy-unicode";
version = "1.0.0";
sha256 = "03sksmmmn380nvh0f139g63b4yx42ziimv79xjja7yx6mhaa0pqf";
libraryHaskellDepends = [ base bytestring vector word8 ];
testHaskellDepends = [
base bytestring HUnit test-framework test-framework-hunit text
];
description = "Unicode utilities for Haskell";
license = stdenv.lib.licenses.mit;
}) {};
"zenc" = callPackage "zenc" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -282253,8 +282418,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "zipper-extra"; pname = "zipper-extra";
version = "0.1.3.1"; version = "0.1.3.2";
sha256 = "1n6amxaydfannxhgnbj5g315m96h5wvgrdw89n6761vii76csky4"; sha256 = "0cq21hf40qp025ir9kihsp6b09bsrlgiqd5cfq688w57c2vhcmci";
libraryHaskellDepends = [ libraryHaskellDepends = [
base comonad comonad-extras exceptions split base comonad comonad-extras exceptions split
]; ];