hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0 from Hackage revision
3f4573e661.
This commit is contained in:
Peter Simons 2021-03-28 03:00:28 +02:00
parent c184de6455
commit c255bc5df2

View File

@ -49347,6 +49347,28 @@ self: {
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
}) {}; }) {};
"cabal-rpm_2_0_8" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, extra
, filepath, http-client, http-client-tls, http-conduit
, optparse-applicative, process, simple-cabal, simple-cmd
, simple-cmd-args, time, unix
}:
mkDerivation {
pname = "cabal-rpm";
version = "2.0.8";
sha256 = "18ryg2qv1ppxkylgniw4iava9gh410pp6ibm1362ij52128z6rhz";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring Cabal directory extra filepath http-client
http-client-tls http-conduit optparse-applicative process
simple-cabal simple-cmd simple-cmd-args time unix
];
description = "RPM packaging tool for Haskell Cabal-based packages";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"cabal-scripts" = callPackage "cabal-scripts" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -74186,6 +74208,61 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}) {}; }) {};
"dhall_1_38_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write
, base, bytestring, case-insensitive, cborg, cborg-json, containers
, contravariant, cryptonite, data-fix, deepseq, Diff, directory
, doctest, dotgen, either, exceptions, filepath, foldl, gauge
, generic-random, half, hashable, haskeline, http-client
, http-client-tls, http-types, lens-family-core, megaparsec, memory
, mmorph, mockery, mtl, network-uri, optparse-applicative
, parser-combinators, parsers, pretty-simple, prettyprinter
, prettyprinter-ansi-terminal, profunctors, QuickCheck
, quickcheck-instances, repline, scientific, serialise
, special-values, spoon, tasty, tasty-expected-failure, tasty-hunit
, tasty-quickcheck, tasty-silver, template-haskell, text
, text-manipulate, th-lift-instances, transformers
, transformers-compat, turtle, unordered-containers, uri-encode
, vector
}:
mkDerivation {
pname = "dhall";
version = "1.38.1";
sha256 = "0g70x2crdrkwf41gvwr718am25dmbn9bg4cml9f9va7i1vx5rsgk";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal atomic-write base bytestring
case-insensitive cborg cborg-json containers contravariant
cryptonite data-fix deepseq Diff directory dotgen either exceptions
filepath half hashable haskeline http-client http-client-tls
http-types lens-family-core megaparsec memory mmorph mtl
network-uri optparse-applicative parser-combinators parsers
pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors
repline scientific serialise template-haskell text text-manipulate
th-lift-instances transformers transformers-compat
unordered-containers uri-encode vector
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base bytestring cborg containers data-fix deepseq directory doctest
either filepath foldl generic-random http-client http-client-tls
lens-family-core megaparsec mockery prettyprinter QuickCheck
quickcheck-instances scientific serialise special-values spoon
tasty tasty-expected-failure tasty-hunit tasty-quickcheck
tasty-silver template-haskell text transformers turtle
unordered-containers vector
];
benchmarkHaskellDepends = [
base bytestring containers directory gauge text
];
doCheck = false;
description = "A configuration language guaranteed to terminate";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dhall-bash" = callPackage "dhall-bash" = callPackage
({ mkDerivation, base, bytestring, containers, dhall ({ mkDerivation, base, bytestring, containers, dhall
, neat-interpolation, optparse-generic, shell-escape, text , neat-interpolation, optparse-generic, shell-escape, text
@ -74230,17 +74307,15 @@ self: {
"dhall-docs" = callPackage "dhall-docs" = callPackage
({ mkDerivation, base, bytestring, containers, cryptonite, dhall ({ mkDerivation, base, bytestring, containers, cryptonite, dhall
, directory, doctest, file-embed, filepath, foldl, HaXml , directory, doctest, file-embed, filepath, foldl, lens-family-core
, lens-family-core, lucid, megaparsec, memory, mmark, mtl , lucid, megaparsec, memory, mmark, mtl, optparse-applicative, path
, optparse-applicative, path, path-io, pretty, prettyprinter, tasty , path-io, pretty, prettyprinter, tasty, tasty-hunit, tasty-silver
, tasty-hunit, tasty-silver, text, transformers, turtle , text, transformers, turtle
}: }:
mkDerivation { mkDerivation {
pname = "dhall-docs"; pname = "dhall-docs";
version = "1.0.4"; version = "1.0.5";
sha256 = "0x6x5b9kh0in35jsgj2dghyxsqjdjrw7s9kngyjcn7v2ycklcifl"; sha256 = "00s1vhwilnr6hvv56w98kc1md08lw6v80v8a7yhwrmg9qggwdc12";
revision = "3";
editedCabalFile = "116m74khdfx57ghrid1myqyj8acrhzhnjzjmxnsn3yghdan29797";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -74252,8 +74327,7 @@ self: {
executableHaskellDepends = [ base dhall ]; executableHaskellDepends = [ base dhall ];
testHaskellDepends = [ testHaskellDepends = [
base bytestring containers dhall directory doctest filepath foldl base bytestring containers dhall directory doctest filepath foldl
HaXml path path-io pretty tasty tasty-hunit tasty-silver text path path-io pretty tasty tasty-hunit tasty-silver text turtle
turtle
]; ];
description = "Generate HTML docs from a dhall package"; description = "Generate HTML docs from a dhall package";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
@ -74326,6 +74400,36 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}) {}; }) {};
"dhall-json_1_7_6" = callPackage
({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal
, base, bytestring, containers, dhall, exceptions, filepath
, lens-family-core, optparse-applicative, prettyprinter
, prettyprinter-ansi-terminal, scientific, tasty, tasty-hunit
, tasty-silver, text, unordered-containers, vector
}:
mkDerivation {
pname = "dhall-json";
version = "1.7.6";
sha256 = "1fl5ngp1qh77qr27ax5009siy20cas6fm55776zhs82zb96sli0n";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty aeson-yaml base bytestring containers dhall
exceptions filepath lens-family-core optparse-applicative
prettyprinter scientific text unordered-containers vector
];
executableHaskellDepends = [
aeson aeson-pretty ansi-terminal base bytestring dhall exceptions
optparse-applicative prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
aeson base bytestring dhall tasty tasty-hunit tasty-silver text
];
description = "Convert between Dhall and JSON or YAML";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dhall-lex" = callPackage "dhall-lex" = callPackage
({ mkDerivation, alex, array, base, bytestring, criterion, deepseq ({ mkDerivation, alex, array, base, bytestring, criterion, deepseq
, hspec, hspec-dirstream, scientific , hspec, hspec-dirstream, scientific
@ -74376,6 +74480,36 @@ self: {
license = lib.licenses.mit; license = lib.licenses.mit;
}) {}; }) {};
"dhall-lsp-server_1_0_14" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, data-default, dhall, dhall-json, directory, doctest, filepath
, haskell-lsp, haskell-lsp-types, hslogger, lens, lsp-test
, megaparsec, mtl, network-uri, optparse-applicative, prettyprinter
, QuickCheck, rope-utf16-splay, tasty, tasty-hspec, text
, transformers, unordered-containers, uri-encode
}:
mkDerivation {
pname = "dhall-lsp-server";
version = "1.0.14";
sha256 = "1jy80w3lr6c0hvn0525h5kn6fh9rj6ir942hdkilrzd9farg6qj9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty base bytestring containers data-default dhall
dhall-json directory filepath haskell-lsp hslogger lens megaparsec
mtl network-uri prettyprinter rope-utf16-splay text transformers
unordered-containers uri-encode
];
executableHaskellDepends = [ base optparse-applicative ];
testHaskellDepends = [
base directory doctest filepath haskell-lsp-types lsp-test
QuickCheck tasty tasty-hspec text
];
description = "Language Server Protocol (LSP) server for Dhall";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"dhall-nix" = callPackage "dhall-nix" = callPackage
({ mkDerivation, base, containers, data-fix, dhall, hnix ({ mkDerivation, base, containers, data-fix, dhall, hnix
, lens-family-core, neat-interpolation, optparse-generic, text , lens-family-core, neat-interpolation, optparse-generic, text
@ -74424,6 +74558,30 @@ self: {
broken = true; broken = true;
}) {}; }) {};
"dhall-openapi" = callPackage
({ mkDerivation, aeson, base, containers, dhall, directory
, filepath, megaparsec, optparse-applicative, parser-combinators
, prettyprinter, scientific, sort, text, vector
}:
mkDerivation {
pname = "dhall-openapi";
version = "1.0.0";
sha256 = "1dg1hj8yfm08bzzirzg6cq26vkxv6i86rrf96a73pb1hpz3jjq7j";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base containers dhall prettyprinter scientific sort text
vector
];
executableHaskellDepends = [
aeson base containers dhall directory filepath megaparsec
optparse-applicative parser-combinators prettyprinter sort text
vector
];
description = "Convert an OpenAPI specification to a Dhall package";
license = lib.licenses.bsd3;
}) {};
"dhall-recursive-adt" = callPackage "dhall-recursive-adt" = callPackage
({ mkDerivation, base, data-fix, dhall, either, hedgehog ({ mkDerivation, base, data-fix, dhall, either, hedgehog
, neat-interpolation, recursion-schemes, tasty, tasty-hedgehog , neat-interpolation, recursion-schemes, tasty, tasty-hedgehog
@ -74523,6 +74681,35 @@ self: {
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
}) {}; }) {};
"dhall-yaml_1_2_6" = callPackage
({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall
, dhall-json, exceptions, HsYAML, HsYAML-aeson
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
, tasty, tasty-expected-failure, tasty-hunit, text, vector
}:
mkDerivation {
pname = "dhall-yaml";
version = "1.2.6";
sha256 = "0v6f513hxn382h4l8hyj9gxara3xdfcrldzri0i3yjvir62bkicm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring dhall dhall-json HsYAML HsYAML-aeson
optparse-applicative text vector
];
executableHaskellDepends = [
aeson ansi-terminal base bytestring dhall dhall-json exceptions
optparse-applicative prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
base bytestring dhall dhall-json tasty tasty-expected-failure
tasty-hunit text
];
description = "Convert between Dhall and YAML";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"dhcp-lease-parser" = callPackage "dhcp-lease-parser" = callPackage
({ mkDerivation, attoparsec, base, bytestring, chronos, ip, tasty ({ mkDerivation, attoparsec, base, bytestring, chronos, ip, tasty
, tasty-hunit, text , tasty-hunit, text
@ -115875,8 +116062,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hakyll-filestore"; pname = "hakyll-filestore";
version = "0.1.8"; version = "0.1.9";
sha256 = "02lza2nkq2y2m9zb03ipmgd0cnfjv38cyym7jbakg7v8arkymcrc"; sha256 = "1lxm78w2n81wsbi6axyrqjv2ikdprf7vvx1r2ricqd6h7dwjsalr";
libraryHaskellDepends = [ libraryHaskellDepends = [
base filestore hakyll time time-locale-compat base filestore hakyll time time-locale-compat
]; ];
@ -123141,6 +123328,27 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}) {}; }) {};
"hasql-notifications_0_2_0_0" = callPackage
({ mkDerivation, base, bytestring, contravariant, hasql, hasql-pool
, hspec, postgresql-libpq, QuickCheck, text
}:
mkDerivation {
pname = "hasql-notifications";
version = "0.2.0.0";
sha256 = "1zizvdvhb0nd126k24j4k62lzkx3qh1vp4976f2n7ri7ga5y6cxi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring contravariant hasql hasql-pool postgresql-libpq
text
];
executableHaskellDepends = [ base hasql ];
testHaskellDepends = [ base bytestring hasql hspec QuickCheck ];
description = "LISTEN/NOTIFY support for Hasql";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-optparse-applicative" = callPackage "hasql-optparse-applicative" = callPackage
({ mkDerivation, base-prelude, hasql, hasql-pool ({ mkDerivation, base-prelude, hasql, hasql-pool
, optparse-applicative , optparse-applicative
@ -127600,8 +127808,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "heyting-algebras"; pname = "heyting-algebras";
version = "0.0.2.0"; version = "0.2.0.1";
sha256 = "027gdi1lqlj3xcsl4zzfflfswlz76an7in63xvjsx0gs9pxqny1j"; sha256 = "0k1sf6wj9r8c4rlaxj31x7yafl4wacx2kang9qs4253v0z7n1303";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers free-algebras hashable lattices semiring-simple base containers free-algebras hashable lattices semiring-simple
tagged universe-base unordered-containers tagged universe-base unordered-containers
@ -132687,6 +132895,8 @@ self: {
pname = "homotuple"; pname = "homotuple";
version = "0.2.0.0"; version = "0.2.0.0";
sha256 = "17vr2g8jv71k2bwv5x973xjjxacr5br4xlngxjpzbq6xk9n37laf"; sha256 = "17vr2g8jv71k2bwv5x973xjjxacr5br4xlngxjpzbq6xk9n37laf";
revision = "1";
editedCabalFile = "02l2bna56psk6zlpa1wxcvizh7y1rrwsm8mgnzv77kvym80d92cy";
setupHaskellDepends = [ base Cabal directory ]; setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base OneTuple Only single-tuple ]; libraryHaskellDepends = [ base OneTuple Only single-tuple ];
description = "Homotuple, all whose elements are the same type"; description = "Homotuple, all whose elements are the same type";
@ -148469,6 +148679,23 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}) {}; }) {};
"input-parsers_0_2_2" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring
, monoid-subclasses, parsec, parsers, text, transformers
}:
mkDerivation {
pname = "input-parsers";
version = "0.2.2";
sha256 = "1kb70nxg8bji7bd0y0w81bqyhx62xrbv3y2vib6sp3jkz7yriarz";
libraryHaskellDepends = [
attoparsec base binary bytestring monoid-subclasses parsec parsers
text transformers
];
description = "Extension of the parsers library with more capability and efficiency";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"inquire" = callPackage "inquire" = callPackage
({ mkDerivation, aether, base, text }: ({ mkDerivation, aether, base, text }:
mkDerivation { mkDerivation {
@ -152918,6 +153145,31 @@ self: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}) {}; }) {};
"jose-jwt_0_9_2" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, cereal
, containers, criterion, cryptonite, hspec, HUnit, memory, mtl
, QuickCheck, text, time, transformers, transformers-compat
, unordered-containers, vector
}:
mkDerivation {
pname = "jose-jwt";
version = "0.9.2";
sha256 = "1iwzrpgd9lhp0c2hhyv3nfcv5pw344vp1llqf9vdw5mliz116jn4";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal containers cryptonite
memory mtl text time transformers transformers-compat
unordered-containers vector
];
testHaskellDepends = [
aeson base bytestring cryptonite hspec HUnit memory mtl QuickCheck
text unordered-containers vector
];
benchmarkHaskellDepends = [ base bytestring criterion cryptonite ];
description = "JSON Object Signing and Encryption Library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"jot" = callPackage "jot" = callPackage
({ mkDerivation, base, data-default, dhall, docopt, extra, filepath ({ mkDerivation, base, data-default, dhall, docopt, extra, filepath
, process, time, turtle, yaml , process, time, turtle, yaml
@ -159329,12 +159581,12 @@ self: {
({ mkDerivation, base, hspec, parsec }: ({ mkDerivation, base, hspec, parsec }:
mkDerivation { mkDerivation {
pname = "language-js"; pname = "language-js";
version = "0.2.0"; version = "0.3.0";
sha256 = "0j87w6sqyl67ad9qar2q240kbzksds3a301cdykjfa3n6a0r81z1"; sha256 = "0f5ql9cqfn443r63g8waar3g5jmfx0xr3kanwrcj54ra1psqm8p1";
libraryHaskellDepends = [ base parsec ]; libraryHaskellDepends = [ base parsec ];
testHaskellDepends = [ base hspec parsec ]; testHaskellDepends = [ base hspec parsec ];
description = "javascript parser for es6 and es7"; description = "javascript parser for es6 and es7";
license = lib.licenses.bsd3; license = lib.licenses.mit;
}) {}; }) {};
"language-kort" = callPackage "language-kort" = callPackage
@ -164973,8 +165225,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "lion"; pname = "lion";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "0sxj7rjx9xzrmzy0q415b7vhxvj5fp38av1qs3sx54frmzbm0x20"; sha256 = "0i0sr8jiaigpfhy4wnvblnrx5bl7l1vbh0pzjpdzks6r3g07h58f";
libraryHaskellDepends = [ libraryHaskellDepends = [
base Cabal clash-prelude generic-monoid ghc-typelits-extra base Cabal clash-prelude generic-monoid ghc-typelits-extra
ghc-typelits-knownnat ghc-typelits-natnormalise ice40-prim lens mtl ghc-typelits-knownnat ghc-typelits-natnormalise ice40-prim lens mtl
@ -165574,6 +165826,8 @@ self: {
pname = "list-tuple"; pname = "list-tuple";
version = "0.1.3.0"; version = "0.1.3.0";
sha256 = "1qd5pr7i9xsym09ly6am3a0id3cwbb8w4xphbsjkv3wrlfv9z9v0"; sha256 = "1qd5pr7i9xsym09ly6am3a0id3cwbb8w4xphbsjkv3wrlfv9z9v0";
revision = "1";
editedCabalFile = "1xmim80y3mcj81ak2xh3mpy1g2kqwqy4q7rh8n69ipbwsldqcfwg";
setupHaskellDepends = [ base Cabal directory ]; setupHaskellDepends = [ base Cabal directory ];
libraryHaskellDepends = [ base OneTuple Only single-tuple ]; libraryHaskellDepends = [ base OneTuple Only single-tuple ];
testHaskellDepends = [ testHaskellDepends = [
@ -171725,6 +171979,30 @@ self: {
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
}) {}; }) {};
"math-functions_0_3_4_2" = callPackage
({ mkDerivation, base, data-default-class, deepseq, erf, gauge
, primitive, QuickCheck, random, tasty, tasty-hunit
, tasty-quickcheck, vector, vector-th-unbox
}:
mkDerivation {
pname = "math-functions";
version = "0.3.4.2";
sha256 = "18y1hlc8p6yyxa14zdbm84aaq58kksbrlfp3rj2bd4ilsb00mrf1";
libraryHaskellDepends = [
base data-default-class deepseq primitive vector
];
testHaskellDepends = [
base data-default-class deepseq erf primitive QuickCheck tasty
tasty-hunit tasty-quickcheck vector vector-th-unbox
];
benchmarkHaskellDepends = [
base data-default-class gauge random vector
];
description = "Collection of tools for numeric computations";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
}) {};
"math-grads" = callPackage "math-grads" = callPackage
({ mkDerivation, aeson, array, base, bimap, containers, hspec ({ mkDerivation, aeson, array, base, bimap, containers, hspec
, ilist, lens, linear, matrix, mtl, random, vector , ilist, lens, linear, matrix, mtl, random, vector
@ -187895,24 +188173,23 @@ self: {
"nix-tree" = callPackage "nix-tree" = callPackage
({ mkDerivation, aeson, base, brick, bytestring, clock, containers ({ mkDerivation, aeson, base, brick, bytestring, clock, containers
, deepseq, directory, filepath, hashable, hedgehog, hrfsize , deepseq, directory, filepath, hashable, hedgehog, hrfsize, relude
, protolude, text, transformers, typed-process , text, transformers, typed-process, unordered-containers, vty
, unordered-containers, vty
}: }:
mkDerivation { mkDerivation {
pname = "nix-tree"; pname = "nix-tree";
version = "0.1.6"; version = "0.1.7";
sha256 = "0v8ll12z073g1c9zrgniljvrvniv1nf8p2ak6f24sixnhr8f2hhl"; sha256 = "17w0lcfr2rxyfzrdhbw9lci9k5xs1566jypip910r78373c72nbj";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
aeson base brick bytestring clock containers deepseq directory aeson base brick bytestring clock containers deepseq directory
filepath hashable hrfsize protolude text transformers typed-process filepath hashable hrfsize relude text transformers typed-process
unordered-containers vty unordered-containers vty
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base brick bytestring clock containers deepseq directory aeson base brick bytestring clock containers deepseq directory
filepath hashable hedgehog hrfsize protolude text transformers filepath hashable hedgehog hrfsize relude text transformers
typed-process unordered-containers vty typed-process unordered-containers vty
]; ];
description = "Interactively browse a Nix store paths dependencies"; description = "Interactively browse a Nix store paths dependencies";
@ -191745,20 +192022,21 @@ self: {
"openai-hs" = callPackage "openai-hs" = callPackage
({ mkDerivation, aeson, base, bytestring, casing, containers, cpphs ({ mkDerivation, aeson, base, bytestring, casing, containers, cpphs
, hspec, http-client, http-client-tls, http-types, openai-servant , hspec, http-client, http-client-tls, http-types, openai-servant
, servant, servant-client, servant-client-core, text, vector , servant, servant-client, servant-client-core, servant-multipart
, text, vector
}: }:
mkDerivation { mkDerivation {
pname = "openai-hs"; pname = "openai-hs";
version = "0.1.1.0"; version = "0.2.0.0";
sha256 = "0cfcw1jlsvzzyvxi2wmqn3klh0fr8rpi8ai6sg315ml7ignyfxz5"; sha256 = "0pgwq1mfsmaqr7vxlii9rj8mhp2z5iwbf6pi4pj495khpnb877lc";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base casing cpphs http-client http-types openai-servant aeson base bytestring casing cpphs http-client http-types
servant servant-client text openai-servant servant servant-client servant-multipart text
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base bytestring casing containers cpphs hspec http-client aeson base bytestring casing containers cpphs hspec http-client
http-client-tls http-types openai-servant servant servant-client http-client-tls http-types openai-servant servant servant-client
servant-client-core text vector servant-client-core servant-multipart text vector
]; ];
description = "Unofficial OpenAI client"; description = "Unofficial OpenAI client";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
@ -191767,14 +192045,16 @@ self: {
}) {}; }) {};
"openai-servant" = callPackage "openai-servant" = callPackage
({ mkDerivation, aeson, base, casing, servant, text, time, vector ({ mkDerivation, aeson, base, bytestring, casing, servant
, servant-multipart, text, time, vector
}: }:
mkDerivation { mkDerivation {
pname = "openai-servant"; pname = "openai-servant";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "0fn8ram1rnf9qgs7iwl579gdz8z1qfjy6hhgk0n2z1dh28lhgq6d"; sha256 = "08r3jpbxqm36lsdz6zva6ps0j1xdlvqnrwhmk7141njsb4k3xxad";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base casing servant text time vector aeson base bytestring casing servant servant-multipart text time
vector
]; ];
description = "Unofficial OpenAI servant types"; description = "Unofficial OpenAI servant types";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
@ -205421,6 +205701,72 @@ self: {
license = lib.licenses.mit; license = lib.licenses.mit;
}) {}; }) {};
"polysemy-log" = callPackage
({ mkDerivation, ansi-terminal, base, hedgehog, polysemy
, polysemy-test, polysemy-time, relude, string-interpolate, tasty
, tasty-hedgehog, template-haskell, text, time
}:
mkDerivation {
pname = "polysemy-log";
version = "0.1.0.0";
sha256 = "1ynqgb4d39ds00ahfg248zhmq8qd0nzayrnkcjyy60g1v62885ic";
libraryHaskellDepends = [
ansi-terminal base polysemy polysemy-time relude string-interpolate
template-haskell text time
];
testHaskellDepends = [
ansi-terminal base hedgehog polysemy polysemy-test polysemy-time
relude string-interpolate tasty tasty-hedgehog template-haskell
text time
];
description = "Polysemy effects for logging";
license = "BSD-2-Clause-Patent";
}) {};
"polysemy-log-co" = callPackage
({ mkDerivation, base, co-log, co-log-core, co-log-polysemy
, hedgehog, polysemy, polysemy-log, polysemy-test, polysemy-time
, relude, string-interpolate, tasty, tasty-hedgehog, text, time
}:
mkDerivation {
pname = "polysemy-log-co";
version = "0.1.0.0";
sha256 = "0y06vjhl7a7srhb8sw6d9d051igqv33j3ffai3h24fsz7lb7fzpc";
libraryHaskellDepends = [
base co-log co-log-core co-log-polysemy polysemy polysemy-log
polysemy-time relude string-interpolate text time
];
testHaskellDepends = [
base co-log co-log-core co-log-polysemy hedgehog polysemy
polysemy-log polysemy-test polysemy-time relude string-interpolate
tasty tasty-hedgehog text time
];
description = "polysemy-log interpreter for co-log";
license = "BSD-2-Clause-Patent";
}) {};
"polysemy-log-di" = callPackage
({ mkDerivation, base, di-polysemy, hedgehog, polysemy
, polysemy-log, polysemy-test, polysemy-time, relude
, string-interpolate, tasty, tasty-hedgehog, text, time
}:
mkDerivation {
pname = "polysemy-log-di";
version = "0.1.0.0";
sha256 = "1bc0av8shdagl1nap7qwa7sm89nmxkd28dyc35vg8h0kcgv6s7s3";
libraryHaskellDepends = [
base di-polysemy polysemy polysemy-log polysemy-time relude
string-interpolate text time
];
testHaskellDepends = [
base di-polysemy hedgehog polysemy polysemy-log polysemy-test
polysemy-time relude string-interpolate tasty tasty-hedgehog text
time
];
description = "polysemy-log interpreter for di";
license = "BSD-2-Clause-Patent";
}) {};
"polysemy-methodology" = callPackage "polysemy-methodology" = callPackage
({ mkDerivation, base, co-log-polysemy, polysemy, polysemy-plugin ({ mkDerivation, base, co-log-polysemy, polysemy, polysemy-plugin
, polysemy-zoo , polysemy-zoo
@ -206985,6 +207331,8 @@ self: {
pname = "postgresql-placeholder-converter"; pname = "postgresql-placeholder-converter";
version = "0.2.0.0"; version = "0.2.0.0";
sha256 = "0jpsa6c2m0m8d9abki585krf9pvj5p4rsayg1qs963r4vg1m8p23"; sha256 = "0jpsa6c2m0m8d9abki585krf9pvj5p4rsayg1qs963r4vg1m8p23";
revision = "1";
editedCabalFile = "008gnpj16xnbmrzqjm9mqyycdvmzlbnsrsz3kfa42sf3fnq1g1f6";
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base bytestring either-result mtl utf8-string attoparsec base bytestring either-result mtl utf8-string
]; ];
@ -206998,46 +207346,40 @@ self: {
({ mkDerivation, attoparsec, base, base16-bytestring, bytestring ({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
, Cabal, cassava, clock, containers, convertible, cryptohash-md5 , Cabal, cassava, clock, containers, convertible, cryptohash-md5
, data-default-class, deepseq, directory, doctest , data-default-class, deepseq, directory, doctest
, double-conversion, filepath, HDBC, HDBC-postgresql, HDBC-session , double-conversion, either-result, filepath, HDBC, HDBC-postgresql
, homotuple, hourglass, hspec, hspec-core, HUnit, list-tuple , HDBC-session, homotuple, hourglass, hspec, hspec-discover, HUnit
, memory, mtl, network, old-time, OneTuple, Only , list-tuple, memory, mtl, network, old-time, OneTuple, Only
, optparse-applicative, persistable-record, postgresql-binary , optparse-applicative, postgresql-binary, postgresql-libpq
, postgresql-libpq, postgresql-placeholder-converter , postgresql-placeholder-converter, postgresql-simple
, postgresql-simple, pretty-hex, QuickCheck, random-shuffle , postgresql-typed, pretty-hex, random-shuffle, relational-query
, relational-query, relational-query-HDBC, relational-record , relational-query-HDBC, safe-exceptions, scientific, single-tuple
, safe-exceptions, scientific, single-tuple, text, time , text, time, utf8-string
, utf8-string, vector
}: }:
mkDerivation { mkDerivation {
pname = "postgresql-pure"; pname = "postgresql-pure";
version = "0.2.2.0"; version = "0.2.3.0";
sha256 = "16k03m1yy8ca5rik4av76p883nvmk0w4ak9pva2i5l57vv8d8hc6"; sha256 = "0lcnsrz612i240l7xw48zq1f70y1hjjbjl7h7yrdjwk2drihqx3x";
setupHaskellDepends = [ base Cabal directory filepath ]; setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [ libraryHaskellDepends = [
attoparsec base base16-bytestring bytestring containers convertible attoparsec base base16-bytestring bytestring containers convertible
cryptohash-md5 data-default-class double-conversion HDBC homotuple cryptohash-md5 data-default-class deepseq double-conversion HDBC
list-tuple memory mtl network OneTuple Only postgresql-binary homotuple list-tuple memory mtl network OneTuple Only
postgresql-placeholder-converter pretty-hex safe-exceptions postgresql-binary postgresql-placeholder-converter pretty-hex
scientific single-tuple text time utf8-string
];
testHaskellDepends = [
attoparsec base base16-bytestring bytestring containers convertible
cryptohash-md5 data-default-class doctest double-conversion HDBC
HDBC-postgresql HDBC-session homotuple hspec hspec-core HUnit
list-tuple memory mtl network old-time OneTuple Only
persistable-record postgresql-binary
postgresql-placeholder-converter pretty-hex QuickCheck
relational-query relational-query-HDBC relational-record
safe-exceptions scientific single-tuple text time utf8-string safe-exceptions scientific single-tuple text time utf8-string
]; ];
testHaskellDepends = [
attoparsec base bytestring containers convertible
data-default-class doctest either-result HDBC HDBC-postgresql
HDBC-session homotuple hspec HUnit network old-time Only
postgresql-placeholder-converter relational-query
relational-query-HDBC safe-exceptions time utf8-string
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [
attoparsec base base16-bytestring bytestring cassava clock attoparsec base bytestring cassava clock data-default-class deepseq
containers convertible cryptohash-md5 data-default-class deepseq homotuple hourglass Only optparse-applicative postgresql-libpq
double-conversion HDBC homotuple hourglass list-tuple memory mtl postgresql-simple postgresql-typed random-shuffle scientific time
network OneTuple Only optparse-applicative postgresql-binary utf8-string
postgresql-libpq postgresql-placeholder-converter postgresql-simple
pretty-hex random-shuffle safe-exceptions scientific single-tuple
text time utf8-string vector
]; ];
description = "pure Haskell PostgreSQL driver"; description = "pure Haskell PostgreSQL driver";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
@ -229910,8 +230252,8 @@ self: {
({ mkDerivation, base, hspec }: ({ mkDerivation, base, hspec }:
mkDerivation { mkDerivation {
pname = "scroll-list"; pname = "scroll-list";
version = "1.0.0.0"; version = "1.0.0.1";
sha256 = "1vzhva3r2hpz8x6l3ahai9f5njp5mhj3411wcmh6gn4qq07a7xy3"; sha256 = "1qz4b04jkfkz9w6bz4g4zad5hj2nkl63y0klq0z5lgllf2f6ryw3";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ]; testHaskellDepends = [ base hspec ];
description = "This package provides functions for relocate an item within a list"; description = "This package provides functions for relocate an item within a list";
@ -238984,6 +239326,8 @@ self: {
pname = "single-tuple"; pname = "single-tuple";
version = "0.1.1.0"; version = "0.1.1.0";
sha256 = "1cviix5did4pm4bimg12v2qa9ms5icf19k3iz13g07d5q9jyiwji"; sha256 = "1cviix5did4pm4bimg12v2qa9ms5icf19k3iz13g07d5q9jyiwji";
revision = "1";
editedCabalFile = "0gmki1bz7sn1lw5f1f1zp3rfphwba03fv6825djlidybln8snld0";
libraryHaskellDepends = [ base OneTuple Only ]; libraryHaskellDepends = [ base OneTuple Only ];
testHaskellDepends = [ base hspec OneTuple Only ]; testHaskellDepends = [ base hspec OneTuple Only ];
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
@ -240177,8 +240521,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "slick"; pname = "slick";
version = "1.1.0.0"; version = "1.1.1.0";
sha256 = "1a6zsp308ikqzdxy26phb04bk4hr8lmw1i73mwydg65yd42c8zjx"; sha256 = "19zqg85j3685hsbax5sv96zfqxih7rmcjd65z88vynmiv718147d";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base bytestring directory extra mustache pandoc shake text aeson base bytestring directory extra mustache pandoc shake text
unordered-containers unordered-containers
@ -266698,6 +267042,23 @@ self: {
license = lib.licenses.mit; license = lib.licenses.mit;
}) {}; }) {};
"ttc_0_4_0_0" = callPackage
({ mkDerivation, base, bytestring, tasty, tasty-hunit
, template-haskell, text
}:
mkDerivation {
pname = "ttc";
version = "0.4.0.0";
sha256 = "07b5vw7wxgxcsr04h4nx28bmv9a10hkdzhhssvka050hxhiyjmgv";
libraryHaskellDepends = [ base bytestring template-haskell text ];
testHaskellDepends = [
base bytestring tasty tasty-hunit template-haskell text
];
description = "Textual Type Classes";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"ttl-hashtables" = callPackage "ttl-hashtables" = callPackage
({ mkDerivation, base, clock, containers, data-default, failable ({ mkDerivation, base, clock, containers, data-default, failable
, hashable, hashtables, hspec, mtl, transformers , hashable, hashtables, hspec, mtl, transformers
@ -290291,6 +290652,40 @@ self: {
license = lib.licenses.mit; license = lib.licenses.mit;
}) {}; }) {};
"zenacy-html_2_0_3" = callPackage
({ mkDerivation, base, bytestring, containers, criterion
, data-default, dlist, extra, HUnit, mtl, pretty-show
, raw-strings-qq, safe, safe-exceptions, test-framework
, test-framework-hunit, text, transformers, vector, word8
}:
mkDerivation {
pname = "zenacy-html";
version = "2.0.3";
sha256 = "1lbgl2g921prcgl0pk5c8mzfy7ssnnrk7d4rz047xhgb3x0381nc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers data-default dlist extra mtl pretty-show
safe safe-exceptions text transformers vector word8
];
executableHaskellDepends = [
base bytestring containers data-default dlist extra pretty-show
text vector
];
testHaskellDepends = [
base bytestring containers data-default dlist extra HUnit mtl
pretty-show raw-strings-qq test-framework test-framework-hunit text
transformers
];
benchmarkHaskellDepends = [
base bytestring containers criterion data-default dlist pretty-show
raw-strings-qq text
];
description = "A standard compliant HTML parsing library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"zenacy-unicode" = callPackage "zenacy-unicode" = callPackage
({ mkDerivation, base, bytestring, HUnit, test-framework ({ mkDerivation, base, bytestring, HUnit, test-framework
, test-framework-hunit, text, vector, word8 , test-framework-hunit, text, vector, word8
@ -290307,6 +290702,23 @@ self: {
license = lib.licenses.mit; license = lib.licenses.mit;
}) {}; }) {};
"zenacy-unicode_1_0_1" = callPackage
({ mkDerivation, base, bytestring, HUnit, test-framework
, test-framework-hunit, text, vector, word8
}:
mkDerivation {
pname = "zenacy-unicode";
version = "1.0.1";
sha256 = "1l03zr1j6h1h15rnz6mk731g5ib1h3x59b3aqm30i0kd2h28g0vw";
libraryHaskellDepends = [ base bytestring vector word8 ];
testHaskellDepends = [
base bytestring HUnit test-framework test-framework-hunit text
];
description = "Unicode utilities for Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"zenc" = callPackage "zenc" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {