hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
e8613548a8
.
This commit is contained in:
parent
e1d3cade15
commit
3711f773b3
177
pkgs/development/haskell-modules/hackage-packages.nix
generated
177
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -10767,8 +10767,8 @@ self: {
|
|||||||
({ mkDerivation, base, bytestring, HsOpenSSL, unix }:
|
({ mkDerivation, base, bytestring, HsOpenSSL, unix }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "HsOpenSSL-x509-system";
|
pname = "HsOpenSSL-x509-system";
|
||||||
version = "0.1.0.3";
|
version = "0.1.0.4";
|
||||||
sha256 = "14hzjdpv8ld3nw5fcx451w49vq0s8fhs1zh984vpm85b5ypbgp2v";
|
sha256 = "15mp70bqg1lzp971bzp6wym3bwzvxb76hzbgckygbfa722xyymhr";
|
||||||
libraryHaskellDepends = [ base bytestring HsOpenSSL unix ];
|
libraryHaskellDepends = [ base bytestring HsOpenSSL unix ];
|
||||||
description = "Use the system's native CA certificate store with HsOpenSSL";
|
description = "Use the system's native CA certificate store with HsOpenSSL";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -34916,6 +34916,42 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"aura_3_1_8" = callPackage
|
||||||
|
({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring
|
||||||
|
, containers, filepath, hashable, http-client, http-client-tls
|
||||||
|
, http-types, language-bash, megaparsec, network-uri
|
||||||
|
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
|
||||||
|
, rio, scheduler, stm, tasty, tasty-hunit, text, time, transformers
|
||||||
|
, typed-process, versions
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "aura";
|
||||||
|
version = "3.1.8";
|
||||||
|
sha256 = "19zm9bwpixqdg4a5mcrv2c8fyhygjzawjrwv1jwwhcczqsrjwvrw";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson algebraic-graphs aur base bytestring containers filepath
|
||||||
|
hashable http-client http-types language-bash megaparsec
|
||||||
|
network-uri prettyprinter prettyprinter-ansi-terminal rio scheduler
|
||||||
|
stm text time transformers typed-process versions
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [
|
||||||
|
aeson aur base bytestring containers http-client http-client-tls
|
||||||
|
megaparsec optparse-applicative prettyprinter
|
||||||
|
prettyprinter-ansi-terminal rio scheduler text transformers
|
||||||
|
typed-process versions
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring containers megaparsec rio tasty tasty-hunit text
|
||||||
|
versions
|
||||||
|
];
|
||||||
|
description = "A secure package manager for Arch Linux and the AUR";
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"authenticate" = callPackage
|
"authenticate" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
|
({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
|
||||||
, case-insensitive, conduit, containers, html-conduit, http-conduit
|
, case-insensitive, conduit, containers, html-conduit, http-conduit
|
||||||
@ -68981,8 +69017,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "dataflower";
|
pname = "dataflower";
|
||||||
version = "0.2.2.0";
|
version = "0.2.3.0";
|
||||||
sha256 = "169m0yngaslc2pysdpf65pmf9zr037ij7y95rqi6bp3dxcxfcwlg";
|
sha256 = "0b1b9cnf4md9hqd4bk63jlrdglfza96hli45zcyfza8qpb5vqyck";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base hashable mtl pretty-show stm time transformers vector
|
base hashable mtl pretty-show stm time transformers vector
|
||||||
];
|
];
|
||||||
@ -96663,6 +96699,17 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"generic-match" = callPackage
|
||||||
|
({ mkDerivation, base }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "generic-match";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "09rrzm05g5fd8sf74b5w44phnxiw7pj72549pbqzifp423pfjm7r";
|
||||||
|
libraryHaskellDepends = [ base ];
|
||||||
|
description = "For when first class pattern matches are needed";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"generic-maybe" = callPackage
|
"generic-maybe" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
||||||
, directory, doctest, filepath, generic-deriving, ghc-prim, hlint
|
, directory, doctest, filepath, generic-deriving, ghc-prim, hlint
|
||||||
@ -103560,6 +103607,24 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {inherit (pkgs) glpk;};
|
}) {inherit (pkgs) glpk;};
|
||||||
|
|
||||||
|
"gltf-codec" = callPackage
|
||||||
|
({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring
|
||||||
|
, directory, filepath, scientific, shower, text
|
||||||
|
, unordered-containers, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "gltf-codec";
|
||||||
|
version = "0.1.0.1";
|
||||||
|
sha256 = "0qdwk4ygvhdp4x8bkw101b50wc8zfb6bb54zpxaxkmva40hcv2c2";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson base base64-bytestring binary bytestring scientific text
|
||||||
|
unordered-containers vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [ base bytestring directory filepath shower ];
|
||||||
|
description = "glTF scene loader";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"glue" = callPackage
|
"glue" = callPackage
|
||||||
({ mkDerivation, async, base, ekg-core, hashable, hspec
|
({ mkDerivation, async, base, ekg-core, hashable, hspec
|
||||||
, lifted-base, monad-control, monad-loops, QuickCheck
|
, lifted-base, monad-control, monad-loops, QuickCheck
|
||||||
@ -116737,6 +116802,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"haskell-src-match" = callPackage
|
||||||
|
({ mkDerivation, base, containers, filepath, haskell-src-exts
|
||||||
|
, hspec, interpolatedstring-perl6, pretty-simple, split
|
||||||
|
, template-haskell, text, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "haskell-src-match";
|
||||||
|
version = "0.0.0.1";
|
||||||
|
sha256 = "0lhdnmzmwxsiw0if600apdvmkbqz44zwr7sypfclixl9c6h31wg0";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base containers haskell-src-exts interpolatedstring-perl6
|
||||||
|
pretty-simple split template-haskell transformers
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base filepath hspec interpolatedstring-perl6 template-haskell text
|
||||||
|
];
|
||||||
|
description = "Testing code generators piece by piece";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"haskell-src-meta" = callPackage
|
"haskell-src-meta" = callPackage
|
||||||
({ mkDerivation, base, containers, haskell-src-exts, HUnit, pretty
|
({ mkDerivation, base, containers, haskell-src-exts, HUnit, pretty
|
||||||
, syb, tasty, tasty-hunit, template-haskell, th-orphans
|
, syb, tasty, tasty-hunit, template-haskell, th-orphans
|
||||||
@ -124576,7 +124661,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hie-bios_0_6_2" = callPackage
|
"hie-bios_0_6_3" = callPackage
|
||||||
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
||||||
, conduit, conduit-extra, containers, cryptohash-sha1, deepseq
|
, conduit, conduit-extra, containers, cryptohash-sha1, deepseq
|
||||||
, directory, extra, file-embed, filepath, ghc, hslogger
|
, directory, extra, file-embed, filepath, ghc, hslogger
|
||||||
@ -124586,8 +124671,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hie-bios";
|
pname = "hie-bios";
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
sha256 = "0x0lgrkbp4f9r96cf65d8qg55hp2qb14xd3zzap5yhybhlp54w8m";
|
sha256 = "1qsygryz5sl39i24g1nxzyvz6vpnd3ypcca4mi33wcxk66sy6hnw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -136214,7 +136299,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"http-client_0_7_2" = callPackage
|
"http-client_0_7_2_1" = callPackage
|
||||||
({ mkDerivation, array, async, base, blaze-builder, bytestring
|
({ mkDerivation, array, async, base, blaze-builder, bytestring
|
||||||
, case-insensitive, containers, cookie, deepseq, directory
|
, case-insensitive, containers, cookie, deepseq, directory
|
||||||
, exceptions, filepath, ghc-prim, hspec, http-types, memory
|
, exceptions, filepath, ghc-prim, hspec, http-types, memory
|
||||||
@ -136223,8 +136308,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "http-client";
|
pname = "http-client";
|
||||||
version = "0.7.2";
|
version = "0.7.2.1";
|
||||||
sha256 = "1ld8bx1bnf1gpvdy9wn14b31k94rjvl40zqrgd7nb20zd2l354vp";
|
sha256 = "0b699f07yqa525xqqcs4cn32fryjc2212sv8v83yfqlqwdwzr7jg";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base blaze-builder bytestring case-insensitive containers
|
array base blaze-builder bytestring case-insensitive containers
|
||||||
cookie deepseq exceptions filepath ghc-prim http-types memory
|
cookie deepseq exceptions filepath ghc-prim http-types memory
|
||||||
@ -152222,6 +152307,25 @@ self: {
|
|||||||
broken = true;
|
broken = true;
|
||||||
}) {egl = null; inherit (pkgs) glew;};
|
}) {egl = null; inherit (pkgs) glew;};
|
||||||
|
|
||||||
|
"ktx-codec" = callPackage
|
||||||
|
({ mkDerivation, base, binary, bytestring, containers, directory
|
||||||
|
, filepath, shower, text, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ktx-codec";
|
||||||
|
version = "0.0.1.0";
|
||||||
|
sha256 = "12rxnmrlm9qg1mv359h0bzki3wk6cj4gsnsqhsa5y68931mb83km";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base binary bytestring containers text vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base binary bytestring containers directory filepath shower text
|
||||||
|
vector
|
||||||
|
];
|
||||||
|
description = "Khronos texture format";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"kubernetes-client" = callPackage
|
"kubernetes-client" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||||
, bytestring, connection, containers, data-default-class, either
|
, bytestring, connection, containers, data-default-class, either
|
||||||
@ -189603,7 +189707,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pantry_0_5_1_1" = callPackage
|
"pantry_0_5_1_2" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
||||||
, casa-client, casa-types, conduit, conduit-extra, containers
|
, casa-client, casa-types, conduit, conduit-extra, containers
|
||||||
, cryptonite, cryptonite-conduit, digest, exceptions, filelock
|
, cryptonite, cryptonite-conduit, digest, exceptions, filelock
|
||||||
@ -189617,8 +189721,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pantry";
|
pname = "pantry";
|
||||||
version = "0.5.1.1";
|
version = "0.5.1.2";
|
||||||
sha256 = "1q1q8jflhd5r70czsclkj27yqk4v8b1njdw8f4qb3xvf9c3gzl70";
|
sha256 = "1ix1y334l4a7zcqm8i849g67mgvkqzikbhcbkqc1d6hg1lhc7xzr";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
||||||
conduit conduit-extra containers cryptonite cryptonite-conduit
|
conduit conduit-extra containers cryptonite cryptonite-conduit
|
||||||
@ -193765,8 +193869,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "persistent-mongoDB";
|
pname = "persistent-mongoDB";
|
||||||
version = "2.10.0.0";
|
version = "2.10.0.1";
|
||||||
sha256 = "1z895y21raak3x9qw05hgif5qyvr6c7pkc59wzg7irk8mxijyf4n";
|
sha256 = "194cxlxyaxwzgm7a7q8530bh842s5s1vmq33pclldp78nfy1dczm";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bson bytestring cereal conduit http-api-data mongoDB
|
aeson base bson bytestring cereal conduit http-api-data mongoDB
|
||||||
network path-pieces persistent resource-pool resourcet text time
|
network path-pieces persistent resource-pool resourcet text time
|
||||||
@ -219355,6 +219459,21 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"safe-exceptions_0_1_7_1" = callPackage
|
||||||
|
({ mkDerivation, base, deepseq, exceptions, hspec, transformers
|
||||||
|
, void
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "safe-exceptions";
|
||||||
|
version = "0.1.7.1";
|
||||||
|
sha256 = "0gkxacfiqp55xzbmpz5i5c4kqma8jal49q7c8gl9n9qq5c5dvxjb";
|
||||||
|
libraryHaskellDepends = [ base deepseq exceptions transformers ];
|
||||||
|
testHaskellDepends = [ base hspec void ];
|
||||||
|
description = "Safe, consistent, and easy exception handling";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"safe-exceptions-checked" = callPackage
|
"safe-exceptions-checked" = callPackage
|
||||||
({ mkDerivation, base, deepseq, hspec, safe-exceptions
|
({ mkDerivation, base, deepseq, hspec, safe-exceptions
|
||||||
, transformers
|
, transformers
|
||||||
@ -225743,14 +225862,14 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"servant-lucid_0_9_0_1" = callPackage
|
"servant-lucid_0_9_0_2" = callPackage
|
||||||
({ mkDerivation, base, http-media, lucid, servant, servant-server
|
({ mkDerivation, base, http-media, lucid, servant, servant-server
|
||||||
, text, wai, warp
|
, text, wai, warp
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "servant-lucid";
|
pname = "servant-lucid";
|
||||||
version = "0.9.0.1";
|
version = "0.9.0.2";
|
||||||
sha256 = "1jhs9qy36vccy90s24cd9bmhqs604xqd9m8a4fbkjxrcpgdzfjgq";
|
sha256 = "0l68dffx746j3p2l5x59cj5cdng2dw6vjq5x5h44m0ccbsmlckpz";
|
||||||
libraryHaskellDepends = [ base http-media lucid servant text ];
|
libraryHaskellDepends = [ base http-media lucid servant text ];
|
||||||
testHaskellDepends = [ base lucid servant-server wai warp ];
|
testHaskellDepends = [ base lucid servant-server wai warp ];
|
||||||
description = "Servant support for lucid";
|
description = "Servant support for lucid";
|
||||||
@ -226307,8 +226426,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "servant-reflex";
|
pname = "servant-reflex";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
sha256 = "1k7dkzs2lsdjj94ai7p225zm09l9sgbxpb4av14xgy9m54rih5kk";
|
sha256 = "0b4ppjnfas6pwypd16vkq98q1fs0l7cw32hhliv582xfvc0v3k8l";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -235685,18 +235804,18 @@ self: {
|
|||||||
"souffle-haskell" = callPackage
|
"souffle-haskell" = callPackage
|
||||||
({ mkDerivation, array, base, containers, deepseq, directory, extra
|
({ mkDerivation, array, base, containers, deepseq, directory, extra
|
||||||
, filepath, hedgehog, hspec, hspec-hedgehog, megaparsec, mtl
|
, filepath, hedgehog, hspec, hspec-hedgehog, megaparsec, mtl
|
||||||
, process, template-haskell, temporary, text, type-errors-pretty
|
, neat-interpolation, process, template-haskell, temporary, text
|
||||||
, vector
|
, type-errors-pretty, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "souffle-haskell";
|
pname = "souffle-haskell";
|
||||||
version = "1.1.0";
|
version = "2.0.0";
|
||||||
sha256 = "0s8zl7f6v89m6a3yhlmji1lb8k3rfwzyyg307m3f35a9kms0988p";
|
sha256 = "0x6v1g5in762w1hhwcg5ipa0c491wp0mflqljjpl99da6kr1l93f";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base deepseq directory filepath mtl process template-haskell
|
array base containers deepseq directory filepath mtl process
|
||||||
temporary text type-errors-pretty vector
|
template-haskell temporary text type-errors-pretty vector
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
array base containers deepseq directory extra filepath megaparsec
|
array base containers deepseq directory extra filepath megaparsec
|
||||||
@ -235704,9 +235823,9 @@ self: {
|
|||||||
vector
|
vector
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
array base deepseq directory filepath hedgehog hspec hspec-hedgehog
|
array base containers deepseq directory filepath hedgehog hspec
|
||||||
mtl process template-haskell temporary text type-errors-pretty
|
hspec-hedgehog mtl neat-interpolation process template-haskell
|
||||||
vector
|
temporary text type-errors-pretty vector
|
||||||
];
|
];
|
||||||
description = "Souffle Datalog bindings for Haskell";
|
description = "Souffle Datalog bindings for Haskell";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user