hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.14.1-10-gd1d8208 from Hackage revision
43355d3d6c.
This commit is contained in:
Peter Simons 2019-03-05 02:30:56 +01:00
parent a70e883445
commit 6e04ad9523
1 changed files with 128 additions and 26 deletions

View File

@ -28874,6 +28874,8 @@ self: {
pname = "arbor-monad-metric-datadog";
version = "1.0.0";
sha256 = "07hqghjrl25ky0rn4mnwia5b90zhf88w6zkqyscs527c0c6dkybc";
revision = "2";
editedCabalFile = "0x8dp7xh1rpd9db2kiya8sr9nc7wzka256jxsvxqfmphd08yc4ad";
libraryHaskellDepends = [
arbor-datadog arbor-monad-metric base bytestring containers
generic-lens lens mtl network resourcet stm text transformers
@ -32106,6 +32108,40 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"avro_0_4_3_0" = callPackage
({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
, binary, bytestring, containers, data-binary-ieee754, deepseq
, directory, extra, fail, gauge, hashable, hspec, hspec-discover
, lens, lens-aeson, mtl, pure-zlib, QuickCheck, random, scientific
, semigroups, tagged, template-haskell, text, tf-random
, transformers, unordered-containers, vector, zlib
}:
mkDerivation {
pname = "avro";
version = "0.4.3.0";
sha256 = "0sv1l51gv6yf4zr4xv5icksmj59qxfzz80y0k5y10mzh7qgyxf88";
libraryHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers data-binary-ieee754 deepseq fail hashable mtl scientific
semigroups tagged template-haskell text tf-random
unordered-containers vector zlib
];
testHaskellDepends = [
aeson array base base16-bytestring bifunctors binary bytestring
containers directory extra fail hashable hspec lens lens-aeson mtl
pure-zlib QuickCheck scientific semigroups tagged template-haskell
text tf-random transformers unordered-containers vector
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [
aeson base bytestring containers gauge hashable mtl random text
transformers unordered-containers vector
];
description = "Avro serialization support for Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"avwx" = callPackage
({ mkDerivation, attoparsec, base, HTTP, lens, optparse-applicative
, parsers, pretty-show, text
@ -68366,8 +68402,8 @@ self: {
pname = "dual-game";
version = "0.1.0.1";
sha256 = "1w69d7d2xbpi82n41gq08qdmldh834ka7qwvy159vsac556wwcfg";
revision = "2";
editedCabalFile = "077gbc640ab3846bijbiif89r3ska3aab7g2r9cd7dl9c7iy35w8";
revision = "4";
editedCabalFile = "1ln3lwx4h7yi3gf5r4ix92nvjcjjhphiqan1lnci81wn0frs9wrz";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -72721,6 +72757,35 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"esqueleto_2_6_1" = callPackage
({ mkDerivation, base, blaze-html, bytestring, conduit, containers
, hspec, monad-logger, mysql, mysql-simple, persistent
, persistent-mysql, persistent-postgresql, persistent-sqlite
, persistent-template, postgresql-libpq, postgresql-simple
, resourcet, tagged, text, time, transformers, unliftio
, unordered-containers
}:
mkDerivation {
pname = "esqueleto";
version = "2.6.1";
sha256 = "15xjns19cqfbsv2ri232v73kci081dkzh718calqkcagx2y62y7n";
libraryHaskellDepends = [
base blaze-html bytestring conduit monad-logger persistent
resourcet tagged text time transformers unliftio
unordered-containers
];
testHaskellDepends = [
base blaze-html bytestring conduit containers hspec monad-logger
mysql mysql-simple persistent persistent-mysql
persistent-postgresql persistent-sqlite persistent-template
postgresql-libpq postgresql-simple resourcet tagged text time
transformers unliftio unordered-containers
];
description = "Type-safe EDSL for SQL queries on persistent backends";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ess" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -96578,8 +96643,8 @@ self: {
pname = "hackertyper";
version = "0.1.0.1";
sha256 = "17c77f687874bfwahmzcz2v6k8z9p4fv555r5r1f38snsdi825gf";
revision = "1";
editedCabalFile = "1slyp8ncpiv204yxb2p7z0kwz4xhqv8czfrx4p78cbbhrlkmgnpm";
revision = "3";
editedCabalFile = "0g8nw9sqya5ycamprc2wiq3ri90hp228csj235lg2mc56pllzpmv";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@ -103594,16 +103659,16 @@ self: {
"haskus-binary" = callPackage
({ mkDerivation, base, bytestring, cereal, criterion, directory
, doctest, ghc-prim, haskus-utils, haskus-utils-data
, doctest, filepath, ghc-prim, haskus-utils, haskus-utils-data
, haskus-utils-types, megaparsec, mtl, primitive, QuickCheck, tasty
, tasty-quickcheck, template-haskell, transformers
}:
mkDerivation {
pname = "haskus-binary";
version = "1.3";
sha256 = "06smbrvkpiz3rwmlsrxv6a5zh5952ivpl7wg85li6bc90dnz04rm";
version = "1.4";
sha256 = "0riqgfy9ai1vb7555l1w9rfcp10ylg7sbk46ph1f2y00pjbxsmv3";
libraryHaskellDepends = [
base bytestring cereal directory ghc-prim haskus-utils
base bytestring cereal directory filepath ghc-prim haskus-utils
haskus-utils-data haskus-utils-types megaparsec mtl primitive
template-haskell transformers
];
@ -103624,8 +103689,8 @@ self: {
}:
mkDerivation {
pname = "haskus-system-build";
version = "1.0";
sha256 = "1xzl5f8wilmdq9bg37zzdcv59cqp8kxnhbm6fd8pzqnj8w1pkwdk";
version = "1.1";
sha256 = "1krclfcv2hj7y9hapfm8xmc2q41v54r2pkh3rfhdnxffgcszad1z";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -103692,13 +103757,14 @@ self: {
}) {};
"haskus-utils-types" = callPackage
({ mkDerivation, base }:
({ mkDerivation, base, doctest }:
mkDerivation {
pname = "haskus-utils-types";
version = "1.3.1";
sha256 = "1qsji8pcncwqj7dgww7azlfk4vdjbalsspkj53cbwxfcib1nmcsw";
version = "1.4.1";
sha256 = "0nypn55fj86llpgdlsbr5qk7jkix5qazz03f8c5a8kn787n2bkpz";
libraryHaskellDepends = [ base ];
description = "Haskus utility modules";
testHaskellDepends = [ base doctest ];
description = "Haskus types utility modules";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -103709,8 +103775,8 @@ self: {
}:
mkDerivation {
pname = "haskus-utils-variant";
version = "2.5";
sha256 = "1nbaq2f33a2q2qpxalvq52sqn47bil41klkp84qdan3rfzh8a7rh";
version = "2.6.1";
sha256 = "1zq76dsp29warrr0ym4lp9lrgar7yairwp91qklf3k6qb8h41qw8";
libraryHaskellDepends = [
base deepseq exceptions haskus-utils-data haskus-utils-types
template-haskell transformers
@ -122777,6 +122843,8 @@ self: {
pname = "identicon-style-squares";
version = "0.1.0.1";
sha256 = "1x456v7fb211f7ciipp2bfn9fvh5w4i34bl5mjw7bkn7hgsaa3x6";
revision = "2";
editedCabalFile = "1bi5sn62z23j9n7bxlaz5qiwk52v7sfr70bk0by9vk6nlylli8r1";
libraryHaskellDepends = [
base identicon JuicyPixels polyvariadic
];
@ -147751,6 +147819,36 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"mmark_0_0_6_2" = callPackage
({ mkDerivation, aeson, base, case-insensitive, containers
, criterion, deepseq, dlist, email-validate, foldl, hashable, hspec
, hspec-discover, hspec-megaparsec, html-entity-map, lucid
, megaparsec, microlens, microlens-th, modern-uri, mtl
, parser-combinators, QuickCheck, text, text-metrics
, unordered-containers, weigh, yaml
}:
mkDerivation {
pname = "mmark";
version = "0.0.6.2";
sha256 = "0j8n2rjfx590v0m3p9z8xhbfxgxbc1cxfkdg18vwyhayh55mn373";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base case-insensitive containers deepseq dlist email-validate
foldl hashable html-entity-map lucid megaparsec microlens
microlens-th modern-uri mtl parser-combinators text text-metrics
unordered-containers yaml
];
testHaskellDepends = [
aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri
QuickCheck text
];
testToolDepends = [ hspec-discover ];
benchmarkHaskellDepends = [ base criterion text weigh ];
description = "Strict markdown processor for writers";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"mmark-cli" = callPackage
({ mkDerivation, aeson, base, bytestring, directory
, ghc-syntax-highlighter, gitrev, lucid, megaparsec, mmark
@ -170097,8 +170195,8 @@ self: {
pname = "polyvariadic";
version = "0.3.0.3";
sha256 = "0zf7znslayjmcnajmsymc79f0lyyk7ph9zfczq78inirg0hv7hq1";
revision = "3";
editedCabalFile = "10lqcrp16v1h0lzr931haramkxkxz2bkfsyadxnc7ki73k39g11p";
revision = "5";
editedCabalFile = "1pzqc1hppzlj03wr2hrlm7liq9kcf650mpsrm4chr6msq491na9c";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base ];
description = "Creation and application of polyvariadic functions";
@ -192563,8 +192661,8 @@ self: {
pname = "servant-iCalendar";
version = "0.1.0.1";
sha256 = "15gqlb60r8msn3k1j8wjxq89qg6d790lnb751wabg2lsxybmdzas";
revision = "3";
editedCabalFile = "0bcab5xk354glypz15lnlzvr157pbvh4mjfd5ln59hr3ip84bzi9";
revision = "6";
editedCabalFile = "0pqn5lxcicccy73xbxsaqkxlga0ljc2kr8ysmdffxyndjyph4237";
libraryHaskellDepends = [
base data-default http-media iCalendar servant
];
@ -195729,6 +195827,8 @@ self: {
pname = "shine";
version = "0.2.0.3";
sha256 = "16h5igycgas28qk22yg08qkfwsrar9g4bw7q8p94vmf993p4542k";
revision = "1";
editedCabalFile = "0af20y679gqd8dzsfjhiaag1dc25dlvgml2jdkqnp6mi28sbz3n1";
libraryHaskellDepends = [
base ghcjs-dom ghcjs-prim keycode mtl time transformers
];
@ -195745,8 +195845,8 @@ self: {
pname = "shine-varying";
version = "0.1.0.0";
sha256 = "13mnzf8i9y7ifn73mvsrzv0dh01vc20cymqli29j384z1491sc40";
revision = "3";
editedCabalFile = "1icg7mcfw6zrdf884kh2g0ss2lki0zf0b3r0yqzmz4h2cwvxl910";
revision = "4";
editedCabalFile = "1q46j41fxi8y52vzx7g18izndwrckcny56xdzyzrj5455znhwrsy";
libraryHaskellDepends = [ base ghcjs-dom keycode shine varying ];
testHaskellDepends = [ base ghcjs-dom keycode shine varying ];
description = "FRP interface for shine using the varying package";
@ -196637,8 +196737,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "simple-get-opt";
version = "0.2.0";
sha256 = "1xx751j2vszqr8x9nf4f56aj5b6v0j8qdf90pd1xdasrfc67af9c";
version = "0.3";
sha256 = "1kcngbcl8kv6v9762z1f6kp4x7kary8n4zqpky6d7kxpv5zqrnfy";
libraryHaskellDepends = [ base ];
description = "A simple library for processing command-line options";
license = stdenv.lib.licenses.bsd3;
@ -225324,8 +225424,8 @@ self: {
pname = "urlencoded";
version = "0.4.2.0";
sha256 = "1i88qf5dq52ra7hl29ka1i0bhyfic3sg7ksm1n6bpb2hj38hr139";
revision = "2";
editedCabalFile = "1ylbxfd7p8kdlmsfbqsnisgdxk9livncin1bckp8m5a1mrw5ywk3";
revision = "4";
editedCabalFile = "0sq16qnc50hh4gyylm3vz1rdvx94ypmw08hsgjv30mcfzfsq6ch5";
libraryHaskellDepends = [ base mtl network network-uri split ];
testHaskellDepends = [ base network network-uri QuickCheck ];
description = "Generate or process x-www-urlencoded data";
@ -236499,6 +236599,8 @@ self: {
pname = "yabi";
version = "0.2.0.0";
sha256 = "1iihmhq87z5k9wzv8j8ydyy100m0401yqm576z27fk01i1a6fq3x";
revision = "1";
editedCabalFile = "0hbmp3hbr2f64vpnqf7hg2li4yasiv7fzmafqf50wypz3zixbgmp";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [ base word8 ];