hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
43aab36e8f.
This commit is contained in:
Peter Simons 2020-09-04 15:55:37 +02:00
parent 121527d0da
commit adad7ff232

View File

@ -8892,8 +8892,8 @@ self: {
}:
mkDerivation {
pname = "HPDF";
version = "1.5.0";
sha256 = "0bwj0haxw9a061xzn5zh2qc5d958n0g9izbnn0w08dazfjyl8v46";
version = "1.5.1";
sha256 = "0kqbfzcqapxvkg52mixqjhxb79ziyfsfvazbzrwjvhp9nqhikn6y";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -98460,22 +98460,6 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ghc-check_0_3_0_1" = callPackage
({ mkDerivation, base, filepath, ghc, ghc-paths, process
, template-haskell, transformers
}:
mkDerivation {
pname = "ghc-check";
version = "0.3.0.1";
sha256 = "180xqs4g90v9sdjb0b3baqk62gbnw1xkv76wdq5ap49q0730s3vz";
libraryHaskellDepends = [
base filepath ghc ghc-paths process template-haskell transformers
];
description = "detect mismatches between compile-time and run-time versions of the ghc api";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-check" = callPackage
({ mkDerivation, base, containers, directory, filepath, ghc
, ghc-paths, process, safe-exceptions, template-haskell
@ -134702,6 +134686,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hspec-megaparsec_2_2_0" = callPackage
({ mkDerivation, base, containers, hspec, hspec-expectations
, megaparsec
}:
mkDerivation {
pname = "hspec-megaparsec";
version = "2.2.0";
sha256 = "0hyf06gzzqd6sqd76crwxycwgx804sd39z7i0c2vmv1qgsxv82gn";
libraryHaskellDepends = [
base containers hspec-expectations megaparsec
];
testHaskellDepends = [ base hspec hspec-expectations megaparsec ];
description = "Utility functions for testing Megaparsec parsers with Hspec";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-meta" = callPackage
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
, deepseq, directory, filepath, hspec-expectations, HUnit
@ -143658,20 +143659,20 @@ self: {
({ mkDerivation, base, cleveland, constraints, containers, fmt
, hedgehog, hspec-expectations, HUnit, lorentz, morley
, morley-prelude, reflection, singletons, tasty, tasty-discover
, tasty-hedgehog, tasty-hunit-compat, template-haskell, vinyl
, tasty-hedgehog, tasty-hunit-compat, vinyl, with-utf8
}:
mkDerivation {
pname = "indigo";
version = "0.2.0";
sha256 = "070ha5s8yirci7zdnh8gy8hdh158zsj7z7blwsr7inw753fsh1jp";
version = "0.2.1";
sha256 = "07zgqg6d4ijfvdg0q9lgfi545c903lc6mbcc9mzyfl4b3gpxqfpj";
libraryHaskellDepends = [
base constraints containers lorentz morley morley-prelude
reflection singletons template-haskell vinyl
reflection singletons vinyl with-utf8
];
testHaskellDepends = [
base cleveland containers fmt hedgehog hspec-expectations HUnit
lorentz morley morley-prelude singletons tasty tasty-hedgehog
tasty-hunit-compat
tasty-hunit-compat with-utf8
];
testToolDepends = [ tasty-discover ];
description = "Convenient imperative eDSL over Lorentz";
@ -168289,6 +168290,27 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
"megaparsec_9_0_0" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, criterion, deepseq, mtl, parser-combinators, scientific, text
, transformers, weigh
}:
mkDerivation {
pname = "megaparsec";
version = "9.0.0";
sha256 = "1x10f2b14ww306am9w06s23va26ab3vwdh0jk67ql6ybigxh0asi";
libraryHaskellDepends = [
base bytestring case-insensitive containers deepseq mtl
parser-combinators scientific text transformers
];
benchmarkHaskellDepends = [
base containers criterion deepseq text weigh
];
description = "Monadic parser combinators";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"megaparsec-tests" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, hspec, hspec-discover, hspec-expectations, hspec-megaparsec
@ -168315,6 +168337,31 @@ self: {
license = stdenv.lib.licenses.bsd2;
}) {};
"megaparsec-tests_9_0_0" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, hspec, hspec-discover, hspec-expectations, hspec-megaparsec
, megaparsec, mtl, parser-combinators, QuickCheck, scientific, text
, transformers
}:
mkDerivation {
pname = "megaparsec-tests";
version = "9.0.0";
sha256 = "0zm246r8k48mj5v2dxjan7dsrcnw54bcm27swi5mh8c0yb3vcvab";
libraryHaskellDepends = [
base bytestring containers hspec hspec-expectations
hspec-megaparsec megaparsec mtl QuickCheck text transformers
];
testHaskellDepends = [
base bytestring case-insensitive containers hspec
hspec-expectations hspec-megaparsec megaparsec mtl
parser-combinators QuickCheck scientific text transformers
];
testToolDepends = [ hspec-discover ];
description = "Test utilities and the test suite of Megaparsec";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"meldable-heap" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -170331,6 +170378,36 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"mime-mail-ses_0_4_3" = callPackage
({ mkDerivation, base, base16-bytestring, base64-bytestring
, byteable, bytestring, case-insensitive, conduit, cryptohash
, http-client, http-client-tls, http-conduit, http-types, mime-mail
, optparse-applicative, tasty, tasty-hunit, text, time, xml-conduit
, xml-types
}:
mkDerivation {
pname = "mime-mail-ses";
version = "0.4.3";
sha256 = "0v4b0y28kf7mx80z16j82wmaccpggkc262f7cn9g9j2nfayy2xhj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base base16-bytestring base64-bytestring byteable bytestring
case-insensitive conduit cryptohash http-client http-client-tls
http-conduit http-types mime-mail text time xml-conduit xml-types
];
executableHaskellDepends = [
base http-client http-client-tls mime-mail optparse-applicative
text
];
testHaskellDepends = [
base bytestring case-insensitive tasty tasty-hunit time
];
description = "Send mime-mail messages via Amazon SES";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mime-string" = callPackage
({ mkDerivation, base, base64-string, bytestring, iconv, mtl
, network, old-locale, old-time, random
@ -236095,10 +236172,10 @@ self: {
({ mkDerivation, base, socket }:
mkDerivation {
pname = "socket-icmp";
version = "0.1.0.0";
sha256 = "14lfvbhcq1ri9bfc0qiymh8qv8b7q78lzfbr5qsarh8rb85ii2vj";
version = "0.1.0.1";
sha256 = "1wvrdgz0ybacbzg91vi8jiswr02lj7hz61cksmcfii2qsmzpfgb7";
libraryHaskellDepends = [ base socket ];
description = "Definitions for ICMP with the `socket` library";
description = "Definitions for using ICMP with the `socket` library";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -245415,13 +245492,14 @@ self: {
}) {};
"swiss-ephemeris" = callPackage
({ mkDerivation, base, directory, hspec, hspec-discover }:
({ mkDerivation, base, directory, hspec, hspec-discover, QuickCheck
}:
mkDerivation {
pname = "swiss-ephemeris";
version = "0.1.0.2";
sha256 = "0kjph3dy7ii767zpjdqi2ya08vgahhwkbf1fp48n26vfilcwppc9";
version = "0.2.0.0";
sha256 = "12va8a5brad7jqafvp1d4m3kvc0a00w2961jl0kyn4iq7kbgapdb";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base directory hspec ];
testHaskellDepends = [ base directory hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
description = "Haskell bindings for the Swiss Ephemeris C library";
license = stdenv.lib.licenses.gpl2;
@ -248468,14 +248546,14 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"tasty-expected-failure_0_12" = callPackage
"tasty-expected-failure_0_12_1" = callPackage
({ mkDerivation, base, hedgehog, tagged, tasty, tasty-golden
, tasty-hedgehog, tasty-hunit, unbounded-delays
}:
mkDerivation {
pname = "tasty-expected-failure";
version = "0.12";
sha256 = "1yhbgrbsghr3cxy4rxb7wfl9xbasm00xky3hrw4zyyl87r7gs6v6";
version = "0.12.1";
sha256 = "1r4xljml8w55q6qpjj94ig2yic398624fld3dwjfcbaldgbacpmm";
libraryHaskellDepends = [ base tagged tasty unbounded-delays ];
testHaskellDepends = [
base hedgehog tasty tasty-golden tasty-hedgehog tasty-hunit