hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.12-8-g7b07d27 from Hackage revision
9e2fca7940
.
This commit is contained in:
parent
31e4345dbd
commit
ef7433ebdf
120
pkgs/development/haskell-modules/hackage-packages.nix
generated
120
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -1540,6 +1540,24 @@ self: {
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"BiobaseHTTPTools" = callPackage
|
||||
({ mkDerivation, base, BiobaseFasta, BiobaseHTTP, bytestring
|
||||
, cmdargs, containers, either-unwrap, hxt, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "BiobaseHTTPTools";
|
||||
version = "1.0.0";
|
||||
sha256 = "1sbwhil0d0118nwx7wsryk6j8a7rysdxqksphvyrlxfdm7pd3l1z";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base BiobaseFasta BiobaseHTTP bytestring cmdargs containers
|
||||
either-unwrap hxt text
|
||||
];
|
||||
description = "Tools to query Bioinformatics HTTP services e.g. Entrez, Ensembl.";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
||||
"BiobaseInfernal" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, binary, BiobaseTypes
|
||||
, BiobaseXNA, bytestring, cereal, cereal-text, cereal-vector
|
||||
@ -37924,6 +37942,21 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) blas;};
|
||||
|
||||
"blas-ffi_0_0_2" = callPackage
|
||||
({ mkDerivation, base, blas, netlib-ffi }:
|
||||
mkDerivation {
|
||||
pname = "blas-ffi";
|
||||
version = "0.0.2";
|
||||
sha256 = "047qal272s1hc3pp7xy8vyq4dm80nvqin34zvl7wz09c0qrnnvyc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base netlib-ffi ];
|
||||
libraryPkgconfigDepends = [ blas ];
|
||||
description = "Auto-generated interface to Fortran BLAS";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {inherit (pkgs) blas;};
|
||||
|
||||
"blas-hs" = callPackage
|
||||
({ mkDerivation, base, blas, storable-complex, vector }:
|
||||
mkDerivation {
|
||||
@ -39708,7 +39741,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"brick_0_44_1" = callPackage
|
||||
"brick_0_45" = callPackage
|
||||
({ mkDerivation, base, config-ini, containers, contravariant
|
||||
, data-clist, deepseq, directory, dlist, filepath, microlens
|
||||
, microlens-mtl, microlens-th, QuickCheck, stm, template-haskell
|
||||
@ -39716,8 +39749,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "brick";
|
||||
version = "0.44.1";
|
||||
sha256 = "1d2nzinc2vqsznb5jydyfyb0zx7mga69w18hnhdkk1sxsrlvjra5";
|
||||
version = "0.45";
|
||||
sha256 = "126h6cidq2rlh0plrgap5rlw9mxm03v3iray7pa95ydzp82imm7i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -81045,8 +81078,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fswatch";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "0f1rvvkfqm3q12dvagmsdpvw0c9r5a9gj6g34rrsyjdbpc818prw";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "1972pw7p9njl6h225v8yam5riyiyzkvzhbkv987wl1l3ayga9mdf";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -91004,6 +91037,22 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"google-oauth2-jwt_0_3_1" = callPackage
|
||||
({ mkDerivation, base, base64-bytestring, bytestring, HsOpenSSL
|
||||
, RSA, text, unix-time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "google-oauth2-jwt";
|
||||
version = "0.3.1";
|
||||
sha256 = "121g7fsdcnv65gp81z450dqqw6ii75pwn3cbilwx5yv4mm571mvi";
|
||||
libraryHaskellDepends = [
|
||||
base base64-bytestring bytestring HsOpenSSL RSA text unix-time
|
||||
];
|
||||
description = "Get a signed JWT for Google Service Accounts";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"google-search" = callPackage
|
||||
({ mkDerivation, base, free, nats, text, time }:
|
||||
mkDerivation {
|
||||
@ -92358,8 +92407,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gray-extended";
|
||||
version = "1.5.2";
|
||||
sha256 = "1jn9bx47jdai9yqf9mcfzkv3yfyd4bl0n9hd6njc9m83zycyfsnm";
|
||||
version = "1.5.4";
|
||||
sha256 = "106kwrgpiyzndknnn9vn1hlic227q84qjkh6qa47zkjkl6kxwmsk";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2
|
||||
@ -92592,8 +92641,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "grid";
|
||||
version = "7.8.10";
|
||||
sha256 = "1470w214jk285jvb7hyzz539gi3jl52dpa97k5yyfcm2q7186pbj";
|
||||
version = "7.8.11";
|
||||
sha256 = "0kqd04zv1gpz78kdhpd89yhr7xhkzwp3vl7r5hr4ng65zshkdprg";
|
||||
libraryHaskellDepends = [ base containers ];
|
||||
testHaskellDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2
|
||||
@ -96391,8 +96440,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hakyll-sass";
|
||||
version = "0.2.3";
|
||||
sha256 = "08klssx4kmph3wv4hxqy1c6i6g0i6sdknmrm09p7fgvk2zsaphzb";
|
||||
version = "0.2.4";
|
||||
sha256 = "151c1x1ipy3759vwih3a84r6912imsqfgvkxd994dbz8jag6465m";
|
||||
libraryHaskellDepends = [
|
||||
aeson-pretty base data-default-class filepath hakyll hsass
|
||||
];
|
||||
@ -119194,16 +119243,16 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hw-ip_0_4_2" = callPackage
|
||||
({ mkDerivation, attoparsec, base, generic-lens, hedgehog, hspec
|
||||
, hw-bits, hw-hspec-hedgehog, text
|
||||
"hw-ip_1_0_0_0" = callPackage
|
||||
({ mkDerivation, appar, attoparsec, base, generic-lens, hedgehog
|
||||
, hspec, hw-bits, hw-hspec-hedgehog, iproute, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-ip";
|
||||
version = "0.4.2";
|
||||
sha256 = "1jcfj75hlg7szvknw6v13barvcilldzh76jv1rnfyscrfhpdkd2s";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0di0r4dq1fzmb1cgmks54wqamx9jsjgnv4qjs3s8kwszz19plpfw";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base generic-lens hw-bits text
|
||||
appar attoparsec base generic-lens hw-bits iproute text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
attoparsec base generic-lens hedgehog hspec hw-bits
|
||||
@ -145415,14 +145464,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"minimorph_0_2_0_0" = callPackage
|
||||
"minimorph_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base, HUnit, test-framework, test-framework-hunit
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "minimorph";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "10dymy3l433rwsv30kldvm12yr27x2fw2b4cdrbbwjqwv5m9rm9c";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1phpsd0j8c987sw99p4hyywr4ydcxf5aq4h6xqdl3acwi0dv4zhj";
|
||||
libraryHaskellDepends = [ base text ];
|
||||
testHaskellDepends = [
|
||||
base HUnit test-framework test-framework-hunit text
|
||||
@ -172527,8 +172576,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "proteome";
|
||||
version = "0.3.6.0";
|
||||
sha256 = "16kg7vqiykhxyahh8s5qr4xlsfwqpjjn8ndf920vynyhhrgpd262";
|
||||
version = "0.3.7.0";
|
||||
sha256 = "03ll4vrh0a40l6rsxp98yax923ginp4483gx11102d8srvvx5qbb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -188778,8 +188827,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sensu-run";
|
||||
version = "0.6.0.3";
|
||||
sha256 = "0zipxs3l99ppaxwsvidjycm7mfyvqll88vrn6ajdpdcbmv1c5vc4";
|
||||
version = "0.6.1";
|
||||
sha256 = "1anxb5b8kmwf4bjzh49yxgnx3kkx37ydr4aw2xd46dph1gdk07mb";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -221502,6 +221551,23 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"unix-time_0_4_0" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, doctest, hspec
|
||||
, old-locale, old-time, QuickCheck, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "unix-time";
|
||||
version = "0.4.0";
|
||||
sha256 = "0fb9mdg596db9wbxsr5m3zc3wasvwblb32fsva0zrac93c9rq51r";
|
||||
libraryHaskellDepends = [ base binary bytestring old-time ];
|
||||
testHaskellDepends = [
|
||||
base bytestring doctest hspec old-locale old-time QuickCheck time
|
||||
];
|
||||
description = "Unix time parser/formatter and utilities";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"unjson" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
|
||||
, free, hashable, HUnit, invariant, pretty, primitive, scientific
|
||||
@ -233296,10 +233362,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xmonad-volume";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0lv1009d8w2xyx98c6g65z4mxp31jz79lqayvdw26a02kq63cild";
|
||||
revision = "2";
|
||||
editedCabalFile = "1lyaapci7phy59h2f4y7gk4i16i4bl7jnp835i41d5sr2m7mcr4p";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0bc52vy142hn75k52zz8afjfxwv86p73kmqmi48rqiws10kpnclw";
|
||||
libraryHaskellDepends = [
|
||||
alsa-mixer base composition-prelude containers X11
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user