3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.6-11-g74d58ee from Hackage revision
b787986160.
This commit is contained in:
Peter Simons 2017-09-30 15:47:25 +02:00
parent aebdc892d6
commit d0fbe1b411

View file

@ -2608,6 +2608,33 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"Cassava" = callPackage
({ mkDerivation, array, attoparsec, base, bytestring
, bytestring-builder, containers, deepseq, hashable, HUnit, Only
, QuickCheck, quickcheck-instances, scientific, test-framework
, test-framework-hunit, test-framework-quickcheck2, text
, unordered-containers, vector
}:
mkDerivation {
pname = "Cassava";
version = "0.5.1.0";
sha256 = "1z9y8vzsb0qxfx72w0nb77n0ibha48dv4sg3wv02xrrbz95nwlrh";
revision = "1";
editedCabalFile = "1ijb77wqccqgjq0g04m3rk3iygm6hwbmrc50svah19vpl3mkz102";
libraryHaskellDepends = [
array attoparsec base bytestring bytestring-builder containers
deepseq hashable Only scientific text unordered-containers vector
];
testHaskellDepends = [
attoparsec base bytestring hashable HUnit QuickCheck
quickcheck-instances scientific test-framework test-framework-hunit
test-framework-quickcheck2 text unordered-containers vector
];
homepage = "https://github.com/hvr/cassava";
description = "A CSV parsing and encoding library";
license = stdenv.lib.licenses.bsd3;
}) {};
"Catana" = callPackage
({ mkDerivation, base, mtl }:
mkDerivation {
@ -29800,6 +29827,44 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"aws_0_17_1" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, base64-bytestring, blaze-builder, byteable, bytestring
, case-insensitive, cereal, conduit, conduit-combinators
, conduit-extra, containers, cryptohash, data-default, directory
, errors, filepath, http-client, http-client-tls, http-conduit
, http-types, lifted-base, monad-control, mtl, network, old-locale
, QuickCheck, quickcheck-instances, resourcet, safe, scientific
, tagged, tasty, tasty-hunit, tasty-quickcheck, text, time
, transformers, transformers-base, unordered-containers
, utf8-string, vector, xml-conduit
}:
mkDerivation {
pname = "aws";
version = "0.17.1";
sha256 = "1q4qh58vj8447a4fl88n3nkpdc4yv293qsh02w6zvszd6ch61yh7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson attoparsec base base16-bytestring base64-bytestring
blaze-builder byteable bytestring case-insensitive cereal conduit
conduit-extra containers cryptohash data-default directory filepath
http-conduit http-types lifted-base monad-control mtl network
old-locale resourcet safe scientific tagged text time transformers
unordered-containers utf8-string vector xml-conduit
];
testHaskellDepends = [
aeson base bytestring conduit-combinators errors http-client
http-client-tls http-types lifted-base monad-control mtl QuickCheck
quickcheck-instances resourcet tagged tasty tasty-hunit
tasty-quickcheck text time transformers transformers-base
];
homepage = "http://github.com/aristidb/aws";
description = "Amazon Web Services (AWS) for Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aws-cloudfront-signer" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, base, base64-bytestring
, bytestring, crypto-pubkey-types, RSA, time
@ -36654,7 +36719,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"brick_0_24_2" = callPackage
"brick_0_25" = callPackage
({ mkDerivation, base, containers, contravariant, data-clist
, deepseq, dlist, microlens, microlens-mtl, microlens-th, stm
, template-haskell, text, text-zipper, transformers, vector, vty
@ -36662,8 +36727,8 @@ self: {
}:
mkDerivation {
pname = "brick";
version = "0.24.2";
sha256 = "162p1sgiq25zymjnvjzkbblwwl7544ph7y8kpa1x07w7x9bq2jw3";
version = "0.25";
sha256 = "0yj1lw8a82xw5kkaqq5dhffzw8gcjb8cb1wjbsyc3hgcscy9vn9m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -59398,6 +59463,18 @@ self: {
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
}) {};
"display" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
pname = "display";
version = "0.0.0";
sha256 = "1z5spl8l4n2x17szlyra2m1973ppgd9xqw851zgnmrvlp79gr0ls";
libraryHaskellDepends = [ base bytestring ];
homepage = "https://github.com/chrisdone/display#readme";
description = "Display things for humans to read";
license = stdenv.lib.licenses.bsd3;
}) {};
"display-haskell-do" = callPackage
({ mkDerivation, aeson, base, text }:
mkDerivation {
@ -98376,37 +98453,36 @@ self: {
"hledger" = callPackage
({ mkDerivation, ansi-terminal, base, base-compat, bytestring
, cmdargs, containers, criterion, csv, data-default, directory
, file-embed, filepath, hashable, haskeline, here, hledger-lib
, html, HUnit, megaparsec, mtl, mtl-compat, old-time, parsec
, pretty-show, process, regex-tdfa, safe, shakespeare, split
, tabular, temporary, terminfo, test-framework
, cmdargs, containers, criterion, csv, data-default, Diff
, directory, file-embed, filepath, hashable, haskeline, here
, hledger-lib, html, HUnit, megaparsec, mtl, mtl-compat, old-time
, parsec, pretty-show, process, regex-tdfa, safe, shakespeare
, split, tabular, temporary, terminfo, test-framework
, test-framework-hunit, text, time, timeit, transformers
, unordered-containers, utf8-string, wizards
, unordered-containers, utf8-string, utility-ht, wizards
}:
mkDerivation {
pname = "hledger";
version = "1.3.1";
sha256 = "0h2ljdncxg5f17llnck6136mn9dn83ql85apnm04sm9cxq7iqqxd";
revision = "1";
editedCabalFile = "165jja9hj9f949g26issn8qra7zairm3s48q5kamy6qshbhfy0km";
version = "1.4";
sha256 = "146llzlpijcai3cfqcd4l4dcyjq6j6wd6pinkllja73vpx7wyi75";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-terminal base base-compat bytestring cmdargs containers csv
data-default directory file-embed filepath hashable haskeline here
hledger-lib HUnit megaparsec mtl mtl-compat old-time pretty-show
process regex-tdfa safe shakespeare split tabular temporary
terminfo text time transformers unordered-containers utf8-string
wizards
data-default Diff directory file-embed filepath hashable haskeline
here hledger-lib HUnit megaparsec mtl mtl-compat old-time
pretty-show process regex-tdfa safe shakespeare split tabular
temporary terminfo text time transformers unordered-containers
utf8-string utility-ht wizards
];
executableHaskellDepends = [
ansi-terminal base base-compat bytestring cmdargs containers csv
data-default directory file-embed filepath haskeline here
hledger-lib HUnit mtl mtl-compat old-time parsec pretty-show
process regex-tdfa safe shakespeare split tabular temporary
terminfo text time unordered-containers utf8-string wizards
terminfo text time unordered-containers utf8-string utility-ht
wizards
];
testHaskellDepends = [
ansi-terminal base base-compat bytestring cmdargs containers csv
@ -98414,12 +98490,12 @@ self: {
hledger-lib HUnit mtl mtl-compat old-time parsec pretty-show
process regex-tdfa safe shakespeare split tabular temporary
terminfo test-framework test-framework-hunit text time
unordered-containers utf8-string wizards
unordered-containers utf8-string utility-ht wizards
];
benchmarkHaskellDepends = [
ansi-terminal base base-compat criterion directory file-embed
filepath here hledger-lib html pretty-show process tabular
temporary time timeit
filepath here hledger-lib html pretty-show process shakespeare
tabular temporary terminfo time timeit utility-ht
];
homepage = "http://hledger.org";
description = "Command-line interface for the hledger accounting tool";
@ -98435,10 +98511,8 @@ self: {
}:
mkDerivation {
pname = "hledger-api";
version = "1.3.1";
sha256 = "149v81qslajzkr13ba7j4qqliagaq88v3d3pw301haf4v3wz9sv4";
revision = "1";
editedCabalFile = "11rsyhfxjr87j9m3frnkq6mssj6isay29v61l280a1bd5r58zcr3";
version = "1.4";
sha256 = "00vpl1ch1v80f37y8yn2psdzm7ccxpfn3jp93xqxbasksxfawfa7";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@ -98499,8 +98573,8 @@ self: {
pname = "hledger-iadd";
version = "1.2.6";
sha256 = "1l5vzhyya5h6sc3l74iy0mnys8bcjp6m5z0m3lqabk37ik31ld36";
revision = "1";
editedCabalFile = "1mr997ryvxv3aq0km3f1h2y0i79m0lb7pl8mn3way5wa82x10kbg";
revision = "2";
editedCabalFile = "0a9ciakp892i0g8kf199lh4x0gzisbjaidihhinkf7gk3f40p3il";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -98571,10 +98645,8 @@ self: {
}:
mkDerivation {
pname = "hledger-lib";
version = "1.3.2";
sha256 = "1qlfzw8nh4isfjqmnq16qrfas9flhyn2b6mf9nvcg0bgm4m7hs7n";
revision = "1";
editedCabalFile = "1frcbzksnpxl6m7jn6sj9am3f65gs5zp1pzr6jb7a5kxkdkpmyv1";
version = "1.4";
sha256 = "15hyrpn0ifwx4x22hggjdm1xz0jyk8p5wnrynzxy9ali0wci1qxq";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
ansi-terminal array base base-compat blaze-markup bytestring
@ -98605,10 +98677,8 @@ self: {
}:
mkDerivation {
pname = "hledger-ui";
version = "1.3.1";
sha256 = "1mnvqhp32m9xfyabzl19djy74v5nr9mwaanpnwxqp1wkifq7cmxs";
revision = "1";
editedCabalFile = "0va8jvqakgsra3za7k9j8mjmn6k39881zv0l8hh069dhk7yqd49r";
version = "1.4";
sha256 = "0rm6091nlpijhi6k74dg35g38a7ly22mqfnb0mvjp8pyxb4phq33";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@ -98654,10 +98724,8 @@ self: {
}:
mkDerivation {
pname = "hledger-web";
version = "1.3.2";
sha256 = "0lcrgg6d0gpi9z855byjibzr82bbvmr6bbca5k3ivigd0yzc467d";
revision = "1";
editedCabalFile = "11imvlhh7lxml59fncmx5dw76gjfby75czfqz3ywk6zcsznjbl80";
version = "1.4";
sha256 = "1l5mxvhgvn3q1ds9qmqkdmrs82619nvs13gmjsynr0vbbx52zw7h";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -98665,25 +98733,25 @@ self: {
base base-compat blaze-html blaze-markup bytestring clientsession
cmdargs conduit-extra data-default directory filepath hjsmin
hledger hledger-lib http-client http-conduit HUnit json megaparsec
mtl safe shakespeare template-haskell text time transformers wai
wai-extra wai-handler-launch warp yaml yesod yesod-core yesod-form
yesod-static
mtl parsec safe shakespeare template-haskell text time transformers
wai wai-extra wai-handler-launch warp yaml yesod yesod-core
yesod-form yesod-static
];
executableHaskellDepends = [
base base-compat blaze-html blaze-markup bytestring clientsession
cmdargs conduit-extra data-default directory filepath hjsmin
hledger hledger-lib http-client http-conduit HUnit json parsec safe
shakespeare template-haskell text time transformers wai wai-extra
wai-handler-launch warp yaml yesod yesod-core yesod-form
yesod-static
hledger hledger-lib http-client http-conduit HUnit json megaparsec
mtl parsec safe shakespeare template-haskell text time transformers
wai wai-extra wai-handler-launch warp yaml yesod yesod-core
yesod-form yesod-static
];
testHaskellDepends = [
base base-compat blaze-html blaze-markup bytestring clientsession
cmdargs conduit-extra data-default directory filepath hjsmin
hledger hledger-lib hspec http-client http-conduit HUnit json safe
shakespeare template-haskell text time transformers wai wai-extra
wai-handler-launch warp yaml yesod yesod-core yesod-form
yesod-static yesod-test
hledger hledger-lib hspec http-client http-conduit HUnit json
megaparsec mtl parsec safe shakespeare template-haskell text time
transformers wai wai-extra wai-handler-launch warp yaml yesod
yesod-core yesod-form yesod-static yesod-test
];
homepage = "http://hledger.org";
description = "Web interface for the hledger accounting tool";
@ -104457,6 +104525,7 @@ self: {
quickcheck-io random setenv silently temporary tf-random time
transformers
];
testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'";
homepage = "http://hspec.github.io/";
description = "A Testing Framework for Haskell";
license = stdenv.lib.licenses.mit;
@ -127680,6 +127749,36 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lxd-client" = callPackage
({ mkDerivation, aeson, async, base, bimap, bytestring, connection
, containers, data-default, directory, either, exceptions, filepath
, hspec, hspec-core, http-api-data, http-client, http-client-tls
, http-media, http-types, mtl, network, random, semigroups, servant
, servant-client, text, tls, transformers, turtle, unix, uuid
, websockets, x509, x509-store, x509-validation
}:
mkDerivation {
pname = "lxd-client";
version = "0.1.0.2";
sha256 = "1m1rqzbjnd73p6y2iak5fpdq15n52pn2lancvr5s0japw45knqhz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async base bimap bytestring connection containers
data-default directory either exceptions filepath http-api-data
http-client http-client-tls http-media http-types mtl network
semigroups servant servant-client text tls transformers unix
websockets x509 x509-store x509-validation
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
base exceptions hspec hspec-core random text turtle uuid
];
homepage = "https://github.com/hverr/haskell-lxd-client#readme";
description = "LXD client written in Haskell";
license = stdenv.lib.licenses.gpl3;
}) {};
"lye" = callPackage
({ mkDerivation, base, containers, free, HCodecs, lens, parsers
, transformers, trifecta
@ -140411,8 +140510,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export";
version = "0.8.0.5";
sha256 = "1qiaz3jah863xzbzck2dndy06rhizb6nniqnn38n32nln3bsmqcz";
version = "0.8.0.6";
sha256 = "12lynhl8kn5vpp9ajaiv0vylbyzf16bykprjvg16nvvw5maww1ll";
libraryHaskellDepends = [
async base binary bytestring monad-loops template-haskell unix
];
@ -149567,8 +149666,8 @@ self: {
pname = "pgdl";
version = "10.9";
sha256 = "0hwky1331bv1zbjq9nbfnvx8gkbfhs5sjawxjccz9l484xsrbb5z";
revision = "3";
editedCabalFile = "0ia214ixkjaz26j998visf4x25g12fwb5z6cpi31r7wz5lhz5z39";
revision = "4";
editedCabalFile = "04kg2i0y7yb0577kk8v1v7rgji80agmi0aq350lf0rl77r2ksy85";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -164809,6 +164908,7 @@ self: {
data-default-class hspec hspec-core http-client http-types mtl
QuickCheck text time unordered-containers
];
doCheck = false;
homepage = "https://github.com/mrkkrp/req";
description = "Easy-to-use, type-safe, expandable, high-level HTTP library";
license = stdenv.lib.licenses.bsd3;
@ -164838,6 +164938,7 @@ self: {
data-default-class hspec hspec-core http-client http-types
monad-control mtl QuickCheck retry text time unordered-containers
];
doCheck = false;
homepage = "https://github.com/mrkkrp/req";
description = "Easy-to-use, type-safe, expandable, high-level HTTP library";
license = stdenv.lib.licenses.bsd3;
@ -181699,7 +181800,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"stache_1_2_0" = callPackage
"stache_1_2_1" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, directory, file-embed, filepath, hspec, hspec-megaparsec
, megaparsec, mtl, template-haskell, text, unordered-containers
@ -181707,8 +181808,8 @@ self: {
}:
mkDerivation {
pname = "stache";
version = "1.2.0";
sha256 = "050b7rnwh7cphsakh05s6hjc5ddfm0637yahq1igs0kp32d6pmv0";
version = "1.2.1";
sha256 = "0fqipjyin2hpklm0gaab4qhcfj9gzkpb2g948sqzf1n6alkxvyvb";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@ -183077,8 +183178,8 @@ self: {
({ mkDerivation, base, text }:
mkDerivation {
pname = "stemmer-german";
version = "0.1.1.0";
sha256 = "1m0jhmdh51g7cqy51h1xqkdiz8il22xkfq5h4vzabllvyiii3anm";
version = "0.1.1.1";
sha256 = "037dw03zb4xdfbzp8js04ymrxii7rsin7pwiansa9khb29w2jqsn";
libraryHaskellDepends = [ base text ];
description = "Extract the stem of a German inflected word form";
license = stdenv.lib.licenses.mit;
@ -186576,6 +186677,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; symengine = null;};
"symmetric-properties" = callPackage
({ mkDerivation, base, containers, hspec, HUnit }:
mkDerivation {
pname = "symmetric-properties";
version = "0.1.0.0";
sha256 = "10q6w071fa9nyrg7kz9zil3jz7xpvp5l8ni4kddra10dp2hnwg80";
libraryHaskellDepends = [ base containers ];
testHaskellDepends = [ base hspec HUnit ];
homepage = "https://github.com/joelburget/symmetric-properties#readme";
description = "Monoids for sameness and uniqueness";
license = stdenv.lib.licenses.bsd3;
}) {};
"symon" = callPackage
({ mkDerivation, ansi-terminal, base, monad-loops, random }:
mkDerivation {
@ -194482,8 +194596,8 @@ self: {
({ mkDerivation, base, c2hs, text }:
mkDerivation {
pname = "tinyfiledialogs";
version = "0.1.0.0";
sha256 = "0csj7ca5r6vqkviz3q570bsmdssm144sb9wyi7d9jpl0n3khpdm1";
version = "0.2.0.0";
sha256 = "16vzn532204vs39lfsf7q20zkhncqgk1vzqls9x2cy8kzdzrqlm4";
libraryHaskellDepends = [ base text ];
libraryToolDepends = [ c2hs ];
homepage = "https://github.com/mtolly/tinyfiledialogs";
@ -196325,6 +196439,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"treefold" = callPackage
({ mkDerivation, base, containers, criterion, doctest, hedgehog
, parallel, random
}:
mkDerivation {
pname = "treefold";
version = "0.1.0.0";
sha256 = "1svpbrvw7j35kp25mcddallfl9miafdyb2dm2wbmj461sh95qd7g";
libraryHaskellDepends = [ base parallel ];
testHaskellDepends = [ base doctest hedgehog ];
benchmarkHaskellDepends = [ base containers criterion random ];
homepage = "https://github.com/oisdk/treefold";
license = stdenv.lib.licenses.mit;
}) {};
"treemap" = callPackage
({ mkDerivation, base, containers, deepseq, semigroups, strict
, tasty, tasty-hunit, text, transformers
@ -210546,6 +210675,24 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"xml-conduit-writer_0_1_1_2" = callPackage
({ mkDerivation, base, containers, data-default, dlist, mtl, text
, xml-conduit, xml-types
}:
mkDerivation {
pname = "xml-conduit-writer";
version = "0.1.1.2";
sha256 = "0n5fk6sj5grcfz51psbf8h4z40hd4dk8zpk870c6ipm2s9dc1488";
libraryHaskellDepends = [
base containers data-default dlist mtl text xml-conduit xml-types
];
testHaskellDepends = [ base text ];
homepage = "https://bitbucket.org/dpwiz/xml-conduit-writer";
description = "Warm and fuzzy creation of XML documents";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"xml-enumerator" = callPackage
({ mkDerivation, attoparsec, attoparsec-enumerator, base
, blaze-builder, blaze-builder-enumerator, bytestring, containers