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 { mkDerivation {
pname = "chart-svg-various"; pname = "chart-svg-various";
version = "0.0.1"; version = "0.0.2";
sha256 = "0ajmm6xhzxay715c4zds6lcjnhp8l9qf78rzhymd4hc6vz9v0pi1"; sha256 = "0ckh66pm4f3wp2w08z8bfjbwbxssp74g5chwpk9q9n786iaq9x90";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -144538,6 +144538,25 @@ self: {
license = stdenv.lib.licenses.bsd3; 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 "invertible-grammar" = callPackage
({ mkDerivation, base, bifunctors, containers, mtl, prettyprinter ({ mkDerivation, base, bifunctors, containers, mtl, prettyprinter
, profunctors, semigroups, tagged, template-haskell, text , profunctors, semigroups, tagged, template-haskell, text
@ -200436,26 +200455,29 @@ self: {
}) {}; }) {};
"predicate-typed" = callPackage "predicate-typed" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, comonad ({ mkDerivation, aeson, aeson-pretty, base, binary, bytestring
, containers, deepseq, directory, doctest, hashable, lens, mtl , comonad, containers, deepseq, directory, doctest, hashable, lens
, pcre-heavy, pcre-light, pretty, pretty-terminal, QuickCheck, safe , mtl, pcre-heavy, pcre-light, pretty, pretty-terminal, QuickCheck
, stm, tasty, tasty-hunit, tasty-quickcheck, template-haskell, text , safe, stm, string-conversions, tasty, tasty-hunit
, th-lift, these, time, tree-view , tasty-quickcheck, template-haskell, text, th-lift, these, time
, tree-view
}: }:
mkDerivation { mkDerivation {
pname = "predicate-typed"; pname = "predicate-typed";
version = "0.7.2.0"; version = "0.7.3.0";
sha256 = "0ikgar72pc1cracqfswzajr2razv98iyanmf7vwd9nkqxkwyqkpk"; sha256 = "124f9bdvq30xaadg6020q0pmfv56mpkw25ws306xp8mfs61g1src";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base binary bytestring comonad containers deepseq directory aeson aeson-pretty base binary bytestring comonad containers
hashable lens mtl pcre-heavy pcre-light pretty pretty-terminal deepseq directory hashable lens mtl pcre-heavy pcre-light pretty
QuickCheck safe template-haskell text th-lift these time tree-view pretty-terminal QuickCheck safe string-conversions template-haskell
text th-lift these time tree-view
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base binary bytestring comonad containers deepseq directory aeson aeson-pretty base binary bytestring comonad containers
doctest hashable lens mtl pcre-heavy pcre-light pretty deepseq directory doctest hashable lens mtl pcre-heavy pcre-light
pretty-terminal QuickCheck safe stm tasty tasty-hunit pretty pretty-terminal QuickCheck safe stm string-conversions tasty
tasty-quickcheck template-haskell text th-lift these time tree-view tasty-hunit tasty-quickcheck template-haskell text th-lift these
time tree-view
]; ];
description = "Predicates, Refinement types and Dsl"; description = "Predicates, Refinement types and Dsl";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -214311,24 +214333,25 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"req_3_4_0" = callPackage "req_3_5_0" = callPackage
({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder
, bytestring, case-insensitive, connection, exceptions, hspec , bytestring, case-insensitive, connection, exceptions, hspec
, hspec-core, hspec-discover, http-api-data, http-client , hspec-core, hspec-discover, http-api-data, http-client
, http-client-tls, http-types, modern-uri, monad-control, mtl , http-client-tls, http-types, modern-uri, monad-control, mtl
, QuickCheck, retry, template-haskell, text, time, transformers , QuickCheck, retry, template-haskell, text, time, transformers
, transformers-base, unordered-containers , transformers-base, unliftio-core, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "req"; pname = "req";
version = "3.4.0"; version = "3.5.0";
sha256 = "1ffgrk45fa3knrl9cp01n7yl9gakd27mvyy1zq2j67h82bqz9qqa"; sha256 = "0ydz6m3d87apmkd8i55q4r57cqd65sssxz972p6vv77v3r471n26";
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson authenticate-oauth base blaze-builder bytestring aeson authenticate-oauth base blaze-builder bytestring
case-insensitive connection exceptions http-api-data http-client case-insensitive connection exceptions http-api-data http-client
http-client-tls http-types modern-uri monad-control mtl retry http-client-tls http-types modern-uri monad-control mtl retry
template-haskell text time transformers transformers-base template-haskell text time transformers transformers-base
unliftio-core
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base blaze-builder bytestring case-insensitive hspec aeson base blaze-builder bytestring case-insensitive hspec
@ -241034,6 +241057,22 @@ self: {
license = stdenv.lib.licenses.bsd3; 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 "strict-concurrency" = callPackage
({ mkDerivation, base, deepseq }: ({ mkDerivation, base, deepseq }:
mkDerivation { mkDerivation {