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
|
@ -10767,8 +10767,8 @@ self: {
|
|||
({ mkDerivation, base, bytestring, HsOpenSSL, unix }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL-x509-system";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "14hzjdpv8ld3nw5fcx451w49vq0s8fhs1zh984vpm85b5ypbgp2v";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "15mp70bqg1lzp971bzp6wym3bwzvxb76hzbgckygbfa722xyymhr";
|
||||
libraryHaskellDepends = [ base bytestring HsOpenSSL unix ];
|
||||
description = "Use the system's native CA certificate store with HsOpenSSL";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -34916,6 +34916,42 @@ self: {
|
|||
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
|
||||
({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
|
||||
, case-insensitive, conduit, containers, html-conduit, http-conduit
|
||||
|
@ -68981,8 +69017,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "dataflower";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "169m0yngaslc2pysdpf65pmf9zr037ij7y95rqi6bp3dxcxfcwlg";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "0b1b9cnf4md9hqd4bk63jlrdglfza96hli45zcyfza8qpb5vqyck";
|
||||
libraryHaskellDepends = [
|
||||
base hashable mtl pretty-show stm time transformers vector
|
||||
];
|
||||
|
@ -96663,6 +96699,17 @@ self: {
|
|||
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
|
||||
({ mkDerivation, base, bytestring, containers, criterion, deepseq
|
||||
, directory, doctest, filepath, generic-deriving, ghc-prim, hlint
|
||||
|
@ -103560,6 +103607,24 @@ self: {
|
|||
broken = true;
|
||||
}) {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
|
||||
({ mkDerivation, async, base, ekg-core, hashable, hspec
|
||||
, lifted-base, monad-control, monad-loops, QuickCheck
|
||||
|
@ -116737,6 +116802,26 @@ self: {
|
|||
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
|
||||
({ mkDerivation, base, containers, haskell-src-exts, HUnit, pretty
|
||||
, syb, tasty, tasty-hunit, template-haskell, th-orphans
|
||||
|
@ -124576,7 +124661,7 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hie-bios_0_6_2" = callPackage
|
||||
"hie-bios_0_6_3" = callPackage
|
||||
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
||||
, conduit, conduit-extra, containers, cryptohash-sha1, deepseq
|
||||
, directory, extra, file-embed, filepath, ghc, hslogger
|
||||
|
@ -124586,8 +124671,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.6.2";
|
||||
sha256 = "0x0lgrkbp4f9r96cf65d8qg55hp2qb14xd3zzap5yhybhlp54w8m";
|
||||
version = "0.6.3";
|
||||
sha256 = "1qsygryz5sl39i24g1nxzyvz6vpnd3ypcca4mi33wcxk66sy6hnw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -136214,7 +136299,7 @@ self: {
|
|||
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
|
||||
, case-insensitive, containers, cookie, deepseq, directory
|
||||
, exceptions, filepath, ghc-prim, hspec, http-types, memory
|
||||
|
@ -136223,8 +136308,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "http-client";
|
||||
version = "0.7.2";
|
||||
sha256 = "1ld8bx1bnf1gpvdy9wn14b31k94rjvl40zqrgd7nb20zd2l354vp";
|
||||
version = "0.7.2.1";
|
||||
sha256 = "0b699f07yqa525xqqcs4cn32fryjc2212sv8v83yfqlqwdwzr7jg";
|
||||
libraryHaskellDepends = [
|
||||
array base blaze-builder bytestring case-insensitive containers
|
||||
cookie deepseq exceptions filepath ghc-prim http-types memory
|
||||
|
@ -152222,6 +152307,25 @@ self: {
|
|||
broken = true;
|
||||
}) {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
|
||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||
, bytestring, connection, containers, data-default-class, either
|
||||
|
@ -189603,7 +189707,7 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"pantry_0_5_1_1" = callPackage
|
||||
"pantry_0_5_1_2" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
||||
, casa-client, casa-types, conduit, conduit-extra, containers
|
||||
, cryptonite, cryptonite-conduit, digest, exceptions, filelock
|
||||
|
@ -189617,8 +189721,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pantry";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "1q1q8jflhd5r70czsclkj27yqk4v8b1njdw8f4qb3xvf9c3gzl70";
|
||||
version = "0.5.1.2";
|
||||
sha256 = "1ix1y334l4a7zcqm8i849g67mgvkqzikbhcbkqc1d6hg1lhc7xzr";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
||||
conduit conduit-extra containers cryptonite cryptonite-conduit
|
||||
|
@ -193765,8 +193869,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-mongoDB";
|
||||
version = "2.10.0.0";
|
||||
sha256 = "1z895y21raak3x9qw05hgif5qyvr6c7pkc59wzg7irk8mxijyf4n";
|
||||
version = "2.10.0.1";
|
||||
sha256 = "194cxlxyaxwzgm7a7q8530bh842s5s1vmq33pclldp78nfy1dczm";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bson bytestring cereal conduit http-api-data mongoDB
|
||||
network path-pieces persistent resource-pool resourcet text time
|
||||
|
@ -219355,6 +219459,21 @@ self: {
|
|||
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
|
||||
({ mkDerivation, base, deepseq, hspec, safe-exceptions
|
||||
, transformers
|
||||
|
@ -225743,14 +225862,14 @@ self: {
|
|||
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
|
||||
, text, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-lucid";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "1jhs9qy36vccy90s24cd9bmhqs604xqd9m8a4fbkjxrcpgdzfjgq";
|
||||
version = "0.9.0.2";
|
||||
sha256 = "0l68dffx746j3p2l5x59cj5cdng2dw6vjq5x5h44m0ccbsmlckpz";
|
||||
libraryHaskellDepends = [ base http-media lucid servant text ];
|
||||
testHaskellDepends = [ base lucid servant-server wai warp ];
|
||||
description = "Servant support for lucid";
|
||||
|
@ -226307,8 +226426,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-reflex";
|
||||
version = "0.3.4";
|
||||
sha256 = "1k7dkzs2lsdjj94ai7p225zm09l9sgbxpb4av14xgy9m54rih5kk";
|
||||
version = "0.3.5";
|
||||
sha256 = "0b4ppjnfas6pwypd16vkq98q1fs0l7cw32hhliv582xfvc0v3k8l";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -235685,18 +235804,18 @@ self: {
|
|||
"souffle-haskell" = callPackage
|
||||
({ mkDerivation, array, base, containers, deepseq, directory, extra
|
||||
, filepath, hedgehog, hspec, hspec-hedgehog, megaparsec, mtl
|
||||
, process, template-haskell, temporary, text, type-errors-pretty
|
||||
, vector
|
||||
, neat-interpolation, process, template-haskell, temporary, text
|
||||
, type-errors-pretty, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "souffle-haskell";
|
||||
version = "1.1.0";
|
||||
sha256 = "0s8zl7f6v89m6a3yhlmji1lb8k3rfwzyyg307m3f35a9kms0988p";
|
||||
version = "2.0.0";
|
||||
sha256 = "0x6v1g5in762w1hhwcg5ipa0c491wp0mflqljjpl99da6kr1l93f";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base deepseq directory filepath mtl process template-haskell
|
||||
temporary text type-errors-pretty vector
|
||||
array base containers deepseq directory filepath mtl process
|
||||
template-haskell temporary text type-errors-pretty vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
array base containers deepseq directory extra filepath megaparsec
|
||||
|
@ -235704,9 +235823,9 @@ self: {
|
|||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array base deepseq directory filepath hedgehog hspec hspec-hedgehog
|
||||
mtl process template-haskell temporary text type-errors-pretty
|
||||
vector
|
||||
array base containers deepseq directory filepath hedgehog hspec
|
||||
hspec-hedgehog mtl neat-interpolation process template-haskell
|
||||
temporary text type-errors-pretty vector
|
||||
];
|
||||
description = "Souffle Datalog bindings for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
|
Loading…
Reference in New Issue