hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
cd9de56790.
This commit is contained in:
Peter Simons 2020-08-08 02:30:32 +02:00
parent 58857d009d
commit cf41524a9e
1 changed files with 59 additions and 20 deletions

View File

@ -52257,8 +52257,8 @@ self: {
}:
mkDerivation {
pname = "chart-svg-various";
version = "0.0.1";
sha256 = "0ajmm6xhzxay715c4zds6lcjnhp8l9qf78rzhymd4hc6vz9v0pi1";
version = "0.0.2";
sha256 = "0ckh66pm4f3wp2w08z8bfjbwbxssp74g5chwpk9q9n786iaq9x90";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -144538,6 +144538,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"invertible_0_2_0_7" = callPackage
({ mkDerivation, base, haskell-src-meta, invariant, lens
, partial-isomorphisms, QuickCheck, semigroupoids, template-haskell
, transformers
}:
mkDerivation {
pname = "invertible";
version = "0.2.0.7";
sha256 = "1ngcmy59cyrg5idcn8a4gxg6ipq88rhhwhdb09gra8jcraq9n7ii";
libraryHaskellDepends = [
base haskell-src-meta invariant lens partial-isomorphisms
semigroupoids template-haskell transformers
];
testHaskellDepends = [ base QuickCheck transformers ];
description = "bidirectional arrows, bijective functions, and invariant functors";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"invertible-grammar" = callPackage
({ mkDerivation, base, bifunctors, containers, mtl, prettyprinter
, profunctors, semigroups, tagged, template-haskell, text
@ -200436,26 +200455,29 @@ self: {
}) {};
"predicate-typed" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, comonad
, containers, deepseq, directory, doctest, hashable, lens, mtl
, pcre-heavy, pcre-light, pretty, pretty-terminal, QuickCheck, safe
, stm, tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
, th-lift, these, time, tree-view
({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring
, comonad, containers, deepseq, directory, doctest, hashable, lens
, mtl, pcre-heavy, pcre-light, pretty, pretty-terminal, QuickCheck
, safe, stm, string-conversions, tasty, tasty-hunit
, tasty-quickcheck, template-haskell, text, th-lift, these, time
, tree-view
}:
mkDerivation {
pname = "predicate-typed";
version = "0.7.2.0";
sha256 = "0ikgar72pc1cracqfswzajr2razv98iyanmf7vwd9nkqxkwyqkpk";
version = "0.7.3.0";
sha256 = "124f9bdvq30xaadg6020q0pmfv56mpkw25ws306xp8mfs61g1src";
libraryHaskellDepends = [
aeson base binary bytestring comonad containers deepseq directory
hashable lens mtl pcre-heavy pcre-light pretty pretty-terminal
QuickCheck safe template-haskell text th-lift these time tree-view
aeson aeson-pretty base binary bytestring comonad containers
deepseq directory hashable lens mtl pcre-heavy pcre-light pretty
pretty-terminal QuickCheck safe string-conversions template-haskell
text th-lift these time tree-view
];
testHaskellDepends = [
aeson base binary bytestring comonad containers deepseq directory
doctest hashable lens mtl pcre-heavy pcre-light pretty
pretty-terminal QuickCheck safe stm tasty tasty-hunit
tasty-quickcheck template-haskell text th-lift these time tree-view
aeson aeson-pretty base binary bytestring comonad containers
deepseq directory doctest hashable lens mtl pcre-heavy pcre-light
pretty pretty-terminal QuickCheck safe stm string-conversions tasty
tasty-hunit tasty-quickcheck template-haskell text th-lift these
time tree-view
];
description = "Predicates, Refinement types and Dsl";
license = stdenv.lib.licenses.bsd3;
@ -214311,24 +214333,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"req_3_4_0" = callPackage
"req_3_5_0" = callPackage
({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
, bytestring, case-insensitive, connection, exceptions, hspec
, hspec-core, hspec-discover, http-api-data, http-client
, http-client-tls, http-types, modern-uri, monad-control, mtl
, QuickCheck, retry, template-haskell, text, time, transformers
, transformers-base, unordered-containers
, transformers-base, unliftio-core, unordered-containers
}:
mkDerivation {
pname = "req";
version = "3.4.0";
sha256 = "1ffgrk45fa3knrl9cp01n7yl9gakd27mvyy1zq2j67h82bqz9qqa";
version = "3.5.0";
sha256 = "0ydz6m3d87apmkd8i55q4r57cqd65sssxz972p6vv77v3r471n26";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring
case-insensitive connection exceptions http-api-data http-client
http-client-tls http-types modern-uri monad-control mtl retry
template-haskell text time transformers transformers-base
unliftio-core
];
testHaskellDepends = [
aeson base blaze-builder bytestring case-insensitive hspec
@ -241034,6 +241057,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"strict-base-types_0_7" = callPackage
({ mkDerivation, aeson, base, quickcheck-instances, strict
, strict-lens
}:
mkDerivation {
pname = "strict-base-types";
version = "0.7";
sha256 = "079pa6w3f5i5kv1v6mwhp2k0siyywnk3igm93y2kaz37f352x5jn";
libraryHaskellDepends = [
aeson base quickcheck-instances strict strict-lens
];
description = "Strict variants of the types provided in base";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"strict-concurrency" = callPackage
({ mkDerivation, base, deepseq }:
mkDerivation {