hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
037cf9cfd7.
This commit is contained in:
Peter Simons 2020-07-03 19:48:36 +02:00
parent 4058ee8471
commit 70021185c3

View File

@ -12638,6 +12638,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ListLike_4_7_1" = callPackage
({ mkDerivation, array, base, bytestring, containers, deepseq
, dlist, fmlist, HUnit, QuickCheck, random, text, utf8-string
, vector
}:
mkDerivation {
pname = "ListLike";
version = "4.7.1";
sha256 = "1gccb84fma0plkwjdz8hgqa70a5lr6d9gnw6pfky993555ig29mp";
libraryHaskellDepends = [
array base bytestring containers deepseq dlist fmlist text
utf8-string vector
];
testHaskellDepends = [
array base bytestring containers dlist fmlist HUnit QuickCheck
random text utf8-string vector
];
description = "Generalized support for list-like structures";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ListT" = callPackage
({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck
, transformers, util
@ -183830,14 +183852,14 @@ self: {
license = stdenv.lib.licenses.asl20;
}) {};
"opentelemetry_0_5_0" = callPackage
"opentelemetry_0_5_1" = callPackage
({ mkDerivation, base, bytestring, exceptions, ghc-trace-events
, hashable
}:
mkDerivation {
pname = "opentelemetry";
version = "0.5.0";
sha256 = "1v58p4i32ix33a8fxx9m5b2nxj9zcdn906whbgkk6il22q4pik9k";
version = "0.5.1";
sha256 = "1rr58ygz83xgrb160yykibz561gd5byzm9w31jp6qx8m9xy8w200";
libraryHaskellDepends = [
base bytestring exceptions ghc-trace-events hashable
];
@ -183881,7 +183903,7 @@ self: {
broken = true;
}) {};
"opentelemetry-extra_0_5_0" = callPackage
"opentelemetry-extra_0_5_1" = callPackage
({ mkDerivation, aeson, async, base, binary, bytestring, clock
, containers, directory, exceptions, filepath, gauge
, generic-arbitrary, ghc-events, hashable, hashtables, http-client
@ -183892,8 +183914,8 @@ self: {
}:
mkDerivation {
pname = "opentelemetry-extra";
version = "0.5.0";
sha256 = "0m47rs86s3mrvayipdhm5awhlnkf7r8binvs094c7vsswfvwf5mv";
version = "0.5.1";
sha256 = "10scwjyxsfl7bl6bml1a5aj8fa1a39hmarwgzdnvw2kk6m4p82d0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -183962,7 +183984,7 @@ self: {
broken = true;
}) {};
"opentelemetry-lightstep_0_5_0" = callPackage
"opentelemetry-lightstep_0_5_1" = callPackage
({ mkDerivation, aeson, async, base, bytestring, clock, containers
, exceptions, filepath, ghc-events, http-client, http-client-tls
, http-types, network, opentelemetry, opentelemetry-extra
@ -183971,8 +183993,8 @@ self: {
}:
mkDerivation {
pname = "opentelemetry-lightstep";
version = "0.5.0";
sha256 = "1qh7534453smipvc3blwvfqnywn165if51zdkyxva84izi6r8rfy";
version = "0.5.1";
sha256 = "0nwz7z3lc4iav8wgwpz5ik6jv66fg4wix446n4qwqbhphsr6pymw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -184006,14 +184028,14 @@ self: {
broken = true;
}) {};
"opentelemetry-wai_0_5_0" = callPackage
"opentelemetry-wai_0_5_1" = callPackage
({ mkDerivation, base, bytestring, http-types, opentelemetry, text
, wai
}:
mkDerivation {
pname = "opentelemetry-wai";
version = "0.5.0";
sha256 = "1prqkwj2j0vpshiaz4f61f4l8jyiqnyjaqmsylaqwbpyinp8afbk";
version = "0.5.1";
sha256 = "0h7xvxgzhbqqvyrx8lp47hjmfnpzrs0zaanag6bfi995mkc8mvkm";
libraryHaskellDepends = [
base bytestring http-types opentelemetry text wai
];
@ -186836,17 +186858,17 @@ self: {
broken = true;
}) {};
"pandoc-plot_0_7_1_0" = callPackage
"pandoc-plot_0_7_2_0" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, directory
, filepath, githash, hashable, hspec, hspec-expectations
, lifted-async, mtl, open-browser, optparse-applicative, pandoc
, pandoc-types, shakespeare, tasty, tasty-hspec, tasty-hunit
, template-haskell, text, typed-process, yaml
, lifted-async, mtl, optparse-applicative, pandoc, pandoc-types
, shakespeare, tasty, tasty-hspec, tasty-hunit, template-haskell
, text, typed-process, yaml
}:
mkDerivation {
pname = "pandoc-plot";
version = "0.7.1.0";
sha256 = "1pknimxwfprg6cqw9gh20ixzsh7lxs1a2jnmzahgnx203zyavd0w";
version = "0.7.2.0";
sha256 = "1ah7j0pnf6dm7kzf01d07md5gr3023f03im5z494037hh8g7qd0d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -186854,8 +186876,8 @@ self: {
mtl pandoc pandoc-types shakespeare text typed-process yaml
];
executableHaskellDepends = [
base directory filepath githash open-browser optparse-applicative
pandoc pandoc-types template-haskell text
base directory filepath githash optparse-applicative pandoc
pandoc-types template-haskell text typed-process
];
testHaskellDepends = [
base containers directory filepath hspec hspec-expectations
@ -186865,7 +186887,7 @@ self: {
base criterion pandoc-types template-haskell text
];
description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice";
license = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl2Plus;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
@ -219742,15 +219764,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {inherit (pkgs) secp256k1;};
"secp256k1-haskell_0_3_0" = callPackage
"secp256k1-haskell_0_3_1" = callPackage
({ mkDerivation, base, base16-bytestring, bytestring, cereal
, deepseq, entropy, hashable, hspec, hspec-discover, HUnit
, monad-par, mtl, QuickCheck, secp256k1, string-conversions
}:
mkDerivation {
pname = "secp256k1-haskell";
version = "0.3.0";
sha256 = "1zkcacmjhbmgi06qwhva37z1piacl51gxkn4b1wy70y5b8cm0y24";
version = "0.3.1";
sha256 = "0bhp1d4wzvmznm41fbv8zzx7sw1407v21k83zfjjv2z8apk99w4n";
libraryHaskellDepends = [
base base16-bytestring bytestring cereal deepseq entropy hashable
QuickCheck string-conversions
@ -234329,27 +234351,27 @@ self: {
}) {};
"sr-extra" = callPackage
({ mkDerivation, base, bytestring, bzlib, Cabal, cereal, containers
, Diff, directory, exceptions, fgl, filemanip, filepath
, generic-data, hslogger, HUnit, lens, ListLike, mmorph, mtl
, network-uri, pretty, process, process-extras, pureMD5, QuickCheck
, random, safecopy, show-combinators, show-please, syb
({ mkDerivation, base, base64-bytestring, bytestring, bzlib, Cabal
, cereal, containers, Diff, directory, exceptions, fgl, filemanip
, filepath, generic-data, hslogger, HUnit, lens, ListLike, mmorph
, mtl, network-uri, pretty, process, process-extras, pureMD5
, QuickCheck, random, safecopy, show-combinators, show-please, syb
, template-haskell, text, th-lift, th-lift-instances, th-orphans
, time, transformers, unexceptionalio-trans, unix, Unixutils
, userid, uuid, uuid-orphans, uuid-types, zlib
}:
mkDerivation {
pname = "sr-extra";
version = "1.72.3";
sha256 = "0jm7r0lxcwppc85rpyasq6grqqkcwhxs0clwyasicqklkcx2l5xw";
version = "1.80";
sha256 = "03xm9km8wzvz8g1czj320k00xf2dzdi8rm74l7xdr9h7bxcwyh84";
libraryHaskellDepends = [
base bytestring bzlib Cabal cereal containers Diff directory
exceptions fgl filemanip filepath generic-data hslogger HUnit lens
ListLike mmorph mtl network-uri pretty process process-extras
pureMD5 QuickCheck random safecopy show-combinators show-please syb
template-haskell text th-lift th-lift-instances th-orphans time
transformers unexceptionalio-trans unix Unixutils userid uuid
uuid-orphans uuid-types zlib
base base64-bytestring bytestring bzlib Cabal cereal containers
Diff directory exceptions fgl filemanip filepath generic-data
hslogger HUnit lens ListLike mmorph mtl network-uri pretty process
process-extras pureMD5 QuickCheck random safecopy show-combinators
show-please syb template-haskell text th-lift th-lift-instances
th-orphans time transformers unexceptionalio-trans unix Unixutils
userid uuid uuid-orphans uuid-types zlib
];
description = "Module limbo";
license = stdenv.lib.licenses.bsd3;