hackage-packages.nix: update to 31af6a881c with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1

This commit is contained in:
Peter Simons 2015-06-09 16:38:53 +02:00
parent 6d859229e1
commit 43a7006495
1 changed files with 88 additions and 39 deletions

View File

@ -7628,8 +7628,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "HandsomeSoup"; pname = "HandsomeSoup";
version = "0.4"; version = "0.4.2";
sha256 = "0h760vfqgg40h50ybqpgpzh0skgbggx4xj1zaag3ca6l22950w36"; sha256 = "1yzfrvivvxwlaiqwbjx27rxwq9mmnnpb512vwklzw7nyzg9xmqha";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -25415,8 +25415,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "bitcoin-api"; pname = "bitcoin-api";
version = "0.12.0"; version = "0.12.1";
sha256 = "09sh56wmkkgm0gzsai94q1qa2dlf1s7nfxl0yzim0s10p71bw7wr"; sha256 = "0c1ydggik4k3vj93bqk53privyblkwhd32jizw25qk5j34axwy69";
buildDepends = [ buildDepends = [
aeson base base58string binary bitcoin-block bitcoin-script aeson base base58string binary bitcoin-block bitcoin-script
bitcoin-tx bitcoin-types bytestring hexstring lens lens-aeson text bitcoin-tx bitcoin-types bytestring hexstring lens lens-aeson text
@ -36402,6 +36402,29 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"cron-compat" = callPackage
({ mkDerivation, attoparsec, base, cron, derive, hspec
, hspec-expectations, mtl, mtl-compat, old-locale, QuickCheck, text
, time, transformers, transformers-compat
}:
mkDerivation {
pname = "cron-compat";
version = "0.2.6";
sha256 = "0km70j3xfqvpra9mvbxpvpqd7arjjfcpazmilvmj6kjxk6cw7pfx";
buildDepends = [
attoparsec base mtl mtl-compat old-locale text time
transformers-compat
];
testDepends = [
attoparsec base cron derive hspec hspec-expectations QuickCheck
text time transformers
];
jailbreak = true;
homepage = "http://github.com/michaelxavier/cron";
description = "Cron datatypes and Attoparsec parser";
license = stdenv.lib.licenses.mit;
}) {};
"cruncher-types" = callPackage "cruncher-types" = callPackage
({ mkDerivation, aeson, base, containers, hlint, lens, text }: ({ mkDerivation, aeson, base, containers, hlint, lens, text }:
mkDerivation { mkDerivation {
@ -46647,13 +46670,12 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "eventstore"; pname = "eventstore";
version = "0.7.2.1"; version = "0.8.0.0";
sha256 = "0zhasybpvmi3f0kb2pipb03jnv4d710gcr6mphszgkj5179wvad2"; sha256 = "0p1z7xs3412s2hnv7pc18y1gx65p5hf09038n96vl22kvc9d84ww";
buildDepends = [ buildDepends = [
aeson async attoparsec base bytestring cereal containers network aeson async attoparsec base bytestring cereal containers network
protobuf random sodium stm text time unordered-containers uuid protobuf random sodium stm text time unordered-containers uuid
]; ];
jailbreak = true;
homepage = "http://github.com/YoEight/eventstore"; homepage = "http://github.com/YoEight/eventstore";
description = "EventStore TCP Client"; description = "EventStore TCP Client";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -64845,17 +64867,18 @@ self: {
, either, exceptions, http-client, http-client-tls, http-types, jwt , either, exceptions, http-client, http-client-tls, http-types, jwt
, lens, mtl, network-uri, postgresql-simple, resource-pool, safe , lens, mtl, network-uri, postgresql-simple, resource-pool, safe
, stm, text, time, transformers, unordered-containers, utf8-string , stm, text, time, transformers, unordered-containers, utf8-string
, wai, wai-lens, webcrank-wai, wreq , wai, wai-lens, webcrank, webcrank-wai, wreq
}: }:
mkDerivation { mkDerivation {
pname = "hipbot"; pname = "hipbot";
version = "0.3.0.2"; version = "0.5";
sha256 = "04czq0ix78amd217cf5yj8yvkr4hpsaa38rdmjish40b63crnba3"; sha256 = "0acy9bp2dwszd01l514nx2crdxgb356k18pm9ravddljxr24n1hs";
buildDepends = [ buildDepends = [
aeson base bifunctors blaze-builder bytestring either exceptions aeson base bifunctors blaze-builder bytestring either exceptions
http-client http-client-tls http-types jwt lens mtl network-uri http-client http-client-tls http-types jwt lens mtl network-uri
postgresql-simple resource-pool safe stm text time transformers postgresql-simple resource-pool safe stm text time transformers
unordered-containers utf8-string wai wai-lens webcrank-wai wreq unordered-containers utf8-string wai wai-lens webcrank webcrank-wai
wreq
]; ];
jailbreak = true; jailbreak = true;
homepage = "https://github.com/purefn/hipbot"; homepage = "https://github.com/purefn/hipbot";
@ -75489,8 +75512,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "io-streams"; pname = "io-streams";
version = "1.3.0.0"; version = "1.3.1.0";
sha256 = "029qp0jfap6jczxdi2my1g4vcp8pr4zkxp64xfl7cyiigbapkimw"; sha256 = "1fic83lgvyji75gyx8c9ik9lj6jf65wbqmzp30siqmkhdp9y1rxf";
buildDepends = [ buildDepends = [
attoparsec base bytestring bytestring-builder network primitive attoparsec base bytestring bytestring-builder network primitive
process text time transformers vector zlib-bindings process text time transformers vector zlib-bindings
@ -81169,6 +81192,32 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"lentil" = callPackage
({ mkDerivation, ansi-wl-pprint, base, csv, directory, filemanip
, filepath, hspec, natural-sort, optparse-applicative, parsec
, regex-tdfa
}:
mkDerivation {
pname = "lentil";
version = "0.1.0.2";
revision = "2";
sha256 = "104f1hyd9fp0b0ibqr292bpx8zgmw8gi7m3br2zv8m19rrnwgn4v";
editedCabalFile = "fb144e396ba79b4418a347b981356f5d15a1c33179bc8c7c154de7c5cb0d3d4c";
isLibrary = false;
isExecutable = true;
buildDepends = [
ansi-wl-pprint base csv directory filemanip filepath natural-sort
optparse-applicative parsec regex-tdfa
];
testDepends = [
ansi-wl-pprint base csv directory filemanip filepath hspec
natural-sort optparse-applicative parsec regex-tdfa
];
homepage = "http://www.ariis.it/static/articles/lentil/page.html";
description = "frugal issue tracker";
license = stdenv.lib.licenses.gpl3;
}) {};
"level-monad" = callPackage "level-monad" = callPackage
({ mkDerivation, base, fmlist }: ({ mkDerivation, base, fmlist }:
mkDerivation { mkDerivation {
@ -95853,7 +95902,9 @@ self: {
mkDerivation { mkDerivation {
pname = "pandoc-csv2table"; pname = "pandoc-csv2table";
version = "1.0.1"; version = "1.0.1";
revision = "1";
sha256 = "0b4xszf9bzfhrjgy2cymryab58zhh4jwv9p8g2hiqgrxix8jr1qb"; sha256 = "0b4xszf9bzfhrjgy2cymryab58zhh4jwv9p8g2hiqgrxix8jr1qb";
editedCabalFile = "0924cc418394f855f93486ee6fb3bae991112c3e63df74f95afa6c2d62b09299";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base csv pandoc pandoc-types text ]; buildDepends = [ base csv pandoc pandoc-types text ];
@ -101921,8 +101972,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "propellor"; pname = "propellor";
version = "2.4.0"; version = "2.5.0";
sha256 = "1l2zhj12jwsavljx0r6qmz44w7k5bwckwg2wcz38qd6km4wy3ppw"; sha256 = "120pamm3rg2iahbl23y90wbcwdhgjvvsfzlkhi61c97xfybvb08c";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -107099,8 +107150,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rethinkdb"; pname = "rethinkdb";
version = "1.16.0.0"; version = "2.0.0.0";
sha256 = "125gg719isf60yv5yj0frkg92bp42cb43d4qzs7jqic1wvhx32yy"; sha256 = "09digdn4a9vsmanpj6d2wn6kh59r05cfwjk4xq22iszzjrxami6d";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -107109,9 +107160,8 @@ self: {
unordered-containers utf8-string vector unordered-containers utf8-string vector
]; ];
testDepends = [ base doctest ]; testDepends = [ base doctest ];
jailbreak = true;
homepage = "http://github.com/atnnn/haskell-rethinkdb"; homepage = "http://github.com/atnnn/haskell-rethinkdb";
description = "A driver for RethinkDB 1.16"; description = "A driver for RethinkDB 2.0";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
@ -128556,12 +128606,12 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "uri-bytestring"; pname = "uri-bytestring";
version = "0.1.3"; version = "0.1.4";
sha256 = "19zsjvn977rwmlgc062wwzbmdgxxxcf4ad6g64ih4n3q707r6gka"; sha256 = "19ryx71hyv1jg24yn19nfn6x1956a3a8bjhbdl4fnjnln3h7xkmv";
buildDepends = [ attoparsec base blaze-builder bytestring ]; buildDepends = [ attoparsec base blaze-builder bytestring ];
testDepends = [ testDepends = [
attoparsec base bytestring derive HUnit lens QuickCheck attoparsec base blaze-builder bytestring derive HUnit lens
quickcheck-instances tasty tasty-hunit tasty-quickcheck QuickCheck quickcheck-instances tasty tasty-hunit tasty-quickcheck
]; ];
homepage = "https://github.com/Soostone/uri-bytestring"; homepage = "https://github.com/Soostone/uri-bytestring";
description = "Haskell URI parsing as ByteStrings"; description = "Haskell URI parsing as ByteStrings";
@ -131632,8 +131682,8 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "wai-routes"; pname = "wai-routes";
version = "0.6.2"; version = "0.7.0";
sha256 = "04h0npgg6jfpzgg7g6kwbpkg3k148aq9jb3561r8j7fm6jmmynab"; sha256 = "1adiijvnwgm7j3qdr5ngxcc59amzcphgww3drj308hq278fpac08";
buildDepends = [ buildDepends = [
aeson base blaze-builder bytestring containers http-types mtl aeson base blaze-builder bytestring containers http-types mtl
path-pieces random template-haskell text wai path-pieces random template-haskell text wai
@ -132401,8 +132451,8 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "webcrank"; pname = "webcrank";
version = "0.2.1"; version = "0.2.2";
sha256 = "0px4dy4crivkga0h2ca9j6fxlzwyl8qm8xzd2xyllqm2gzvcc3l7"; sha256 = "1rgvpp2526lmly2fli65mygplfc6wzqcw5fkn7gq4fcrmql2cisj";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder bytestring case-insensitive either attoparsec base blaze-builder bytestring case-insensitive either
exceptions http-date http-media http-types lens mtl semigroups text exceptions http-date http-media http-types lens mtl semigroups text
@ -132442,8 +132492,8 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "webcrank-wai"; pname = "webcrank-wai";
version = "0.2"; version = "0.2.1";
sha256 = "02d6hsgx70mcghz1xrszf1jnl62alki3ch7wacp35s8jz79xrccw"; sha256 = "13db2hpyvzpx9i43d8pryq7f87zlajpfpf0h6biva28l9qamy1yv";
buildDepends = [ buildDepends = [
base bytestring exceptions lens mtl unix-compat base bytestring exceptions lens mtl unix-compat
unordered-containers wai wai-lens webcrank webcrank-dispatch unordered-containers wai wai-lens webcrank webcrank-dispatch
@ -134539,8 +134589,8 @@ test/package-dump/ghc-7.10.txt";
}: }:
mkDerivation { mkDerivation {
pname = "xml-conduit-parse"; pname = "xml-conduit-parse";
version = "0.2.0.0"; version = "0.2.0.1";
sha256 = "08dvaqfwi9gaa6xihyh2mksplid3xlfa3qb22glnmrcn37vxpphx"; sha256 = "04cs7bfdyia56vp9khdszxap1ri2riymmhsdb8shkcypf4ndhyyw";
buildDepends = [ buildDepends = [
base conduit conduit-parse containers exceptions parsers text base conduit conduit-parse containers exceptions parsers text
xml-conduit xml-types xml-conduit xml-types
@ -136769,15 +136819,15 @@ test/package-dump/ghc-7.10.txt";
, containers, country-codes, data-default, directory, fast-logger , containers, country-codes, data-default, directory, fast-logger
, hamlet, hjsmin, http-conduit, http-types, lifted-base, mangopay , hamlet, hjsmin, http-conduit, http-types, lifted-base, mangopay
, monad-control, monad-logger, persistent, persistent-postgresql , monad-control, monad-logger, persistent, persistent-postgresql
, persistent-template, resourcet, shakespeare, shakespeare-css , persistent-template, resourcet, shakespeare, template-haskell
, shakespeare-js, shakespeare-text, template-haskell, text, time , text, time, wai, wai-extra, wai-logger, warp, yaml, yesod
, wai, wai-extra, wai-logger, warp, yaml, yesod, yesod-auth , yesod-auth, yesod-core, yesod-form, yesod-persistent
, yesod-core, yesod-form, yesod-persistent, yesod-static , yesod-static
}: }:
mkDerivation { mkDerivation {
pname = "yesod-mangopay"; pname = "yesod-mangopay";
version = "1.11"; version = "1.11.1";
sha256 = "1j6dibg7l0g3hykwvhxm9n898gg06mrgyg89yjbv31pm4mfvycsn"; sha256 = "0haz7zd9s9c12fcz11wkhw50hni08g2an1f65bd6cj871zzz3mnl";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -136785,8 +136835,7 @@ test/package-dump/ghc-7.10.txt";
country-codes data-default directory fast-logger hamlet hjsmin country-codes data-default directory fast-logger hamlet hjsmin
http-conduit http-types lifted-base mangopay monad-control http-conduit http-types lifted-base mangopay monad-control
monad-logger persistent persistent-postgresql persistent-template monad-logger persistent persistent-postgresql persistent-template
resourcet shakespeare shakespeare-css shakespeare-js resourcet shakespeare template-haskell text time wai wai-extra
shakespeare-text template-haskell text time wai wai-extra
wai-logger warp yaml yesod yesod-auth yesod-core yesod-form wai-logger warp yaml yesod yesod-auth yesod-core yesod-form
yesod-persistent yesod-static yesod-persistent yesod-static
]; ];