hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
917f9a29ff
.
This commit is contained in:
parent
abf3e4ff38
commit
c39e723434
143
pkgs/development/haskell-modules/hackage-packages.nix
generated
143
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -131265,6 +131265,8 @@ self: {
|
||||
pname = "hlrdb";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "1k4dsd4h3fv1ag753gwxvirfrj53ra4ik948pyacq31c16mz1l2p";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ypb0197v5x6a5zkj7qqrr7lam3sxvvi3wbgk5imvdppq2rj7hqz";
|
||||
libraryHaskellDepends = [
|
||||
base base64-bytestring bytestring cryptonite hashable hedis
|
||||
hlrdb-core memory random store time unordered-containers zstd
|
||||
@ -131281,10 +131283,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlrdb-core";
|
||||
version = "0.1.6.0";
|
||||
sha256 = "13hb0657y5cqhbl2m27v28b6zl9mgcq17r983rds3l3bccn67ayv";
|
||||
version = "0.1.6.1";
|
||||
sha256 = "0sy87qz7v1x4rmqclfz2q8bnca2k7zyc7cgk67s80xhp4jsab90x";
|
||||
revision = "1";
|
||||
editedCabalFile = "163scamdjq98zk039qv3r4xqz7hmixa136gfkifx757fy4nigdiy";
|
||||
editedCabalFile = "1nyvgbpvr7l0b9cvnlavmc88aszvxfrdcj57grrs6dcd1d4lv7ss";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring hashable hedis lens mtl profunctors random time
|
||||
unordered-containers
|
||||
@ -135537,15 +135539,15 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hs-conllu";
|
||||
version = "0.1.2";
|
||||
sha256 = "1dvayafvf14gbir7cafhzlscqlffaws5ajilm5h520ji449jh2aa";
|
||||
version = "0.1.5";
|
||||
sha256 = "1azh4g5kdng8v729ldgblkmrdqrc501rgm9wwqx6gkqwwzn8w3r4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers directory filepath megaparsec void
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base containers directory filepath megaparsec
|
||||
base containers directory filepath megaparsec void
|
||||
];
|
||||
description = "Conllu validating parser and utils";
|
||||
license = lib.licenses.lgpl3Only;
|
||||
@ -141831,19 +141833,23 @@ self: {
|
||||
({ mkDerivation, async, base, blaze-builder, bytestring
|
||||
, bytestring-lexing, case-insensitive, conduit, conduit-extra
|
||||
, connection, hspec, http-client, http-conduit, http-types, mtl
|
||||
, network, QuickCheck, random, resourcet, streaming-commons, text
|
||||
, tls, transformers, vault, wai, wai-conduit, warp, warp-tls
|
||||
, network, network-uri, QuickCheck, random, resourcet
|
||||
, streaming-commons, text, tls, transformers, vault, wai
|
||||
, wai-conduit, warp, warp-tls
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-proxy";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1nzihn2qxm066avzgill1nxa0174ggv54bacsn871a0ai7n03079";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "17yn15hd0kn3r495awy5qmrxq8mgrby8h5b9q7vzm583yppi9dmn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
async base blaze-builder bytestring bytestring-lexing
|
||||
case-insensitive conduit conduit-extra http-client http-conduit
|
||||
http-types mtl network resourcet streaming-commons text tls
|
||||
transformers wai wai-conduit warp warp-tls
|
||||
async base bytestring bytestring-lexing case-insensitive conduit
|
||||
conduit-extra http-client http-conduit http-types mtl network
|
||||
resourcet streaming-commons text tls transformers wai wai-conduit
|
||||
warp warp-tls
|
||||
];
|
||||
executableHaskellDepends = [ base bytestring network-uri wai ];
|
||||
testHaskellDepends = [
|
||||
async base blaze-builder bytestring bytestring-lexing
|
||||
case-insensitive conduit conduit-extra connection hspec http-client
|
||||
@ -192351,6 +192357,43 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"openapi3_3_1_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries
|
||||
, bytestring, Cabal, cabal-doctest, containers, cookie, doctest
|
||||
, generics-sop, Glob, hashable, hspec, hspec-discover, http-media
|
||||
, HUnit, insert-ordered-containers, lens, mtl, network, optics-core
|
||||
, optics-th, QuickCheck, quickcheck-instances, scientific
|
||||
, template-haskell, text, time, transformers, unordered-containers
|
||||
, utf8-string, uuid-types, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "openapi3";
|
||||
version = "3.1.0";
|
||||
sha256 = "011754qyxxw5mn06hdmxalvsiff7a4x4k2yb2r6ylzr6zhyz818z";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat-batteries bytestring containers
|
||||
cookie generics-sop hashable http-media insert-ordered-containers
|
||||
lens mtl network optics-core optics-th QuickCheck scientific
|
||||
template-haskell text time transformers unordered-containers
|
||||
uuid-types vector
|
||||
];
|
||||
executableHaskellDepends = [ aeson base lens text ];
|
||||
testHaskellDepends = [
|
||||
aeson base base-compat-batteries bytestring containers doctest Glob
|
||||
hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck
|
||||
quickcheck-instances template-haskell text time
|
||||
unordered-containers utf8-string vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "OpenAPI 3.0 data model";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"openapi3-code-generator" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, filepath, genvalidity, genvalidity-hspec, genvalidity-text
|
||||
@ -201963,8 +202006,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "phonetic-languages-simplified-examples-array";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "03vin7gng1sqifyy0s83igmd41bxxwrp7ck9j7bxhnqq0qmg5d7n";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "05l01idhwalvxddyxdj7ljpimcgib7ykb1b64f48ba008qj8kb98";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -234415,8 +234458,38 @@ self: {
|
||||
pname = "servant-openapi3";
|
||||
version = "2.0.1.1";
|
||||
sha256 = "1cyzyljmdfr3gigdszcpj1i7l698fnxpc9hr83mzspm6qcmbqmgf";
|
||||
revision = "1";
|
||||
editedCabalFile = "0j2b3zv5qk5xfi17jwwn456pqpf27aqgy6fmbyqvn8df83rcij5j";
|
||||
revision = "2";
|
||||
editedCabalFile = "0y214pgkfkysvdll15inf44psyqj7dmzcwp2vjynwdlywy2j0y16";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat bytestring hspec http-media
|
||||
insert-ordered-containers lens openapi3 QuickCheck servant
|
||||
singleton-bool text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base base-compat directory doctest filepath hspec lens
|
||||
lens-aeson openapi3 QuickCheck servant template-haskell text time
|
||||
utf8-string vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API.";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-openapi3_2_0_1_2" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
|
||||
, Cabal, cabal-doctest, directory, doctest, filepath, hspec
|
||||
, hspec-discover, http-media, insert-ordered-containers, lens
|
||||
, lens-aeson, openapi3, QuickCheck, servant, singleton-bool
|
||||
, template-haskell, text, time, unordered-containers, utf8-string
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-openapi3";
|
||||
version = "2.0.1.2";
|
||||
sha256 = "1lqvycbv49x0i3adbsdlcl49n65wxfjzhiz9pj11hg4k0j952q5p";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base-compat bytestring hspec http-media
|
||||
@ -259720,6 +259793,8 @@ self: {
|
||||
pname = "text-ansi";
|
||||
version = "0.1.1";
|
||||
sha256 = "1vcrsg7v8n6znh1pd9kbm20bc6dg3zijd3xjdjljadf15vfkd5f6";
|
||||
revision = "1";
|
||||
editedCabalFile = "09s363h3lw4p8f73m7vw0d1cqnwmap9ndrfxd4qbzbra5xf58q38";
|
||||
libraryHaskellDepends = [ base text ];
|
||||
description = "Text styling for ANSI terminals";
|
||||
license = lib.licenses.bsd3;
|
||||
@ -263133,6 +263208,8 @@ self: {
|
||||
pname = "timer-wheel";
|
||||
version = "0.3.0";
|
||||
sha256 = "16v663mcsj0h17x4jriq50dps3m3f8wqcsm19kl48vrs7f4mp07s";
|
||||
revision = "1";
|
||||
editedCabalFile = "03wprm88wl6smfcq6dfr62l4igi8lfg6wkk65rsmyzxxkjzhc6f1";
|
||||
libraryHaskellDepends = [ atomic-primops base psqueues vector ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "A timer wheel";
|
||||
@ -271121,6 +271198,30 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"unicode-collation" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, bytestring-lexing
|
||||
, containers, filepath, parsec, QuickCheck, quickcheck-instances
|
||||
, tasty, tasty-bench, tasty-hunit, template-haskell, text, text-icu
|
||||
, th-lift-instances, unicode-transforms
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "unicode-collation";
|
||||
version = "0.1";
|
||||
sha256 = "003n6kjsmnvp3gdj92x7pmh79v9gicjzy3d0g28c1dpxdm0bxxrl";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring bytestring-lexing containers filepath parsec
|
||||
template-haskell text th-lift-instances unicode-transforms
|
||||
];
|
||||
testHaskellDepends = [ base bytestring tasty tasty-hunit text ];
|
||||
benchmarkHaskellDepends = [
|
||||
base QuickCheck quickcheck-instances tasty-bench text text-icu
|
||||
];
|
||||
description = "Haskell implementation of the Unicode Collation Algorithm";
|
||||
license = lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"unicode-general-category" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, file-embed, hspec, QuickCheck, text
|
||||
@ -279267,8 +279368,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wai-session-redis";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "12l2r85xq8ryv6y660c20yfxa19n3rvkilmkb74bj1ch7jmm8d6n";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "14n5996y8fpq19jfn5ahfliq4gk2ydi5l8zcq8agqqpg875hzzcw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -281890,6 +281991,8 @@ self: {
|
||||
pname = "willow";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1p47k0dsri76z6vpg59la3jm0smvmbh3qz0i0k0kz8ilc2sa65kn";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lybbskp6y4679qqbmz02w173mvhfry3gzj9cgfvq6dqccmfdndl";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring filepath hashable mtl text transformers
|
||||
|
Loading…
x
Reference in New Issue
Block a user