forked from mirrors/nixpkgs
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-5-g7c30584 from Hackage revision
fa1cee3827
.
This commit is contained in:
parent
e6ba9abcef
commit
ffbf8ba912
315
pkgs/development/haskell-modules/hackage-packages.nix
generated
315
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -36966,6 +36966,19 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"base16-bytestring_0_1_1_7" = callPackage
|
||||
({ mkDerivation, base, bytestring, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "base16-bytestring";
|
||||
version = "0.1.1.7";
|
||||
sha256 = "1fk9zvkx005sy4adbyil86svnqhgrvmczmf16ajhzj2wkmkqjmjj";
|
||||
libraryHaskellDepends = [ base bytestring ghc-prim ];
|
||||
testHaskellDepends = [ base bytestring ];
|
||||
description = "Fast base16 (hex) encoding and decoding for ByteStrings";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"base16-lens" = callPackage
|
||||
({ mkDerivation, base, base16, bytestring, Cabal, cabal-doctest
|
||||
, doctest, lens, text
|
||||
|
@ -52949,19 +52962,20 @@ self: {
|
|||
}) {};
|
||||
|
||||
"circular" = callPackage
|
||||
({ mkDerivation, aeson, base, hspec, hspec-discover, QuickCheck
|
||||
, quickcheck-instances, vector
|
||||
({ mkDerivation, aeson, base, criterion, hspec, hspec-discover
|
||||
, QuickCheck, quickcheck-instances, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "circular";
|
||||
version = "0.1.0";
|
||||
sha256 = "106kfb45dp8ys739g0k69n66j1wydfzhj6vhxy9fgzkajcc0q37b";
|
||||
version = "0.1.1";
|
||||
sha256 = "0kj9sfal78k0ba5djq10xddy2h8lq0grf5cknwcr96j555nlwhk9";
|
||||
libraryHaskellDepends = [ aeson base vector ];
|
||||
testHaskellDepends = [
|
||||
aeson base hspec hspec-discover QuickCheck quickcheck-instances
|
||||
vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
benchmarkHaskellDepends = [ aeson base criterion vector ];
|
||||
description = "Circular fixed-sized mutable vectors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -56881,8 +56895,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "commander-cli";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0brs8irdshp1mhrp5xmj608c7n80nlkxz2kp3dc7b69wzs0k40k7";
|
||||
version = "0.6.1.0";
|
||||
sha256 = "0macdmhzkg101gb1fddrs0wz4i318cxjfbhli6cib4h7ril3pvbp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -59195,16 +59209,35 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"conferer_0_4_1_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, deepseq, directory
|
||||
, hspec, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer";
|
||||
version = "0.4.1.1";
|
||||
sha256 = "1fi3sflfkzgxzjv5s0w6ja9dqrlc72lli382j6phqdw3h4qja10d";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers directory text
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers deepseq directory hspec text
|
||||
];
|
||||
description = "Configuration management library";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"conferer-hedis" = callPackage
|
||||
({ mkDerivation, base, conferer, hedis, hspec, text }:
|
||||
mkDerivation {
|
||||
pname = "conferer-hedis";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0w6ndawqcc25kq3jzlr907pga69php06sfnmkm2dnw5sw4ws5766";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0drsyagkdzlkrrq0x43j72804x1i3p4b9pjyqff5jdrr8h9jrv37";
|
||||
libraryHaskellDepends = [ base conferer hedis text ];
|
||||
testHaskellDepends = [ base conferer hedis hspec text ];
|
||||
description = "conferer's FromConfig instances for hedis settings";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
@ -59221,6 +59254,19 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"conferer-hspec_0_4_0_1" = callPackage
|
||||
({ mkDerivation, base, conferer, hspec, hspec-core, text }:
|
||||
mkDerivation {
|
||||
pname = "conferer-hspec";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1g2dglsvj7caqrvbg1yc08j98ljf71l885kxmmk469ab07j1c5sz";
|
||||
libraryHaskellDepends = [ base conferer hspec-core text ];
|
||||
testHaskellDepends = [ base conferer hspec hspec-core text ];
|
||||
description = "conferer's FromConfig instances for hspec Config";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"conferer-provider-dhall" = callPackage
|
||||
({ mkDerivation, base, bytestring, conferer, conferer-provider-json
|
||||
, dhall, dhall-json, directory, hspec, text
|
||||
|
@ -59289,8 +59335,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer-snap";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1k7pnk3jlrrgky7fb3bf397w5ad9qkh2k42bw5777s35ni3v7955";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1z5p8zchykp8fc7lag3mi32z4wzb0bxcw5p4j3ya57bqs2xhhsdd";
|
||||
libraryHaskellDepends = [
|
||||
base conferer snap-core snap-server text
|
||||
];
|
||||
|
@ -59298,7 +59344,7 @@ self: {
|
|||
base conferer hspec snap-core snap-server text
|
||||
];
|
||||
description = "conferer's FromConfig instances for snap Config";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
@ -59309,8 +59355,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer-source-dhall";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0s3f0r9q16b08g6kv7vbk7hy48a6bgf5xqalw7n9zkmn4i6qb2cf";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "00i3sk948bg6brf97m41n9s4da4m25n220l5gkddb589li0lq0rk";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring conferer conferer-source-json dhall dhall-json
|
||||
directory text
|
||||
|
@ -59320,7 +59366,7 @@ self: {
|
|||
directory hspec text
|
||||
];
|
||||
description = "Configuration for reading dhall files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"conferer-source-json" = callPackage
|
||||
|
@ -59343,13 +59389,34 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"conferer-source-json_0_4_0_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-qq, base, bytestring, conferer
|
||||
, directory, hspec, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer-source-json";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "01kfm771qks7b66z0nlv2b108r002xv8bzacr9p6ih7nsbcbiqdn";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring conferer directory text unordered-containers
|
||||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-qq base bytestring conferer directory hspec text
|
||||
unordered-containers vector
|
||||
];
|
||||
description = "conferer's source for reading json files";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"conferer-source-yaml" = callPackage
|
||||
({ mkDerivation, base, conferer, conferer-source-json, hspec, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer-source-yaml";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1cpq88z525fw0zabvn4m14shp0pvbchzbmhiby4cyp7qzb5cjiyn";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0ydciicxd7lxz2b6jmcc8ipyp99rp9gr9s2s2fnhmnhjv0xw6d7a";
|
||||
libraryHaskellDepends = [
|
||||
base conferer conferer-source-json yaml
|
||||
];
|
||||
|
@ -59357,7 +59424,7 @@ self: {
|
|||
base conferer conferer-source-json hspec yaml
|
||||
];
|
||||
description = "Configuration for reading yaml files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"conferer-warp" = callPackage
|
||||
|
@ -59375,6 +59442,22 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"conferer-warp_0_4_0_1" = callPackage
|
||||
({ mkDerivation, base, conferer, hspec, http-types, text, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conferer-warp";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1swvrkfqvpnpw2nihqzgn8rxv0pfbc9cl8wlyfshrqirjm0lhbj3";
|
||||
libraryHaskellDepends = [ base conferer http-types text wai warp ];
|
||||
testHaskellDepends = [
|
||||
base conferer hspec http-types text wai warp
|
||||
];
|
||||
description = "conferer's FromConfig instances for warp settings";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"confetti" = callPackage
|
||||
({ mkDerivation, base, cmdargs, directory, filepath, MissingH
|
||||
, tasty, tasty-hunit, tasty-smallcheck, text, time, unix, yaml
|
||||
|
@ -67830,8 +67913,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "dataflower";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "19b265w70dcaw5xw9y0bhvfng0yyywm8my3c0rp0jqdwacp7c126";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "14pypk9lv5fri55waigl5526nq9rrbk4q3i5nxn4cyxra4gk3946";
|
||||
libraryHaskellDepends = [
|
||||
base hashable mtl pretty-show stm time transformers vector
|
||||
];
|
||||
|
@ -70219,6 +70302,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"derive-lifted-instances" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "derive-lifted-instances";
|
||||
version = "0";
|
||||
sha256 = "0giq1w0k3w45blb51v7inbwffq47jhj6mw4ck59c91mxpc4y163i";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
description = "Derive class instances though various kinds of lifting";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"derive-monoid" = callPackage
|
||||
({ mkDerivation, base, semigroups, template-haskell }:
|
||||
mkDerivation {
|
||||
|
@ -76564,6 +76658,21 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"drunken-bishop" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, pureMD5 }:
|
||||
mkDerivation {
|
||||
pname = "drunken-bishop";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "114728h8zznmjygp1ddjnkklk0pcs8w7in7698k9xi54j6v467gy";
|
||||
revision = "1";
|
||||
editedCabalFile = "1iaq53nvyzh84g91a6p7y4m38v0mcqpw1c18s2fxlzb5zg342zqi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ array base bytestring pureMD5 ];
|
||||
description = "An implementation of the Drunken Bishop visual fingerprinting algorithm";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ds-kanren" = callPackage
|
||||
({ mkDerivation, base, containers, logict, QuickCheck, tasty
|
||||
, tasty-quickcheck
|
||||
|
@ -91217,16 +91326,17 @@ self: {
|
|||
}) {};
|
||||
|
||||
"free-functors" = callPackage
|
||||
({ mkDerivation, algebraic-classes, base, bifunctors, comonad
|
||||
, contravariant, profunctors, template-haskell, transformers
|
||||
({ mkDerivation, base, bifunctors, comonad, contravariant
|
||||
, derive-lifted-instances, profunctors, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "free-functors";
|
||||
version = "1.0.1";
|
||||
sha256 = "1y1cmm4z5s5a1ivs30vwb2rbgc9q24y6z2a9in3azwpgfb1x4fw0";
|
||||
version = "1.1.1";
|
||||
sha256 = "0bk985q1663rsgmkr08x6zr5yqvf84g0w7450qzccivis4wc5hp2";
|
||||
libraryHaskellDepends = [
|
||||
algebraic-classes base bifunctors comonad contravariant profunctors
|
||||
template-haskell transformers
|
||||
base bifunctors comonad contravariant derive-lifted-instances
|
||||
profunctors template-haskell transformers
|
||||
];
|
||||
description = "Free functors, adjoint to functors that forget class constraints";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -105863,21 +105973,22 @@ self: {
|
|||
"graphql" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, hspec, hspec-expectations
|
||||
, hspec-megaparsec, megaparsec, parser-combinators, QuickCheck
|
||||
, raw-strings-qq, text, transformers, unordered-containers
|
||||
, raw-strings-qq, scientific, text, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "graphql";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "03bfg4whf7blf91x0h4qk6q7f1j7nfvhmqh4ggpnbyxdbyzx9sk4";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "08xi2q8jzk78a62q5qbi8i2d2kq0qcn0dzdx1haq2c4qjsf09798";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers megaparsec parser-combinators text
|
||||
transformers unordered-containers
|
||||
aeson base containers megaparsec parser-combinators scientific text
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base containers hspec hspec-expectations hspec-megaparsec
|
||||
megaparsec parser-combinators QuickCheck raw-strings-qq text
|
||||
transformers unordered-containers
|
||||
megaparsec parser-combinators QuickCheck raw-strings-qq scientific
|
||||
text transformers unordered-containers vector
|
||||
];
|
||||
description = "Haskell GraphQL implementation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -116192,8 +116303,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.32.2";
|
||||
sha256 = "08skvs3b6yfrz78g49m6c70i06wcs2ihfr5p1wq98fg11vk7xvla";
|
||||
version = "0.32.3";
|
||||
sha256 = "18wvxjlfq2rj521ddfk2chkvxc9yvqk2lpm0xychpl9hxcnr8ghq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -116233,8 +116344,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.32.2";
|
||||
sha256 = "0xdjzigkygapx3r374ds11gnschddhiyacxx49xsybmhfxlhsdj7";
|
||||
version = "0.32.3";
|
||||
sha256 = "1f91llj13qv5cmwbsm1sa5lri1ggcb9a3z35d5fyvvfdmb9gmr7a";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal containers data-default deepseq
|
||||
hashable haskoin-core http-client http-types lens mtl network
|
||||
|
@ -154119,8 +154230,8 @@ self: {
|
|||
pname = "lens-process";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "1bv6z7309bq9jv2lzr79bcbwg1pkhy728pnrjnl3c3nv807a3igk";
|
||||
revision = "1";
|
||||
editedCabalFile = "0cfh8yw9b88jvhq6plk9i79akq4w7bpmy6w6f7wjji0lv1mkj15m";
|
||||
revision = "2";
|
||||
editedCabalFile = "1l71hi0a5yn5x9w4br5bzypa25zdlqw6jcb69z3bhb6dx53197ma";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [ base filepath lens process ];
|
||||
testHaskellDepends = [
|
||||
|
@ -156615,6 +156726,27 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"linenoise_0_3_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, exceptions, mtl, text
|
||||
, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "linenoise";
|
||||
version = "0.3.2";
|
||||
sha256 = "0hs910k358mfx1s1cmrc76f8ra3r34748h22m68a64mspibd2frx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exceptions mtl text unliftio-core
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base bytestring exceptions mtl text unliftio-core
|
||||
];
|
||||
description = "A lightweight readline-replacement library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lines-of-action" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, safe }:
|
||||
mkDerivation {
|
||||
|
@ -171864,8 +171996,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mssql-simple";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "1ijaxamabxwabyvh30blscxxgpbmr55far373nhn98w224b1jddy";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "1qrbrvk4df7179zpjngq6r0xvy3jfv4r1vh88m7knzm75wkg77xx";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring hostname ms-tds mtl network template-haskell
|
||||
text time tls uuid-types
|
||||
|
@ -197943,6 +198075,32 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"prettyprinter_1_6_2" = callPackage
|
||||
({ mkDerivation, ansi-wl-pprint, base, base-compat, bytestring
|
||||
, containers, deepseq, doctest, gauge, mtl, pgp-wordlist
|
||||
, QuickCheck, quickcheck-instances, random, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "prettyprinter";
|
||||
version = "1.6.2";
|
||||
sha256 = "023hfz75xgvyymbipyph7xmaaki2d5qa6fh4lx9adl1h4s8g34yi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base text ];
|
||||
testHaskellDepends = [
|
||||
base bytestring doctest pgp-wordlist QuickCheck
|
||||
quickcheck-instances tasty tasty-hunit tasty-quickcheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
ansi-wl-pprint base base-compat containers deepseq gauge mtl
|
||||
QuickCheck random text transformers
|
||||
];
|
||||
description = "A modern, easy to use, well-documented, extensible pretty-printer";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"prettyprinter-ansi-terminal" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, doctest, prettyprinter, text
|
||||
}:
|
||||
|
@ -209189,6 +209347,35 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"registry_0_1_9_0" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, containers, directory
|
||||
, exceptions, generic-lens, hashable, hedgehog, io-memoize, mmorph
|
||||
, MonadRandom, mtl, multimap, protolude, random, resourcet
|
||||
, semigroupoids, semigroups, tasty, tasty-discover, tasty-hedgehog
|
||||
, tasty-th, template-haskell, text, transformers-base, universum
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "registry";
|
||||
version = "0.1.9.0";
|
||||
sha256 = "0vblhmqjgx8h3jkqq1ch3iy2dg8xgqxj1jhnhsln3l0kzyh1d5wj";
|
||||
libraryHaskellDepends = [
|
||||
base containers exceptions hashable mmorph mtl protolude resourcet
|
||||
semigroupoids semigroups template-haskell text transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base bytestring containers directory exceptions generic-lens
|
||||
hashable hedgehog io-memoize mmorph MonadRandom mtl multimap
|
||||
protolude random resourcet semigroupoids semigroups tasty
|
||||
tasty-discover tasty-hedgehog tasty-th template-haskell text
|
||||
transformers-base universum
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "data structure for assembling components";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"registry-hedgehog" = callPackage
|
||||
({ mkDerivation, base, containers, generic-lens, hedgehog, mmorph
|
||||
, multimap, protolude, registry, tasty, tasty-discover
|
||||
|
@ -210425,14 +210612,14 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"repline_0_3_0_0" = callPackage
|
||||
"repline_0_4_0_0" = callPackage
|
||||
({ mkDerivation, base, containers, exceptions, haskeline, mtl
|
||||
, process
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "repline";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0niihfyggg2qisadg7w49cr5k5qyyynia93iip0ng2bbmzwi88g8";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1dspwi28krinkxdd7waq4y6plz0dfmzz72885p9pcqp1r14qrhj3";
|
||||
libraryHaskellDepends = [
|
||||
base containers exceptions haskeline mtl process
|
||||
];
|
||||
|
@ -224164,6 +224351,30 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"shell-conduit_5_0_0" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, conduit, conduit-extra
|
||||
, directory, filepath, hspec, hspec-expectations, monads-tf
|
||||
, process, resourcet, semigroups, split, template-haskell, text
|
||||
, transformers, unix, unliftio
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shell-conduit";
|
||||
version = "5.0.0";
|
||||
sha256 = "02zilgrb64x0rk4b4bihprwq9fr5gydzj003y3fq8ryf7r60g41w";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring conduit conduit-extra directory filepath
|
||||
monads-tf process resourcet semigroups split template-haskell text
|
||||
transformers unix unliftio
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring conduit conduit-extra hspec hspec-expectations
|
||||
template-haskell
|
||||
];
|
||||
description = "Write shell scripts with Conduit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"shell-escape" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers, vector }:
|
||||
mkDerivation {
|
||||
|
@ -238612,8 +238823,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "superrecord";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0l1zimami83701djj47nk3izb10m6jxszq52zwmb8411dbn9pclb";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "0dg1h7213vinlm6vmdr73xh81j0ysvs7mqmphwr58d3ymn12mfqa";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring constraints deepseq ghc-prim mtl text
|
||||
];
|
||||
|
@ -246879,15 +247090,15 @@ self: {
|
|||
}) {};
|
||||
|
||||
"theatre" = callPackage
|
||||
({ mkDerivation, base, base-prelude, contravariant, semigroups
|
||||
, slave-thread, unagi-chan
|
||||
({ mkDerivation, base, contravariant, semigroups, slave-thread
|
||||
, unagi-chan
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "theatre";
|
||||
version = "1";
|
||||
sha256 = "1jwa4851rvac084gb70bqfwarwv6rjhqcs7b48md5kaad3zvgbd2";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "0vcli8i0vrxv8fzjdyp684fvp7640xmwc3yawz12mfvxcpgrs2xq";
|
||||
libraryHaskellDepends = [
|
||||
base base-prelude contravariant semigroups slave-thread unagi-chan
|
||||
base contravariant semigroups slave-thread unagi-chan
|
||||
];
|
||||
description = "Minimalistic actor library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -258448,8 +258659,6 @@ self: {
|
|||
];
|
||||
description = "A pragmatic time and date library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"utf" = callPackage
|
||||
|
|
Loading…
Reference in a new issue