hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
e85cb5656b
.
This commit is contained in:
parent
d22463bf7f
commit
2a45bc29fc
237
pkgs/development/haskell-modules/hackage-packages.nix
generated
237
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -10781,6 +10781,21 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL_0_11_4_19" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
version = "0.11.4.19";
|
||||
sha256 = "0iy3qrir13kp1c7a0xwj2ngfwhqxqbc5j0vj5mi0w3arv7w0x6ds";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring network time ];
|
||||
librarySystemDepends = [ openssl ];
|
||||
testHaskellDepends = [ base bytestring ];
|
||||
description = "Partial OpenSSL binding for Haskell";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) openssl;};
|
||||
|
||||
"HsOpenSSL-x509-system" = callPackage
|
||||
({ mkDerivation, base, bytestring, HsOpenSSL, unix }:
|
||||
mkDerivation {
|
||||
@ -22551,8 +22566,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "accelerate-kullback-liebler";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "16psmn0wakrrym8m98ing4nrh8r7qvbn04b28sicl5jdbfhg1fdn";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "1pvgm5w8m7226wa139h49fd0f5bsrz3a7x30wx3mzjn80acgsm63";
|
||||
libraryHaskellDepends = [ accelerate base mwc-random-accelerate ];
|
||||
testHaskellDepends = [
|
||||
accelerate accelerate-llvm-native accelerate-llvm-ptx base
|
||||
@ -31842,6 +31857,8 @@ self: {
|
||||
pname = "arbtt";
|
||||
version = "0.10.2";
|
||||
sha256 = "02izfga7nv2saq4d1xwigq41hhbc02830sjppqsqw6vcb8082vs1";
|
||||
revision = "1";
|
||||
editedCabalFile = "10b6ax854a4ig33iwcg21vad4gpgibfpb6xqkxd80hvkrj4gqd62";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -58176,14 +58193,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"compact-sequences" = callPackage
|
||||
({ mkDerivation, base, containers, primitive, transformers }:
|
||||
({ mkDerivation, base, mtl, primitive, QuickCheck, tasty
|
||||
, tasty-quickcheck, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "compact-sequences";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "148zjnnnn82vgn4ybs5z6nx9xv2wd73q2cavaa2nyjn1kcqqw7a8";
|
||||
libraryHaskellDepends = [ base containers primitive transformers ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Stacks and queues with compact representations";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0v7s99d7syspgc8z8mhdykyrsjyx0r0vjyf64plidndld2zg0swn";
|
||||
libraryHaskellDepends = [ base mtl primitive transformers ];
|
||||
testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ];
|
||||
description = "Stacks, queues, and deques with compact representations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -65080,8 +65099,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cryptol";
|
||||
version = "2.9.0";
|
||||
sha256 = "0bxx4pslmyjaqhskbi95a67fmpjhnbmgcys68xzs2y8ndjnz9jrb";
|
||||
version = "2.9.1";
|
||||
sha256 = "0c484pla89igj77x5n2n50a1la8j4jaqpc0pc58c1pcijffxac5l";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -111392,8 +111411,8 @@ self: {
|
||||
pname = "hackage-security";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "05rgz31cmp52137j4jk0074z8lfgk8mrf2x56bzw28asmxrv8qli";
|
||||
revision = "2";
|
||||
editedCabalFile = "12m1a5jggzjz3d1q5j41dcs51hi1vwqqxrba0h9jiajv11f3hb39";
|
||||
revision = "3";
|
||||
editedCabalFile = "03cc99ynscxhmw1mxm2xn2ywvfnl1zfb3rdbbcc7fvm92nznzpyi";
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring base64-bytestring bytestring Cabal
|
||||
containers cryptohash-sha256 directory ed25519 filepath ghc-prim
|
||||
@ -134174,14 +134193,14 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec_2_7_3" = callPackage
|
||||
"hspec_2_7_4" = callPackage
|
||||
({ mkDerivation, base, hspec-core, hspec-discover
|
||||
, hspec-expectations, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec";
|
||||
version = "2.7.3";
|
||||
sha256 = "1vapw2pqj64p36lqvlxdprlp4gwswr0hbh42b89xnhq4pax7h4b9";
|
||||
version = "2.7.4";
|
||||
sha256 = "0zql8cl025ai3yx2dhp1sgvmw8n4ngqbrlmb42hcgv26q8qnvhmi";
|
||||
libraryHaskellDepends = [
|
||||
base hspec-core hspec-discover hspec-expectations QuickCheck
|
||||
];
|
||||
@ -134272,7 +134291,7 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-core_2_7_3" = callPackage
|
||||
"hspec-core_2_7_4" = callPackage
|
||||
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
|
||||
, deepseq, directory, filepath, hspec-expectations, hspec-meta
|
||||
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
|
||||
@ -134280,8 +134299,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-core";
|
||||
version = "2.7.3";
|
||||
sha256 = "10cnlasg8x3nzrqwqyr4bdrlcpknyzki193pk3rq9wrkdf2cs9zc";
|
||||
version = "2.7.4";
|
||||
sha256 = "1k0rs9399m6bzmndc9ybs26mxrzkl9pifrijvknysbaqfcifmq35";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal array base call-stack clock deepseq directory
|
||||
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
|
||||
@ -134337,13 +134356,13 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hspec-discover_2_7_3" = callPackage
|
||||
"hspec-discover_2_7_4" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-discover";
|
||||
version = "2.7.3";
|
||||
sha256 = "0qaqh45q79ryq5zr0shdc1lb9r1qb4b89y6zib6w0dn0bh68wpjm";
|
||||
version = "2.7.4";
|
||||
sha256 = "02laain23bcnzsl65347qr5knvrmrlhd0kzc0d88kx59lpzm27a0";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory filepath ];
|
||||
@ -149721,8 +149740,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "json5hs";
|
||||
version = "0.1.2.2";
|
||||
sha256 = "19r1ripvalrhvlqdk0pvm18b4a8sibdwlc60i2yj7da10rdx5cv1";
|
||||
version = "0.1.3.1";
|
||||
sha256 = "18i01c0045c26s80g69wdgyk9aa3pj092z0s6hmq9z5xddid2s8h";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers mtl pretty syb text
|
||||
];
|
||||
@ -159663,19 +159682,22 @@ self: {
|
||||
}) {};
|
||||
|
||||
"lingo" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||
, filepath, hspec, raw-strings-qq, text, yaml
|
||||
({ mkDerivation, base, bytestring, containers, directory, filepath
|
||||
, hspec, raw-strings-qq, text, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lingo";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0qym6svpvxsxbhbppk0lkpp2zbqa13f0njkxnpyz5id581c3v8hx";
|
||||
setupHaskellDepends = [
|
||||
base bytestring Cabal containers directory filepath text yaml
|
||||
];
|
||||
version = "0.5.0.0";
|
||||
sha256 = "11ggxcaci3d20vyrgv50xzjrhr3n3y460ixb90hd87wja0m7xnij";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers filepath raw-strings-qq text yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base bytestring containers directory filepath raw-strings-qq text
|
||||
yaml
|
||||
];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
description = "File extension based programming language detection";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -203198,6 +203220,17 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"print-info" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "print-info";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "02wl9hq7jkz4yzkb744xwgnbss0w2sdpi02d3ms2q5rvc03ixnh6";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Can be used to coordinate the printing output";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"printcess" = callPackage
|
||||
({ mkDerivation, base, containers, hspec, HUnit, lens, mtl
|
||||
, QuickCheck, transformers
|
||||
@ -211951,8 +211984,8 @@ self: {
|
||||
({ mkDerivation, base, composition-prelude }:
|
||||
mkDerivation {
|
||||
pname = "recursion";
|
||||
version = "2.2.4.1";
|
||||
sha256 = "09r4a9h4rd48nqdn08v3mvibqvgb0ym05142jrk0qqq8f4la3dni";
|
||||
version = "2.2.4.2";
|
||||
sha256 = "15ahlgm0dilapk0y5jhwdvrims7nyzdsbdccq4x9jj0ddsszqr02";
|
||||
libraryHaskellDepends = [ base composition-prelude ];
|
||||
description = "A recursion schemes library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -225658,6 +225691,27 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-conduit_0_15_1" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, conduit
|
||||
, http-client, http-media, mtl, resourcet, servant, servant-client
|
||||
, servant-server, unliftio-core, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-conduit";
|
||||
version = "0.15.1";
|
||||
sha256 = "1vy3ihypb0zm2yd16rq120qw3898i3c0mahh2jysssv65g0avdwp";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring conduit mtl resourcet servant unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat bytestring conduit http-client http-media
|
||||
resourcet servant servant-client servant-server wai warp
|
||||
];
|
||||
description = "Servant Stream support for conduit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-csharp" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, filepath
|
||||
, heredocs, http-types, lens, mtl, servant, servant-foreign
|
||||
@ -225770,7 +225824,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-docs_0_11_5" = callPackage
|
||||
"servant-docs_0_11_6" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, case-insensitive, hashable, http-media, http-types, lens, servant
|
||||
, string-conversions, tasty, tasty-golden, tasty-hunit, text
|
||||
@ -225778,8 +225832,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-docs";
|
||||
version = "0.11.5";
|
||||
sha256 = "0i51f33w5bz8j6jj9j5ivg7kll510nc0hmkhdrh3q0qagbpwryfx";
|
||||
version = "0.11.6";
|
||||
sha256 = "07qabs5xi6dw8anmrnl2135fps901k4y1s2xywgdxhqyg01rljhq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -226008,14 +226062,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-foreign_0_15_1" = callPackage
|
||||
"servant-foreign_0_15_2" = callPackage
|
||||
({ mkDerivation, base, base-compat, hspec, hspec-discover
|
||||
, http-types, lens, servant, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-foreign";
|
||||
version = "0.15.1";
|
||||
sha256 = "024pd3a5pf4gqx5y2is7n38a7qyfanw13w5jy4j5a81zjmfxnwk7";
|
||||
version = "0.15.2";
|
||||
sha256 = "0vxm80cnd4w8zpyq7brnnjmcarb0vj7xgikwpc0il1w6hjgis7vl";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat http-types lens servant text
|
||||
];
|
||||
@ -226412,6 +226466,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-machines_0_15_1" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, http-client
|
||||
, http-media, machines, mtl, servant, servant-client
|
||||
, servant-server, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-machines";
|
||||
version = "0.15.1";
|
||||
sha256 = "0k8abcc72s5bzcf2vmjkxxjnhk45rww6hr3l93msm2510hi6gda4";
|
||||
libraryHaskellDepends = [ base bytestring machines mtl servant ];
|
||||
testHaskellDepends = [
|
||||
base base-compat bytestring http-client http-media machines servant
|
||||
servant-client servant-server wai warp
|
||||
];
|
||||
description = "Servant Stream support for machines";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-match" = callPackage
|
||||
({ mkDerivation, base, bytestring, hspec, http-types, network-uri
|
||||
, servant, text, utf8-string
|
||||
@ -226669,6 +226742,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-pipes_0_15_2" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, http-client
|
||||
, http-media, monad-control, mtl, pipes, pipes-bytestring
|
||||
, pipes-safe, servant, servant-client, servant-server, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-pipes";
|
||||
version = "0.15.2";
|
||||
sha256 = "1r5irq09j64iapi5n9mzsph984r5f7cyr6zz4sw3xqh648dmf75h";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring monad-control mtl pipes pipes-safe servant
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base-compat bytestring http-client http-media pipes
|
||||
pipes-bytestring pipes-safe servant servant-client servant-server
|
||||
wai warp
|
||||
];
|
||||
description = "Servant Stream support for pipes";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-pool" = callPackage
|
||||
({ mkDerivation, base, resource-pool, servant, time }:
|
||||
mkDerivation {
|
||||
@ -227396,7 +227491,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"servant-swagger_1_1_9" = callPackage
|
||||
"servant-swagger_1_1_10" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, Cabal, cabal-doctest, directory, doctest, filepath, hspec
|
||||
, hspec-discover, http-media, insert-ordered-containers, lens
|
||||
@ -227406,8 +227501,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-swagger";
|
||||
version = "1.1.9";
|
||||
sha256 = "1l9wll3m3z2dhhhyh8ff1ybn89j5xqiwp110d932yk8dydjdwvs2";
|
||||
version = "1.1.10";
|
||||
sha256 = "0y6zylhs4z0nfz75d4i2azcq0yh2bd4inanwblx4035dgkk1q78a";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat bytestring hspec http-media
|
||||
@ -246968,6 +247063,18 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tabular_0_2_2_8" = callPackage
|
||||
({ mkDerivation, base, csv, html, mtl }:
|
||||
mkDerivation {
|
||||
pname = "tabular";
|
||||
version = "0.2.2.8";
|
||||
sha256 = "0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb";
|
||||
libraryHaskellDepends = [ base csv html mtl ];
|
||||
description = "Two-dimensional data tables with rendering functions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"taffybar" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, broadcast-chan, bytestring
|
||||
, ConfigFile, containers, dbus, dbus-hslogger, directory, dyre
|
||||
@ -249549,6 +249656,18 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"template-haskell-compat-v0208_0_1_5" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "template-haskell-compat-v0208";
|
||||
version = "0.1.5";
|
||||
sha256 = "1s1ynp568i7y5v062kliia46c3cmaijslf2hlmdkkqfdvf8fmzp1";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
description = "A backwards compatibility layer for Template Haskell newer than 2.8";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"template-haskell-optics" = callPackage
|
||||
({ mkDerivation, base, containers, optics-core, template-haskell }:
|
||||
mkDerivation {
|
||||
@ -262900,21 +263019,31 @@ self: {
|
||||
}) {};
|
||||
|
||||
"uniqueness-periods-vector-general" = callPackage
|
||||
({ mkDerivation, base, uniqueness-periods-vector
|
||||
, uniqueness-periods-vector-common, vector
|
||||
({ mkDerivation, base, print-info, uniqueness-periods-vector-common
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "uniqueness-periods-vector-general";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0ndvi6rn2nyqy93z09qr08f6mprjwa3jaaz11ykwv5b2c3a30pn4";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0aqjj08y6jf03dcwcvshxm9vzqyk6i05758c994d0xz23pzwi2lx";
|
||||
libraryHaskellDepends = [
|
||||
base uniqueness-periods-vector uniqueness-periods-vector-common
|
||||
vector
|
||||
base print-info uniqueness-periods-vector-common vector
|
||||
];
|
||||
description = "Generalization of the functionality of the dobutokO-poetry-general-languages package";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"uniqueness-periods-vector-properties" = callPackage
|
||||
({ mkDerivation, base, uniqueness-periods-vector, vector }:
|
||||
mkDerivation {
|
||||
pname = "uniqueness-periods-vector-properties";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "17bwchd6acnr457rhkrqsanl67nps2d6722ap781havnsvqlff0x";
|
||||
libraryHaskellDepends = [ base uniqueness-periods-vector vector ];
|
||||
description = "Metrics for the maximum element for the uniqueness-periods-vector packages family";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"unit" = callPackage
|
||||
({ mkDerivation, base, hspec }:
|
||||
mkDerivation {
|
||||
@ -266841,15 +266970,19 @@ self: {
|
||||
}) {};
|
||||
|
||||
"vector-fftw" = callPackage
|
||||
({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
|
||||
({ mkDerivation, base, fftw, primitive, QuickCheck
|
||||
, storable-complex, test-framework, test-framework-quickcheck2
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-fftw";
|
||||
version = "0.1.3.8";
|
||||
sha256 = "0xlr4566hh6lnpinzrk623a96jnb8mp8mq6cymlsl8y38qx36jp6";
|
||||
revision = "3";
|
||||
editedCabalFile = "0wh7sa71gl1ssqqd4axyvwxlmkfb0n3hm90imjvg0vsp7g2y7zs0";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "1ns5jhdx585s3jmcslscibf7ryaya3ca1shc4ysrikrp1mzx1jky";
|
||||
libraryHaskellDepends = [ base primitive storable-complex vector ];
|
||||
librarySystemDepends = [ fftw ];
|
||||
testHaskellDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2 vector
|
||||
];
|
||||
description = "A binding to the fftw library for one-dimensional vectors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
Loading…
Reference in New Issue
Block a user