hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
be35abc306.
This commit is contained in:
Peter Simons 2020-08-20 02:30:25 +02:00
parent 2586c5e046
commit 9b3ec74363

View File

@ -29128,6 +29128,27 @@ self: {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
}) {}; }) {};
"amqp-utils_0_4_4_1" = callPackage
({ mkDerivation, amqp, base, bytestring, connection, containers
, data-default-class, directory, hinotify, magic, network, process
, text, time, tls, unix, utf8-string, x509-system
}:
mkDerivation {
pname = "amqp-utils";
version = "0.4.4.1";
sha256 = "1vs0p7pc6z9mfjd2vns66wnhl8v1n9rbgabyjw0v832m2pwizzmj";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
amqp base bytestring connection containers data-default-class
directory hinotify magic network process text time tls unix
utf8-string x509-system
];
description = "AMQP toolset for the command line";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"amqp-worker" = callPackage "amqp-worker" = callPackage
({ mkDerivation, aeson, amqp, base, bytestring, data-default ({ mkDerivation, aeson, amqp, base, bytestring, data-default
, exceptions, monad-control, monad-loops, mtl, resource-pool , exceptions, monad-control, monad-loops, mtl, resource-pool
@ -74592,8 +74613,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "discord-haskell"; pname = "discord-haskell";
version = "1.7.0"; version = "1.8.0";
sha256 = "1hb2qfljj0xq427657ml8qasg99fhwh0zfsrmryqpaq5ch8aqn20"; sha256 = "1zh4xf5a8ppfhcnkhai4mi0a7aj7m8qp8hcnyfi6s3nc86k7wj2w";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -83505,6 +83526,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"essence-of-live-coding-warp" = callPackage
({ mkDerivation, base, essence-of-live-coding, http-client
, http-types, wai, warp
}:
mkDerivation {
pname = "essence-of-live-coding-warp";
version = "0.2.1";
sha256 = "12vcfif5iazdf13vgpnf5rlhni62iv9dmpnl25bb5l80lmjffwls";
libraryHaskellDepends = [
base essence-of-live-coding http-types wai warp
];
testHaskellDepends = [ base essence-of-live-coding http-client ];
description = "General purpose live coding framework";
license = stdenv.lib.licenses.bsd3;
}) {};
"estimator" = callPackage "estimator" = callPackage
({ mkDerivation, ad, base, distributive, lens, linear, reflection ({ mkDerivation, ad, base, distributive, lens, linear, reflection
}: }:
@ -102173,8 +102210,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "github-release"; pname = "github-release";
version = "1.3.4"; version = "1.3.5";
sha256 = "04gzafg85fivaslsdi019f4blwrjpda01caly4dd8y7nmmc8xy0y"; sha256 = "0z2sb9avhkq2mgj0pwlji5c2sjxd71628q1i3nhlbajfyms1bsqz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -120820,8 +120857,6 @@ self: {
testHaskellDepends = [ base data-default HUnit ieee754 mtl ]; testHaskellDepends = [ base data-default HUnit ieee754 mtl ];
description = "Easily convert between latitude/longitude, UTM and OSGB"; description = "Easily convert between latitude/longitude, UTM and OSGB";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"hcron" = callPackage "hcron" = callPackage
@ -123207,52 +123242,52 @@ self: {
"hevm" = callPackage "hevm" = callPackage
({ mkDerivation, abstract-par, aeson, ansi-wl-pprint, async, base ({ mkDerivation, abstract-par, aeson, ansi-wl-pprint, async, base
, base16-bytestring, base64-bytestring, binary, brick, bytestring , base16-bytestring, binary, brick, bytestring, cborg, cereal
, cereal, containers, cryptonite, data-dword, deepseq, directory , containers, cryptonite, data-dword, deepseq, directory, ff, fgl
, fgl, filepath, ghci-pretty, haskeline, here, HUnit, lens , filepath, free, haskeline, here, HUnit, lens, lens-aeson
, lens-aeson, megaparsec, memory, monad-par, mtl, multiset , megaparsec, memory, monad-par, mtl, multiset, operational
, operational, optparse-generic, process, QuickCheck , optparse-generic, process, QuickCheck, quickcheck-text
, quickcheck-text, readline, regex-tdfa, restless-git, rosezipper , regex-tdfa, restless-git, rosezipper, s-cargot, sbv, scientific
, s-cargot, scientific, secp256k1, tasty, tasty-hunit , secp256k1, semver-range, tasty, tasty-hunit, tasty-quickcheck
, tasty-quickcheck, temporary, text, text-format, time , temporary, text, text-format, time, transformers, tree-view
, transformers, tree-view, unordered-containers, vector, vty, wreq , unordered-containers, vector, vty, witherable, wreq
}: }:
mkDerivation { mkDerivation {
pname = "hevm"; pname = "hevm";
version = "0.24"; version = "0.41.0";
sha256 = "0bzhswisrmlw8ajl6mr13vr3a7l0vywl394aihrc0xs6vwgyflh0"; sha256 = "13qf0bh47dppqbxv1g07411c1lfmfxl0pm2s3xkwdf7kr219l0hw";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
abstract-par aeson ansi-wl-pprint base base16-bytestring abstract-par aeson ansi-wl-pprint base base16-bytestring binary
base64-bytestring binary brick bytestring cereal containers brick bytestring cborg cereal containers cryptonite data-dword
cryptonite data-dword deepseq directory fgl filepath ghci-pretty deepseq directory fgl filepath free haskeline lens lens-aeson
haskeline lens lens-aeson megaparsec memory monad-par mtl multiset megaparsec memory monad-par mtl multiset operational
operational optparse-generic process QuickCheck quickcheck-text optparse-generic process QuickCheck quickcheck-text regex-tdfa
readline restless-git rosezipper s-cargot scientific temporary text restless-git rosezipper s-cargot sbv scientific semver-range
text-format time transformers tree-view unordered-containers vector temporary text text-format time transformers tree-view
vty wreq unordered-containers vector vty witherable wreq
]; ];
librarySystemDepends = [ secp256k1 ]; librarySystemDepends = [ ff secp256k1 ];
executableHaskellDepends = [ executableHaskellDepends = [
aeson ansi-wl-pprint async base base16-bytestring base64-bytestring aeson ansi-wl-pprint async base base16-bytestring binary brick
binary brick bytestring containers cryptonite data-dword deepseq bytestring containers cryptonite data-dword deepseq directory
directory filepath ghci-pretty lens lens-aeson memory mtl filepath free lens lens-aeson memory mtl operational
optparse-generic process QuickCheck quickcheck-text readline optparse-generic process QuickCheck quickcheck-text regex-tdfa sbv
regex-tdfa temporary text text-format unordered-containers vector temporary text text-format unordered-containers vector vty
vty
]; ];
testHaskellDepends = [ testHaskellDepends = [
base base16-bytestring binary bytestring ghci-pretty here HUnit base base16-bytestring binary bytestring containers free here HUnit
lens mtl QuickCheck tasty tasty-hunit tasty-quickcheck text vector lens mtl QuickCheck sbv tasty tasty-hunit tasty-quickcheck text
vector
]; ];
testSystemDepends = [ secp256k1 ]; testSystemDepends = [ secp256k1 ];
description = "Ethereum virtual machine evaluator"; description = "Ethereum virtual machine evaluator";
license = stdenv.lib.licenses.agpl3; license = stdenv.lib.licenses.agpl3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
broken = true; broken = true;
}) {inherit (pkgs) secp256k1;}; }) {ff = null; inherit (pkgs) secp256k1;};
"hevolisa" = callPackage "hevolisa" = callPackage
({ mkDerivation, base, bytestring, cairo, filepath, haskell98 }: ({ mkDerivation, base, bytestring, cairo, filepath, haskell98 }:
@ -147110,15 +147145,15 @@ self: {
}) {}; }) {};
"ixset-typed-conversions" = callPackage "ixset-typed-conversions" = callPackage
({ mkDerivation, base, exceptions, hashable, ixset-typed ({ mkDerivation, base, exceptions, free, hashable, ixset-typed
, unordered-containers, zipper-extra , unordered-containers, zipper-extra
}: }:
mkDerivation { mkDerivation {
pname = "ixset-typed-conversions"; pname = "ixset-typed-conversions";
version = "0.1.0.1"; version = "0.1.1.0";
sha256 = "09fl92lkalbzq23742wjiw4568607cdbxy3a8qgkm2hn8r7djhwi"; sha256 = "13nwxwxgsw7kj9kig643c48fadm6y9fjr0rsaggplqy903l4w5ks";
libraryHaskellDepends = [ libraryHaskellDepends = [
base exceptions hashable ixset-typed unordered-containers base exceptions free hashable ixset-typed unordered-containers
zipper-extra zipper-extra
]; ];
description = "Conversions from ixset-typed to other containers"; description = "Conversions from ixset-typed to other containers";
@ -149747,8 +149782,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "juicy-gcode"; pname = "juicy-gcode";
version = "0.1.0.9"; version = "0.1.0.10";
sha256 = "02i1d3jfisxiyq63z9z7jlyscywbskmsxkx2xxv7v742xi4w5wrb"; sha256 = "17ps1kkbjvlvyjzbqagwikw960nn8q4dzjvng0waknr2gaa125bj";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
@ -153987,8 +154022,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "language-dickinson"; pname = "language-dickinson";
version = "1.1.0.3"; version = "1.3.0.0";
sha256 = "1dfm89zrmq2ibyhjn4hbzq6yfm5acc63s47w7bp1asn6lxnd9dc0"; sha256 = "0pi983l9s182c4xcqj7xq3idv8wnshx7zva5a5wfhws403y5yy7v";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -166809,8 +166844,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "matterhorn"; pname = "matterhorn";
version = "50200.10.0"; version = "50200.10.1";
sha256 = "0wj1bsqmlzb7q92h3hj5gwgwknwqh5p487mgbcd82rgflp4sq5rx"; sha256 = "0m4vqxxcqvbgm6flfwqy2w47ada3r29r34yw1gyv02na7gx3rqi1";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -167197,17 +167232,17 @@ self: {
}) {}; }) {};
"mcmc" = callPackage "mcmc" = callPackage
({ mkDerivation, aeson, async, base, bytestring, containers ({ mkDerivation, aeson, base, bytestring, containers, criterion
, criterion, data-default, directory, double-conversion, hspec , data-default, directory, double-conversion, hspec, hspec-discover
, hspec-discover, log-domain, microlens, mwc-random, QuickCheck , log-domain, microlens, mwc-random, QuickCheck, statistics, time
, statistics, time, transformers, vector, zlib , transformers, vector, zlib
}: }:
mkDerivation { mkDerivation {
pname = "mcmc"; pname = "mcmc";
version = "0.2.2"; version = "0.2.3";
sha256 = "14gwarivvrkpf3rqlblas8fgxq5amz4vjqfw714qfml3gkljsr82"; sha256 = "14xf8l3ka7s34sa4rs4xsy7h5jxpl3fhsn959dvf17nsv252s6p8";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson async base bytestring containers data-default directory aeson base bytestring containers data-default directory
double-conversion log-domain microlens mwc-random statistics time double-conversion log-domain microlens mwc-random statistics time
transformers vector zlib transformers vector zlib
]; ];
@ -169806,6 +169841,36 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"mime-mail-ses_0_4_2" = 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.2";
sha256 = "1jiv1h9b8396nf8iqf9x11idfcrppank3gqcn6l5877893fzd9hk";
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 "mime-string" = callPackage
({ mkDerivation, base, base64-string, bytestring, iconv, mtl ({ mkDerivation, base, base64-string, bytestring, iconv, mtl
, network, old-locale, old-time, random , network, old-locale, old-time, random
@ -179582,8 +179647,8 @@ self: {
pname = "netrc"; pname = "netrc";
version = "0.2.0.0"; version = "0.2.0.0";
sha256 = "11iax3ick0im397jyyjkny7lax9bgrlgk90a25dp2jsglkphfpls"; sha256 = "11iax3ick0im397jyyjkny7lax9bgrlgk90a25dp2jsglkphfpls";
revision = "6"; revision = "7";
editedCabalFile = "0mn0ar2xhjdsm50kmpw5ndvbyfmc30b3x0bx291d2ml7hqspnnsw"; editedCabalFile = "0cmkwkqxzbhrzzwypvmamwcr5ndyk1qc5pjy1rnc50xx7wznw7hf";
libraryHaskellDepends = [ base bytestring deepseq parsec ]; libraryHaskellDepends = [ base bytestring deepseq parsec ];
testHaskellDepends = [ testHaskellDepends = [
base bytestring tasty tasty-golden tasty-quickcheck base bytestring tasty tasty-golden tasty-quickcheck
@ -204387,8 +204452,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "proto-lens-jsonpb"; pname = "proto-lens-jsonpb";
version = "0.2.0.0"; version = "0.2.0.1";
sha256 = "01m88qfi5lak15n14zlxb5yjyi67h5m47czkzirhi0a615v8bwbr"; sha256 = "0hsjn0iy0bbpb1sczk6vj2vah5f60w8cpm2gach5zlb9qpvkg4x4";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson attoparsec base base64-bytestring bytestring aeson attoparsec base base64-bytestring bytestring
proto-lens-runtime text vector proto-lens-runtime text vector
@ -234008,8 +234073,6 @@ self: {
]; ];
description = "Scaffolding CLI for the Snap Framework"; description = "Scaffolding CLI for the Snap Framework";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {}; }) {};
"snap-testing" = callPackage "snap-testing" = callPackage
@ -277151,6 +277214,36 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"yaml_0_11_5_0" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
, conduit, containers, directory, filepath, hspec, HUnit, libyaml
, mockery, mtl, raw-strings-qq, resourcet, scientific
, template-haskell, temporary, text, transformers
, unordered-containers, vector
}:
mkDerivation {
pname = "yaml";
version = "0.11.5.0";
sha256 = "1bfdsqckzql50j6ni4fa1470cvkmfiy4skb98cdwnj4rss5p93mj";
configureFlags = [ "-fsystem-libyaml" ];
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson attoparsec base bytestring conduit containers directory
filepath libyaml mtl resourcet scientific template-haskell text
transformers unordered-containers vector
];
testHaskellDepends = [
aeson attoparsec base base-compat bytestring conduit containers
directory filepath hspec HUnit libyaml mockery mtl raw-strings-qq
resourcet scientific template-haskell temporary text transformers
unordered-containers vector
];
description = "Support for parsing and rendering YAML documents";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"yaml-combinators" = callPackage "yaml-combinators" = callPackage
({ mkDerivation, aeson, base, bytestring, doctest, generics-sop ({ mkDerivation, aeson, base, bytestring, doctest, generics-sop
, scientific, tasty, tasty-hunit, text, transformers , scientific, tasty, tasty-hunit, text, transformers