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