forked from mirrors/nixpkgs
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
14fd583715
commit
4eba052b8d
318
pkgs/development/haskell-modules/hackage-packages.nix
generated
318
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -11753,8 +11753,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "JuicyPixels";
|
||||
version = "3.3.6";
|
||||
sha256 = "1f8giivsqxma19ax78dr7j4gir12iyfqn2mlsd27zzl8dn7dy6w1";
|
||||
version = "3.3.7";
|
||||
sha256 = "1rrvapzcj0q8sigxq1zq2k4h88i1r2hyca4p7pkqa1b4pk6vhdny";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers deepseq mtl primitive
|
||||
transformers vector zlib
|
||||
|
@ -13570,22 +13570,24 @@ self: {
|
|||
}) {};
|
||||
|
||||
"MiniAgda" = callPackage
|
||||
({ mkDerivation, alex, array, base, containers, happy
|
||||
, haskell-src-exts, mtl, pretty
|
||||
({ mkDerivation, alex, array, base, containers, goldplate, happy
|
||||
, haskell-src-exts, mtl, pretty, process, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "MiniAgda";
|
||||
version = "0.2020.4.14";
|
||||
sha256 = "0fj0fk2i47yrfqiapl3wkj8n74rjpndvwxg2dzx3185glb06cjxj";
|
||||
version = "0.2022.3.11";
|
||||
sha256 = "1h1zcq3hsx8nxayzp3sa1qd1mlaigshqknkp3xn66yiv08f6vgmc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
executableHaskellDepends = [
|
||||
array base containers haskell-src-exts mtl pretty
|
||||
array base containers haskell-src-exts mtl pretty transformers
|
||||
];
|
||||
executableToolDepends = [ alex happy ];
|
||||
testHaskellDepends = [ base process ];
|
||||
testToolDepends = [ goldplate ];
|
||||
description = "A toy dependently typed programming language with type-based termination";
|
||||
license = "unknown";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
@ -30488,15 +30490,17 @@ self: {
|
|||
|
||||
"annotated-exception" = callPackage
|
||||
({ mkDerivation, base, containers, hspec, hspec-discover
|
||||
, safe-exceptions, text
|
||||
, safe-exceptions, text, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "annotated-exception";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "14xz652plw3m63ql9mcg41c2ffyc81zbhlp4r2v7dna8gm1i92ds";
|
||||
libraryHaskellDepends = [ base containers safe-exceptions text ];
|
||||
version = "0.1.2.0";
|
||||
sha256 = "01iilib225sjv69qy2dwafgg0xhv7jbmjqnpcdivn0w4bg7m6g6r";
|
||||
libraryHaskellDepends = [
|
||||
base containers safe-exceptions text unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers hspec safe-exceptions text
|
||||
base containers hspec safe-exceptions text unliftio-core
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Exceptions, with checkpoints and context";
|
||||
|
@ -33119,6 +33123,8 @@ self: {
|
|||
pname = "arion-compose";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "1pw0vqx1y3zgq303gdgd3vkz95mqrv8hl0pfkw6kyc49hj7l864y";
|
||||
revision = "1";
|
||||
editedCabalFile = "03pp8dhxdcjkxw2mxgy667p266chbsqn13vc900cccy3qibqqk6m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -40417,6 +40423,22 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bencoding-lens" = callPackage
|
||||
({ mkDerivation, base, bencoding, bytestring, cryptonite, hspec
|
||||
, http-conduit, lens
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bencoding-lens";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0n4igbdc2x2415giwpy4w9n54c54y2afw8bbrqjmp8ykcfjmqfzm";
|
||||
libraryHaskellDepends = [ base bencoding bytestring lens ];
|
||||
testHaskellDepends = [
|
||||
base bencoding cryptonite hspec http-conduit lens
|
||||
];
|
||||
description = "Lenses for bencoded data";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bento" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -76093,6 +76115,8 @@ self: {
|
|||
pname = "dhall-lsp-server";
|
||||
version = "1.1.0";
|
||||
sha256 = "1srxc0njiccl7z7yx1sx2ymr7hmljfxlghjg6qavcr90kc78hhwd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0rkh3x7l851fp4k6khvclmxy98ybv24fblv7kmlpjj13lh50w10k";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -78392,8 +78416,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "disco";
|
||||
version = "0.1.3.1";
|
||||
sha256 = "1sb1ppa6p47n8bfpmmlyylldkzh89wdmykg1biwn4757vf5dmp4a";
|
||||
version = "0.1.4";
|
||||
sha256 = "0njxqk4dqiz5xl7hpxa4d0mbz0kampvhq4qnfspihk4y5sa1qfg9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -89934,8 +89958,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "exitcode";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "10jixhjzph2jv9fr67jg2haknkjw39bsxzfpl5i560r243bh4gba";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "1dh1jpiy5av5w3zc8nlj2gy60v29xh31xshkjsxyyz6799pr3yvh";
|
||||
libraryHaskellDepends = [
|
||||
base lens mmorph mtl semigroupoids semigroups transformers
|
||||
];
|
||||
|
@ -103918,6 +103942,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ghc-corroborate" = callPackage
|
||||
({ mkDerivation, base, ghc, ghc-tcplugins-extra }:
|
||||
mkDerivation {
|
||||
pname = "ghc-corroborate";
|
||||
version = "0.1.0";
|
||||
sha256 = "0p7vnn0hyyk5d1bm10hxckzh8dga9b39n4cmcbfdb6h5schgcjdy";
|
||||
libraryHaskellDepends = [ base ghc ghc-tcplugins-extra ];
|
||||
description = "An flatter API for GHC typechecker plugins";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"ghc-datasize" = callPackage
|
||||
({ mkDerivation, base, deepseq, ghc-prim }:
|
||||
mkDerivation {
|
||||
|
@ -104554,14 +104589,14 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-lib-parser-ex_9_2_0_2" = callPackage
|
||||
"ghc-lib-parser-ex_9_2_0_3" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, extra
|
||||
, filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib-parser-ex";
|
||||
version = "9.2.0.2";
|
||||
sha256 = "0hw0xypixij596y8w1ldsyxbvlj0cabf9ysy16pqavzk3fc6h6z4";
|
||||
version = "9.2.0.3";
|
||||
sha256 = "178cgr279716gpnlsky99qasmk9jma2jdsk8xfnhk6ibm1p5gfbv";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers ghc-lib-parser uniplate
|
||||
];
|
||||
|
@ -112504,8 +112539,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "google-server-api";
|
||||
version = "0.3.3.1";
|
||||
sha256 = "17lsjlfkr3crxyxhj7w77ga7h7c6va6z5qmyvmhwapmym1zmsqrs";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "064y4rw4dpx3k9h7p8pwzydkrbh5ljnqgzlxdsgis665hh4kp0rr";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-casing base base64-bytestring bytestring HsOpenSSL
|
||||
http-api-data http-client http-client-tls http-media mime-mail
|
||||
|
@ -129220,8 +129255,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hercules-ci-agent";
|
||||
version = "0.8.6";
|
||||
sha256 = "1i4fa84cnwvbwkwfmvvzfyi27h2df3xn0jw0ww78r5cjnslg55ms";
|
||||
version = "0.8.7";
|
||||
sha256 = "1yjcvrwvicipcipl3lcv2x1835hydprhf9ihi8b9rmq7mc7lg6i0";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ];
|
||||
|
@ -129303,8 +129338,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hercules-ci-api-agent";
|
||||
version = "0.4.1.1";
|
||||
sha256 = "0v9fw4vqmv8vxsgrk01prwb9n7d3zpk50366b3c8sqr5xhss9vj5";
|
||||
version = "0.4.1.2";
|
||||
sha256 = "137yhmxqjpfbkka4iv7f9d2ib7scrghb90mz462j0danmgwnybm8";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring-type bytestring containers cookie
|
||||
deepseq exceptions hashable hercules-ci-api-core http-api-data
|
||||
|
@ -129360,8 +129395,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hercules-ci-cli";
|
||||
version = "0.2.5";
|
||||
sha256 = "0c905a1sszbl9pmfi98ml0hac5v3sbi3zyb7m4h6jcgkya7xzr2a";
|
||||
version = "0.2.6";
|
||||
sha256 = "1dvn1h5qpfsqqxk0xlyfm94pqhjcwlh3dh25gicwa4bz804xm0kj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -129396,8 +129431,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hercules-ci-cnix-expr";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0h8nn5an1s35ahv7s12g55f0r94gli6ba9c6m5xzlc2ywxbgzs60";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "1jfqnm658xs2pgw9ayjll91hvp9ww5y8ibiy7c24dc6g4lqvf171";
|
||||
setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ];
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring conduit containers exceptions
|
||||
|
@ -151250,8 +151285,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "incipit";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "18chlrsf93mk5x6r2kcx6z0zbhyc760dvm55vhg027kq0g1cf5kv";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1c2p9arg4n69nyxgjkqqn0smxkx86lvvz8psx2ganlm2c17yg1r7";
|
||||
libraryHaskellDepends = [
|
||||
base incipit-core polysemy-conc polysemy-log polysemy-resume
|
||||
polysemy-time
|
||||
|
@ -151266,8 +151301,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "incipit-base";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1mn5gcgnzr1v6zkkym5xbshcxikpgp1h8rlw0bnhgmadvabq4bg6";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1a8ryvsr1vrdnjczzidw0inzz6dpwfavwwv1a5wv649rnfgj15yq";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers data-default stm text
|
||||
];
|
||||
|
@ -151279,8 +151314,8 @@ self: {
|
|||
({ mkDerivation, base, incipit-base, polysemy }:
|
||||
mkDerivation {
|
||||
pname = "incipit-core";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "11yqbfaqnlpd6ys4l2wkww1fh6jmn01za514szgf07jkwx1svjli";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "02qjcmiz6pyqqqmzq1im2ylcn5dy4bkk8inkb8kdnzf866l14vd7";
|
||||
libraryHaskellDepends = [ base incipit-base polysemy ];
|
||||
description = "A Prelude for Polysemy";
|
||||
license = "BSD-2-Clause-Patent";
|
||||
|
@ -151387,8 +151422,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "incremental-parser";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "15437dkn8j17ba71c3h6ck2f6sbnmp3acg2grg97awb962azm9fj";
|
||||
version = "0.5.0.3";
|
||||
sha256 = "11qzq2knpv0h8m1qfd6byqq5kbzxiz91vcgaicm1mlj0m554wlrs";
|
||||
libraryHaskellDepends = [
|
||||
base input-parsers monoid-subclasses parsers rank2classes
|
||||
transformers
|
||||
|
@ -173523,8 +173558,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lumberjack";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "0m0xyy42d2ibmnyhixf5hs65a2b1fhbjzx5j3430wcvzb4h71fdc";
|
||||
version = "1.0.1.0";
|
||||
sha256 = "0xyza6k73cnqldzqaaqrrx33lwk75gd6qkp85b7byckdkvyy8akh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -178374,6 +178409,23 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"memory_0_17_0" = callPackage
|
||||
({ mkDerivation, base, basement, bytestring, deepseq, foundation
|
||||
, ghc-prim
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "memory";
|
||||
version = "0.17.0";
|
||||
sha256 = "0yl3ivvn7i9wbx910b7bzj9c3g0jjjk91j05wj74qb5zx2yyf9rk";
|
||||
libraryHaskellDepends = [
|
||||
base basement bytestring deepseq ghc-prim
|
||||
];
|
||||
testHaskellDepends = [ base basement bytestring foundation ];
|
||||
description = "memory and related abstraction stuff";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"memory-cd" = callPackage
|
||||
({ mkDerivation, base, basement-cd, bytestring, deepseq, foundation
|
||||
, ghc-prim, memory
|
||||
|
@ -192835,10 +192887,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "nix-diff";
|
||||
version = "1.0.17";
|
||||
sha256 = "1jv7gqa081fjkf36l7868slpqr9qf0jd65s3wr24h5q1jlbcnfk2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0g222kd1whm4rpxy75jcsv5zgbw4cj8wfb46labxpvd37n7q598m";
|
||||
version = "1.0.18";
|
||||
sha256 = "0pqz207zywcs38w8yaq5qgbsps7vx0zf2wykaxq9zs43d74ygh64";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
@ -194470,8 +194520,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "nri-test-encoding";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "1b2k4g1vm3mc72g4j979pk5y9jqn4y1aa394wfzwck7n1jhg8rzb";
|
||||
version = "0.1.1.3";
|
||||
sha256 = "03nvsncnhln3hyv32l2sq3l5v8pd59x48cch9861qg704jdkv4yi";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring filepath nri-prelude nri-redis
|
||||
servant servant-auth-server servant-server text
|
||||
|
@ -195394,32 +195444,61 @@ self: {
|
|||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"nyan-interpolation" = callPackage
|
||||
({ mkDerivation, base, fmt, haskell-src-exts, haskell-src-meta
|
||||
, HUnit, nyan-interpolation-core, tasty, tasty-discover
|
||||
, tasty-hunit-compat, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nyan-interpolation";
|
||||
version = "0.9";
|
||||
sha256 = "0asxwpi2csj3rsb69r0brlmx97740jzn2bh161997q303v3vanwl";
|
||||
libraryHaskellDepends = [
|
||||
base fmt haskell-src-exts haskell-src-meta nyan-interpolation-core
|
||||
template-haskell text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base fmt haskell-src-exts haskell-src-meta HUnit
|
||||
nyan-interpolation-core tasty tasty-hunit-compat template-haskell
|
||||
text
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "Flexible production-scale string interpolation library";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"nyan-interpolation-core" = callPackage
|
||||
({ mkDerivation, base, doctest-parallel, fmt, HUnit, megaparsec
|
||||
, mtl, process, tasty, tasty-discover, tasty-hunit-compat
|
||||
, template-haskell, text, vector
|
||||
({ mkDerivation, base, fmt, HUnit, megaparsec, mtl, tasty
|
||||
, tasty-discover, tasty-hunit-compat, template-haskell, text
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nyan-interpolation-core";
|
||||
version = "0.9";
|
||||
sha256 = "0anisbzp6rxhy2vr2jsirzrks2bfv4pal5aca1gfmgi9phh50bry";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
version = "0.9.0.1";
|
||||
sha256 = "0sxrzqja67xgp3lm15s6qmm040b76kkwyvwvmqbk012j0pac1fh2";
|
||||
libraryHaskellDepends = [
|
||||
base fmt megaparsec mtl process template-haskell text vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base fmt megaparsec mtl process template-haskell text vector
|
||||
base fmt megaparsec mtl template-haskell text vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base doctest-parallel fmt HUnit megaparsec mtl process tasty
|
||||
tasty-hunit-compat template-haskell text vector
|
||||
base fmt HUnit megaparsec mtl tasty tasty-hunit-compat
|
||||
template-haskell text vector
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "Customize your nyan interpolator!";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"nyan-interpolation-simple" = callPackage
|
||||
({ mkDerivation, base, nyan-interpolation-core, text }:
|
||||
mkDerivation {
|
||||
pname = "nyan-interpolation-simple";
|
||||
version = "0.9";
|
||||
sha256 = "0i3x0caqsvwx21h847icfdj197gvpr7xvpglyg6z5jzcjy45b0qz";
|
||||
libraryHaskellDepends = [ base nyan-interpolation-core text ];
|
||||
description = "Simplified lightweight interpolation";
|
||||
license = lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"nylas" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, lens, lens-aeson, pipes
|
||||
, pipes-aeson, pipes-bytestring, pipes-http, pipes-parse, text
|
||||
|
@ -201400,6 +201479,8 @@ self: {
|
|||
pname = "pantry";
|
||||
version = "0.5.2.1";
|
||||
sha256 = "0g1v78mgxa6mn0vm6yii3nzfdwpn4hgrlcld1h3mbwaxn6c8116k";
|
||||
revision = "1";
|
||||
editedCabalFile = "15gyndsfckzc0iz5bhh4hbiszcyv1mp65445f4mmf6b6pfcq7qag";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring Cabal casa-client casa-types
|
||||
conduit conduit-extra containers cryptonite cryptonite-conduit
|
||||
|
@ -205917,6 +205998,33 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"persistent-mysql_2_13_1_1" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
||||
, containers, fast-logger, hspec, http-api-data, HUnit
|
||||
, monad-logger, mysql, mysql-simple, path-pieces, persistent
|
||||
, persistent-qq, persistent-test, QuickCheck, quickcheck-instances
|
||||
, resource-pool, resourcet, text, time, transformers, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-mysql";
|
||||
version = "2.13.1.1";
|
||||
sha256 = "1g2gx9qryraqbwbf1mni4p1p8fbi36a479dqfgn98y1p4sv1qvyx";
|
||||
libraryHaskellDepends = [
|
||||
aeson base blaze-builder bytestring conduit containers monad-logger
|
||||
mysql mysql-simple persistent resource-pool resourcet text
|
||||
transformers unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring conduit containers fast-logger hspec
|
||||
http-api-data HUnit monad-logger mysql path-pieces persistent
|
||||
persistent-qq persistent-test QuickCheck quickcheck-instances
|
||||
resourcet text time transformers unliftio-core
|
||||
];
|
||||
description = "Backend for the persistent library using MySQL database server";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"persistent-mysql-haskell" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, conduit, containers
|
||||
, fast-logger, hspec, HUnit, io-streams, monad-logger
|
||||
|
@ -211351,8 +211459,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-chronos";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "087fys4lsk87mc7w6nq30l8lj1rx54rbr85d1n28ghsakyz70l3x";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0wcd9g5ad846s2z7i10krphlks1n7ywlcs64aqv91yxlxfnlb9d8";
|
||||
libraryHaskellDepends = [
|
||||
base chronos incipit-core polysemy-time
|
||||
];
|
||||
|
@ -211370,8 +211478,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-conc";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "03h8q2mrkx0x5lyd26csygjg0yxlhlyz01xh3llmb45wzrh1cz4c";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "0jr5wh0sxbymz4p9x2p86cm9djr8bybss747xx9c778va0vgcncg";
|
||||
libraryHaskellDepends = [
|
||||
async base containers incipit-core polysemy polysemy-resume
|
||||
polysemy-time stm stm-chans torsor unagi-chan unix
|
||||
|
@ -211515,8 +211623,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "00yhgc08afnhrfj2dm98is9jlcg81mcsm507li3g472z7sxxpgsh";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "04fghlmqimcc4wm9qbmbjxcvzjrhdijg5h0f135yqlc598f0ny9i";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal async base incipit-core polysemy polysemy-conc
|
||||
polysemy-time stm time
|
||||
|
@ -211536,8 +211644,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log-co";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0ka17hqjhhfv9vgw75d65h3savjymslmm6rf14bwp12fwgzrikiz";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "0b3fi8ql4vj13ijg2f6xay50wp26ypdbifwrahg29sibx77qp5lr";
|
||||
libraryHaskellDepends = [
|
||||
base co-log co-log-polysemy incipit-core polysemy polysemy-conc
|
||||
polysemy-log polysemy-time stm
|
||||
|
@ -211558,8 +211666,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-log-di";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0l722i4hgls71l69k6bpajsd2b2492phc1xazfrz5zkgxg1qikns";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "016nicml88ahpkz3jj7r29f7v6bkch4pci2iwfx8iwx48g6hkq9w";
|
||||
libraryHaskellDepends = [
|
||||
base di-polysemy incipit-core polysemy polysemy-conc polysemy-log
|
||||
polysemy-time stm
|
||||
|
@ -211713,19 +211821,20 @@ self: {
|
|||
"polysemy-process" = callPackage
|
||||
({ mkDerivation, base, incipit-core, path, path-io, polysemy
|
||||
, polysemy-conc, polysemy-plugin, polysemy-resume, polysemy-test
|
||||
, posix-pty, process, stm-chans, tasty, typed-process, unix
|
||||
, polysemy-time, posix-pty, process, stm-chans, tasty
|
||||
, typed-process, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-process";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "1n3acax1ym2qs09yn666g3vyclk7w53s75jf5zziff3hmlvykv65";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "0g1rmii4jnffl2f4ziibw62nkgzl92wf4pvq0fvzwkm01rpm9frz";
|
||||
libraryHaskellDepends = [
|
||||
base incipit-core path path-io polysemy polysemy-conc
|
||||
polysemy-resume posix-pty process stm-chans typed-process unix
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base incipit-core polysemy polysemy-conc polysemy-plugin
|
||||
polysemy-resume polysemy-test tasty typed-process
|
||||
polysemy-resume polysemy-test polysemy-time tasty typed-process
|
||||
];
|
||||
description = "Polysemy Effects for System Processes";
|
||||
license = "BSD-2-Clause-Patent";
|
||||
|
@ -211774,8 +211883,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-resume";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "09vvj3rjc4bcgfz58bfisc0261vgwwd3xg7xvr6d1iwfn0xk3grr";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1lxg2xf6lvw692w8sqr4jgxx02pmzq5rym3ch9rydca3mb3gkz73";
|
||||
libraryHaskellDepends = [
|
||||
base incipit-core polysemy transformers
|
||||
];
|
||||
|
@ -211819,8 +211928,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-test";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0lp0k85w48ni6m7dmkp7n12wam0qkw2hi96qpricxm0q3gf7ql33";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0bmqphkv15p638wwz80rp6vfzvyj94q3i4clda1vn8fwgqd6pmwv";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base hedgehog incipit-core path path-io polysemy tasty
|
||||
|
@ -211839,8 +211948,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "polysemy-time";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1sqbdddy6dy03nf78s27d9zwm6l1v7dywwv0h77m4szzamxdr8cq";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0smcc375x4jdhc63fk44fp3bhfdaiszf9w6nk1ww1jl29gm3lamb";
|
||||
libraryHaskellDepends = [
|
||||
aeson base incipit-core stm template-haskell time torsor
|
||||
];
|
||||
|
@ -233593,6 +233702,20 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rungekutta2" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "rungekutta2";
|
||||
version = "1.0.3";
|
||||
sha256 = "1mg2im5xxgbybzy7cafg467378bn8a8jzvcwlc9zf1lkmlqbg63q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
executableHaskellDepends = [ base ];
|
||||
description = "Explicit Runge-Kutta methods of various orders (fork of 'rungekutta')";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"runghc" = callPackage
|
||||
({ mkDerivation, base, cmdargs, directory, filepath, old-time
|
||||
, process
|
||||
|
@ -241024,8 +241147,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-pagination";
|
||||
version = "2.4.2";
|
||||
sha256 = "050ixkfqrfjvgz293q91iw0v6a4xfan0n0gn7pq3yh2dndz4if3a";
|
||||
version = "2.5.0";
|
||||
sha256 = "1ia17r5mlm20cdiswh95q4mbm6kgsjba1vpzyh07yfz998dax6y3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -259130,15 +259253,15 @@ self: {
|
|||
|
||||
"submark" = callPackage
|
||||
({ mkDerivation, base, cmark, hlint, hspec, optparse-applicative
|
||||
, template-haskell, text
|
||||
, regex-tdfa, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "submark";
|
||||
version = "0.2.0";
|
||||
sha256 = "1s30v6iwjxnr89q5b60xnq3cd7b77f2548vxzr2wh7087fpvcyz0";
|
||||
version = "0.3.0";
|
||||
sha256 = "0w86hx9rjrqmhq1icqrg87n9sfchdi8jar38pmzhlkwlmlbnxndr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base cmark text ];
|
||||
libraryHaskellDepends = [ base cmark regex-tdfa text ];
|
||||
executableHaskellDepends = [
|
||||
base cmark optparse-applicative text
|
||||
];
|
||||
|
@ -264139,6 +264262,23 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tasty-hedgehog_1_2_0_0" = callPackage
|
||||
({ mkDerivation, base, hedgehog, tagged, tasty
|
||||
, tasty-expected-failure
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tasty-hedgehog";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "0bqaxchadvrgphv46g9fczg8b1gg832n7np3czqribxma6rhsrfd";
|
||||
libraryHaskellDepends = [ base hedgehog tagged tasty ];
|
||||
testHaskellDepends = [
|
||||
base hedgehog tasty tasty-expected-failure
|
||||
];
|
||||
description = "Integration for tasty and hedgehog";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-hedgehog-coverage" = callPackage
|
||||
({ mkDerivation, base, containers, hedgehog, mtl, tagged, tasty
|
||||
, tasty-expected-failure, tasty-hedgehog, text, transformers
|
||||
|
@ -267731,6 +267871,8 @@ self: {
|
|||
pname = "text-icu";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "0s9gcd9lcrhk92ydhizyk0vbpf542ipc4hj60fa02b2g2x9q93ij";
|
||||
revision = "2";
|
||||
editedCabalFile = "0s0n9l682ffigfqbzb1adw63pj9iyvalv45kp9kxqwbj5yibblbc";
|
||||
libraryHaskellDepends = [ base bytestring deepseq text ];
|
||||
librarySystemDepends = [ icu ];
|
||||
testHaskellDepends = [
|
||||
|
@ -267752,6 +267894,8 @@ self: {
|
|||
pname = "text-icu";
|
||||
version = "0.8.0.1";
|
||||
sha256 = "1bxhaxyvhag26airz870lc6rjlf14xigdx3cml13kp7bshwgl7wi";
|
||||
revision = "2";
|
||||
editedCabalFile = "0j9l87xg5xp33n31ln16qj6gzw4xzvs0cd3bfvjiw7x8wy8irli2";
|
||||
libraryHaskellDepends = [ base bytestring deepseq text time ];
|
||||
librarySystemDepends = [ icu ];
|
||||
libraryPkgconfigDepends = [ icu-i18n ];
|
||||
|
@ -272644,8 +272788,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "tonatona-google-server-api";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "1kw2i4il75kzgxim53phdb07gd1axadh262k3g4639kakij7giif";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "01ilskcr8k219vijd3zkzy6lpzavqv36j3vxbx1hrms0hylnydah";
|
||||
libraryHaskellDepends = [
|
||||
base google-server-api monad-logger persistent persistent-sqlite
|
||||
resource-pool servant-client tonalude tonaparser tonatona
|
||||
|
|
Loading…
Reference in a new issue