hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-14-g12d3fb3 from Hackage revision
a91f6a268b.
This commit is contained in:
Peter Simons 2020-09-01 02:30:25 +02:00
parent bacb4d7e22
commit f5f40fe292
1 changed files with 194 additions and 35 deletions

View File

@ -25983,15 +25983,18 @@ self: {
}) {}; }) {};
"algebra-driven-design" = callPackage "algebra-driven-design" = callPackage
({ mkDerivation, base, containers, file-embed, JuicyPixels, mtl ({ mkDerivation, base, bytestring, containers, dlist, file-embed
, QuickCheck, quickspec , generic-data, hashable, JuicyPixels, monoid-subclasses
, monoidal-containers, mtl, multiset, QuickCheck, quickspec
}: }:
mkDerivation { mkDerivation {
pname = "algebra-driven-design"; pname = "algebra-driven-design";
version = "0.1.0.1"; version = "0.1.1.0";
sha256 = "0jydvrmrz6kvrbk8hv0mb01g67j0bdxi519s7blwf3gfkxfjvyyv"; sha256 = "0xjgxi7dfw66nkrhd9avkfi4r3jiq6wif32160ipy343vlhrcb37";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers file-embed JuicyPixels mtl QuickCheck quickspec base bytestring containers dlist file-embed generic-data hashable
JuicyPixels monoid-subclasses monoidal-containers mtl multiset
QuickCheck quickspec
]; ];
description = "Companion library for the book Algebra-Driven Design by Sandy Maguire"; description = "Companion library for the book Algebra-Driven Design by Sandy Maguire";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -62299,6 +62302,27 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"conversions" = callPackage
({ mkDerivation, base, bytestring, control-bool, devtools
, exceptions, mtl, source-constraints, template-haskell, text
, unliftio-core
}:
mkDerivation {
pname = "conversions";
version = "0.0.3";
sha256 = "1fn7ras17maswl7fw5hdbw02b8wjlzs2gcfwdxrw9xipjbw81hir";
libraryHaskellDepends = [
base bytestring control-bool devtools exceptions mtl
source-constraints template-haskell text unliftio-core
];
testHaskellDepends = [
base bytestring control-bool devtools exceptions mtl
source-constraints template-haskell text unliftio-core
];
description = "Injective explicit total and partial conversions";
license = stdenv.lib.licenses.mit;
}) {};
"convert" = callPackage "convert" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers ({ mkDerivation, ansi-wl-pprint, base, bytestring, containers
, data-default, impossible, lens, template-haskell, text , data-default, impossible, lens, template-haskell, text
@ -66387,15 +66411,15 @@ self: {
}) {}; }) {};
"cut-the-crap" = callPackage "cut-the-crap" = callPackage
({ mkDerivation, base, exceptions, generic-lens, hspec, hspec-core ({ mkDerivation, base, c2hs, exceptions, generic-lens, hspec
, lens, optparse-applicative, pocketsphinx, QuickCheck , hspec-core, lens, optparse-applicative, pocketsphinx, QuickCheck
, quickcheck-classes, regex-tdfa, shelly, sphinxbase , quickcheck-classes, regex-tdfa, shelly, sphinxbase
, system-filepath, temporary, text, time, unliftio-core , system-filepath, temporary, text, time, unliftio-core
}: }:
mkDerivation { mkDerivation {
pname = "cut-the-crap"; pname = "cut-the-crap";
version = "1.4.1"; version = "1.4.2";
sha256 = "0rm3m6x9y81j94z857k7i07d4h9lz7ffgymbs7v6gyv4hslrw6bi"; sha256 = "16l8ar38nl2sgsbwjslhxd8z2wyjmdgmi51sic3vvyv7n6b9mr51";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -66403,17 +66427,20 @@ self: {
shelly system-filepath temporary text time unliftio-core shelly system-filepath temporary text time unliftio-core
]; ];
libraryPkgconfigDepends = [ pocketsphinx sphinxbase ]; libraryPkgconfigDepends = [ pocketsphinx sphinxbase ];
libraryToolDepends = [ c2hs ];
executableHaskellDepends = [ executableHaskellDepends = [
base exceptions generic-lens lens optparse-applicative regex-tdfa base exceptions generic-lens lens optparse-applicative regex-tdfa
shelly system-filepath temporary text time unliftio-core shelly system-filepath temporary text time unliftio-core
]; ];
executablePkgconfigDepends = [ pocketsphinx sphinxbase ]; executablePkgconfigDepends = [ pocketsphinx sphinxbase ];
executableToolDepends = [ c2hs ];
testHaskellDepends = [ testHaskellDepends = [
base exceptions generic-lens hspec hspec-core lens base exceptions generic-lens hspec hspec-core lens
optparse-applicative QuickCheck quickcheck-classes regex-tdfa optparse-applicative QuickCheck quickcheck-classes regex-tdfa
shelly system-filepath temporary text time unliftio-core shelly system-filepath temporary text time unliftio-core
]; ];
testPkgconfigDepends = [ pocketsphinx sphinxbase ]; testPkgconfigDepends = [ pocketsphinx sphinxbase ];
testToolDepends = [ c2hs ];
description = "Cuts out uninteresting parts of videos by detecting silences"; description = "Cuts out uninteresting parts of videos by detecting silences";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -71986,8 +72013,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "devtools"; pname = "devtools";
version = "0.0.2"; version = "0.0.3";
sha256 = "1p5695sgp48mznk9pb9kl24j9wa9gwq344hr3cdzzsvabfi1pkz2"; sha256 = "09lwvi4mbwkhazzmngpblxh2bvvxz1j4ndzsh3bp3nwwwa0xiihm";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -124966,7 +124993,7 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"hie-bios_0_7_0" = callPackage "hie-bios_0_7_1" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring ({ mkDerivation, aeson, base, base16-bytestring, bytestring
, conduit, conduit-extra, containers, cryptohash-sha1, deepseq , conduit, conduit-extra, containers, cryptohash-sha1, deepseq
, directory, extra, file-embed, filepath, ghc, hslogger , directory, extra, file-embed, filepath, ghc, hslogger
@ -124976,8 +125003,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hie-bios"; pname = "hie-bios";
version = "0.7.0"; version = "0.7.1";
sha256 = "17jfiyxq1m0n1i9a565niczivkkxdd36l9gxqbhfafxsykggliab"; sha256 = "00gkr4dbbs70vnd6y90iirss88j8ax714l9jmwdfkmslwd4m2ml8";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -126834,8 +126861,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hledger-iadd"; pname = "hledger-iadd";
version = "1.3.11"; version = "1.3.12";
sha256 = "1pqjyybbnhckz16in6skx3582aykk2yq5bf4ghbhj8iqbm3cczqf"; sha256 = "0klrqss2ch4yi50m1rybznzsjg4ahbx7rg9n8w5svpf34fdlp048";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -134205,6 +134232,22 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"hspec_2_7_3" = callPackage
({ mkDerivation, base, hspec-core, hspec-discover
, hspec-expectations, QuickCheck
}:
mkDerivation {
pname = "hspec";
version = "2.7.3";
sha256 = "1vapw2pqj64p36lqvlxdprlp4gwswr0hbh42b89xnhq4pax7h4b9";
libraryHaskellDepends = [
base hspec-core hspec-discover hspec-expectations QuickCheck
];
description = "A Testing Framework for Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-attoparsec" = callPackage "hspec-attoparsec" = callPackage
({ mkDerivation, attoparsec, base, bytestring, hspec ({ mkDerivation, attoparsec, base, bytestring, hspec
, hspec-expectations, text , hspec-expectations, text
@ -134287,6 +134330,34 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"hspec-core_2_7_3" = callPackage
({ mkDerivation, ansi-terminal, array, base, call-stack, clock
, deepseq, directory, filepath, hspec-expectations, hspec-meta
, HUnit, process, QuickCheck, quickcheck-io, random, setenv
, silently, stm, temporary, tf-random, transformers
}:
mkDerivation {
pname = "hspec-core";
version = "2.7.3";
sha256 = "10cnlasg8x3nzrqwqyr4bdrlcpknyzki193pk3rq9wrkdf2cs9zc";
libraryHaskellDepends = [
ansi-terminal array base call-stack clock deepseq directory
filepath hspec-expectations HUnit QuickCheck quickcheck-io random
setenv stm tf-random transformers
];
testHaskellDepends = [
ansi-terminal array base call-stack clock deepseq directory
filepath hspec-expectations hspec-meta HUnit process QuickCheck
quickcheck-io random setenv silently stm temporary tf-random
transformers
];
testToolDepends = [ hspec-meta ];
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
description = "A Testing Framework for Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-dirstream" = callPackage "hspec-dirstream" = callPackage
({ mkDerivation, base, dirstream, filepath, hspec, hspec-core ({ mkDerivation, base, dirstream, filepath, hspec, hspec-core
, pipes, pipes-safe, system-filepath, text , pipes, pipes-safe, system-filepath, text
@ -134324,6 +134395,26 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"hspec-discover_2_7_3" = callPackage
({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck
}:
mkDerivation {
pname = "hspec-discover";
version = "2.7.3";
sha256 = "0qaqh45q79ryq5zr0shdc1lb9r1qb4b89y6zib6w0dn0bh68wpjm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base directory filepath ];
executableHaskellDepends = [ base directory filepath ];
testHaskellDepends = [
base directory filepath hspec-meta QuickCheck
];
testToolDepends = [ hspec-meta ];
description = "Automatically discover and run Hspec tests";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hspec-expectations" = callPackage "hspec-expectations" = callPackage
({ mkDerivation, base, call-stack, HUnit, nanospec }: ({ mkDerivation, base, call-stack, HUnit, nanospec }:
mkDerivation { mkDerivation {
@ -169398,6 +169489,34 @@ self: {
broken = true; broken = true;
}) {}; }) {};
"micro-gateway" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, case-insensitive
, containers, cookie, data-default-class, hslogger, http-client
, http-types, network-uri, optparse-applicative, scotty, signature
, stm, streaming-commons, text, time, unix-time
, unordered-containers, wai, wai-cors, wai-websockets, warp
, websockets, yaml
}:
mkDerivation {
pname = "micro-gateway";
version = "1.1.0.0";
sha256 = "1jb703vcqncxw12cmgmyg63rw6fmfa4mv1685z6vab3xzq7kvxv7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base binary bytestring case-insensitive containers cookie
hslogger http-client http-types scotty signature stm text time
unix-time unordered-containers wai websockets
];
executableHaskellDepends = [
aeson base bytestring data-default-class http-client network-uri
optparse-applicative scotty streaming-commons text wai-cors
wai-websockets warp websockets yaml
];
description = "A Micro service gateway";
license = stdenv.lib.licenses.bsd3;
}) {};
"micro-recursion-schemes" = callPackage "micro-recursion-schemes" = callPackage
({ mkDerivation, base, cpphs, HUnit, template-haskell ({ mkDerivation, base, cpphs, HUnit, template-haskell
, th-abstraction , th-abstraction
@ -171840,8 +171959,8 @@ self: {
({ mkDerivation, base, doctest, typelits-witnesses }: ({ mkDerivation, base, doctest, typelits-witnesses }:
mkDerivation { mkDerivation {
pname = "modular-arithmetic"; pname = "modular-arithmetic";
version = "2.0.0.0"; version = "2.0.0.1";
sha256 = "1mwhjn315vgpvf95ay6rf77hwpb7hjfw9bcginnz4cb30nn8kvl9"; sha256 = "132cxgrw6lsdkpqi69v1f9jgl5icslwi5qclv4rc03hn0mcnl2sz";
libraryHaskellDepends = [ base typelits-witnesses ]; libraryHaskellDepends = [ base typelits-witnesses ];
testHaskellDepends = [ base doctest typelits-witnesses ]; testHaskellDepends = [ base doctest typelits-witnesses ];
description = "A type for integers modulo some constant"; description = "A type for integers modulo some constant";
@ -175022,17 +175141,17 @@ self: {
"mprelude" = callPackage "mprelude" = callPackage
({ mkDerivation, base, devtools, source-constraints, text ({ mkDerivation, base, devtools, source-constraints, text
, text-conversions , unliftio-core
}: }:
mkDerivation { mkDerivation {
pname = "mprelude"; pname = "mprelude";
version = "0.1.0"; version = "0.2.0";
sha256 = "0p7zx0b49dp2vd3mx3knfl9gqbh6sj2znc372bmh6ja57g1kv8ds"; sha256 = "0llkcbilz138zlrqmsny74g9ybjf665h7w84g0q0rli9dvjnc4bl";
libraryHaskellDepends = [ libraryHaskellDepends = [
base source-constraints text text-conversions base source-constraints text unliftio-core
]; ];
testHaskellDepends = [ testHaskellDepends = [
base devtools source-constraints text text-conversions base devtools source-constraints text unliftio-core
]; ];
description = "A minimalish prelude"; description = "A minimalish prelude";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -189876,8 +189995,8 @@ self: {
({ mkDerivation }: ({ mkDerivation }:
mkDerivation { mkDerivation {
pname = "pandora"; pname = "pandora";
version = "0.2.9"; version = "0.3.0";
sha256 = "0gl5h4krn2aigxfqppa4fr8vir2s5xrh8s363frh82fgdxblhjgc"; sha256 = "1k9b714rb9cgapn0vgwymrq7ma1lmq6klmlv37c6gqmb1c5k7ijh";
description = "A box of patterns and paradigms"; description = "A box of patterns and paradigms";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -197944,8 +198063,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "plot"; pname = "plot";
version = "0.2.3.10"; version = "0.2.3.11";
sha256 = "0dva2kvf3193qc7zb9ydmzpffaj9lm6qy79n5zv66jnbccyp36lf"; sha256 = "0img30argzgxcgwam3iqc3xasgizbbcrghd2vkmqahmv7g3l36di";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base cairo colour hmatrix mtl pango transformers array base cairo colour hmatrix mtl pango transformers
]; ];
@ -208283,8 +208402,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "quickspec"; pname = "quickspec";
version = "2.1.4"; version = "2.1.5";
sha256 = "0h07s2dk4kjqv3hspazjwqbr8p78g2n5ah75h0a6ywdfgdy2z621"; sha256 = "0j8mcn9616r40hdl0jy6mqac7i31mhlsgv421m1hc8pj1kabpc0i";
libraryHaskellDepends = [ libraryHaskellDepends = [
base constraints containers data-lens-light dlist QuickCheck base constraints containers data-lens-light dlist QuickCheck
quickcheck-instances random spoon template-haskell transformers quickcheck-instances random spoon template-haskell transformers
@ -232701,14 +232820,14 @@ self: {
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
}) {}; }) {};
"skylighting_0_9" = callPackage "skylighting_0_10" = callPackage
({ mkDerivation, base, binary, blaze-html, bytestring, containers ({ mkDerivation, base, binary, blaze-html, bytestring, containers
, directory, filepath, pretty-show, skylighting-core, text , directory, filepath, pretty-show, skylighting-core, text
}: }:
mkDerivation { mkDerivation {
pname = "skylighting"; pname = "skylighting";
version = "0.9"; version = "0.10";
sha256 = "1855k1xjh38r389zvlzga7dkc3scj65ip9frvvkagxa2ls1irfp1"; sha256 = "1gi6pfi5rcmql0gdcjyb114phkc0xnkrhk6y2h6yvx4jflzpw4lj";
configureFlags = [ "-fexecutable" ]; configureFlags = [ "-fexecutable" ];
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
@ -232756,7 +232875,7 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"skylighting-core_0_9" = callPackage "skylighting-core_0_10" = callPackage
({ mkDerivation, aeson, ansi-terminal, attoparsec, base ({ mkDerivation, aeson, ansi-terminal, attoparsec, base
, base64-bytestring, binary, blaze-html, bytestring , base64-bytestring, binary, blaze-html, bytestring
, case-insensitive, colour, containers, criterion, Diff, directory , case-insensitive, colour, containers, criterion, Diff, directory
@ -232766,8 +232885,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "skylighting-core"; pname = "skylighting-core";
version = "0.9"; version = "0.10";
sha256 = "0gljyp007pcym2b0azg0sn654kmss9xwim84xw7hxc1q8rwvdxhr"; sha256 = "1b2ldgdgq0a1wg7nlfpzm1rag8hbmm7gnirrm78cd72kycrmly60";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -262975,6 +263094,22 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"uniqueness-periods-vector-general" = callPackage
({ mkDerivation, base, uniqueness-periods-vector
, uniqueness-periods-vector-common, vector
}:
mkDerivation {
pname = "uniqueness-periods-vector-general";
version = "0.1.0.0";
sha256 = "0ndvi6rn2nyqy93z09qr08f6mprjwa3jaaz11ykwv5b2c3a30pn4";
libraryHaskellDepends = [
base uniqueness-periods-vector uniqueness-periods-vector-common
vector
];
description = "Generalization of the functionality of the dobutokO-poetry-general-languages package";
license = stdenv.lib.licenses.mit;
}) {};
"unit" = callPackage "unit" = callPackage
({ mkDerivation, base, hspec }: ({ mkDerivation, base, hspec }:
mkDerivation { mkDerivation {
@ -279877,6 +280012,30 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"yesod-page-cursor" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hspec
, hspec-expectations-lifted, http-link-header, http-types, lens
, lens-aeson, monad-logger, mtl, network-uri, persistent
, persistent-sqlite, persistent-template, scientific, text, time
, unliftio, unliftio-core, wai-extra, yesod, yesod-core, yesod-test
}:
mkDerivation {
pname = "yesod-page-cursor";
version = "1.0.0.1";
sha256 = "0grh7pnzhxicanf2ipnb0ivq5lal9h42jd2kbbypgxp7qhvp69g3";
libraryHaskellDepends = [
aeson base bytestring containers http-link-header network-uri text
unliftio yesod-core
];
testHaskellDepends = [
aeson base bytestring hspec hspec-expectations-lifted
http-link-header http-types lens lens-aeson monad-logger mtl
persistent persistent-sqlite persistent-template scientific text
time unliftio unliftio-core wai-extra yesod yesod-core yesod-test
];
license = stdenv.lib.licenses.mit;
}) {};
"yesod-paginate" = callPackage "yesod-paginate" = callPackage
({ mkDerivation, base, template-haskell, yesod }: ({ mkDerivation, base, template-haskell, yesod }:
mkDerivation { mkDerivation {