hackage-packages.nix: update to a5ae0949a8 with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89

This commit is contained in:
Peter Simons 2015-07-17 11:40:14 +02:00
parent 9a80550cc4
commit 317dd06aa4

View File

@ -14066,8 +14066,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "Spock-digestive"; pname = "Spock-digestive";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "044cw2hfgwa21kjbmby5asfmdjahhadk8iyqk221pixddw7z6s67"; sha256 = "13766v5y43jmdh7m3q1790ppw2chwg3g29dfh1zacxw7n1gmhlyl";
buildDepends = [ buildDepends = [
base digestive-functors http-types mtl Spock text base digestive-functors http-types mtl Spock text
unordered-containers wai unordered-containers wai
@ -19630,16 +19630,15 @@ self: {
}) {}; }) {};
"angel" = callPackage "angel" = callPackage
({ mkDerivation, base, configurator, containers, hspec, mtl ({ mkDerivation, base, configurator, containers, mtl, old-locale
, old-locale, optparse-applicative, process, stm, text, time , optparse-applicative, process, stm, tasty, tasty-hunit
, transformers, unix, unordered-containers , tasty-quickcheck, text, time, transformers, unix
, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "angel"; pname = "angel";
version = "0.6.1"; version = "0.6.2";
revision = "1"; sha256 = "0n73w8lczsncagf2041lq1963mnsmw9albwy0n5qbhqx9030pzya";
sha256 = "1wkllv4ziggj3smhghdk5qsgccds9d69rhx1gi079ph7z533w2dc";
editedCabalFile = "05dc467ec31281499d5902a77b957243d03ff87e0e4b51aaaa78306049560f28";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -19647,8 +19646,9 @@ self: {
process stm text time transformers unix unordered-containers process stm text time transformers unix unordered-containers
]; ];
testDepends = [ testDepends = [
base configurator containers hspec mtl old-locale process stm text base configurator containers mtl old-locale process stm tasty
time transformers unix unordered-containers tasty-hunit tasty-quickcheck text time transformers unix
unordered-containers
]; ];
homepage = "http://github.com/MichaelXavier/Angel"; homepage = "http://github.com/MichaelXavier/Angel";
description = "Process management and supervision daemon"; description = "Process management and supervision daemon";
@ -74608,6 +74608,19 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"ib-api" = callPackage
({ mkDerivation, attoparsec, base, bytestring, network }:
mkDerivation {
pname = "ib-api";
version = "0.1.0.0";
sha256 = "1030bj90myx5x3y297qmlmnzppfnh5d3cmwglqj1s7i6nyrh86k5";
buildDepends = [ attoparsec base bytestring network ];
jailbreak = true;
homepage = "https://github.com/rbermani/ib-api";
description = "An API for the Interactive Brokers Trading Workstation written in pure Haskell";
license = stdenv.lib.licenses.gpl3;
}) {};
"iban" = callPackage "iban" = callPackage
({ mkDerivation, base, containers, HUnit, iso3166-country-codes ({ mkDerivation, base, containers, HUnit, iso3166-country-codes
, tasty, tasty-hunit, text, unordered-containers , tasty, tasty-hunit, text, unordered-containers
@ -78525,8 +78538,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "json-autotype"; pname = "json-autotype";
version = "1.0.6"; version = "1.0.7";
sha256 = "1s8zizl0mxc4vy1s050sgfv8abzq8qp844ih5xywn2wccp090gc7"; sha256 = "11x6am3hqzhai0dm02pk20l5pk5bpj434z8ic4b8lksnv8l5zq46";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -78539,7 +78552,6 @@ self: {
hashable hflags lens mtl pretty process QuickCheck scientific hashable hflags lens mtl pretty process QuickCheck scientific
smallcheck text uniplate unordered-containers vector smallcheck text uniplate unordered-containers vector
]; ];
jailbreak = true;
homepage = "https://github.com/mgajda/json-autotype"; homepage = "https://github.com/mgajda/json-autotype";
description = "Automatic type declaration for JSON input data"; description = "Automatic type declaration for JSON input data";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -102424,8 +102436,8 @@ self: {
({ mkDerivation, base, binary, bytestring, split }: ({ mkDerivation, base, binary, bytestring, split }:
mkDerivation { mkDerivation {
pname = "potato-tool"; pname = "potato-tool";
version = "0.1.0.1"; version = "0.1.0.2";
sha256 = "02y6syz54vc4brbpy4760xd2jlwbfqghn7k2ccy4kxz4xzhm9cdw"; sha256 = "1d95y8nchzzy3zaq1dsm94b7nhrlxhwpq7yn9dr1nisz43f4j7bx";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ base binary bytestring split ]; buildDepends = [ base binary bytestring split ];
@ -105740,6 +105752,18 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"rake" = callPackage
({ mkDerivation, base, containers, text }:
mkDerivation {
pname = "rake";
version = "0.0.1";
sha256 = "0cn22xg7r80f61z8pf7i0rqqag4qx43rhlfpncgkv5b6vcrsafpn";
buildDepends = [ base containers text ];
homepage = "http://github.com/toschoo/Haskell-Libs";
description = "Rapid Automatic Keyword Extraction (RAKE)";
license = "LGPL";
}) {};
"rakhana" = callPackage "rakhana" = callPackage
({ mkDerivation, attoparsec, base, bytestring, containers, lens ({ mkDerivation, attoparsec, base, bytestring, containers, lens
, mtl, pipes, scientific, transformers, vector, zlib , mtl, pipes, scientific, transformers, vector, zlib
@ -109017,10 +109041,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rest-gen"; pname = "rest-gen";
version = "0.17.1.1"; version = "0.17.1.2";
revision = "1"; sha256 = "05imgbal0b6ab1i8b1896y1qm956ci7r0xx3qnkjbb6vxdl51vaa";
sha256 = "0gr5wv0gb2niq3i7ggzrr5g9hs3fwxss5hivw5ircrbp9s1xm7bl";
editedCabalFile = "9d5c13bbf90373aed094821bd2005822fccd5949e0c88a2a63870d90f7c76ee4";
buildDepends = [ buildDepends = [
aeson base blaze-html Cabal code-builder directory fclabels aeson base blaze-html Cabal code-builder directory fclabels
filepath hashable haskell-src-exts HStringTemplate hxt json-schema filepath hashable haskell-src-exts HStringTemplate hxt json-schema
@ -125476,8 +125498,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "text1"; pname = "text1";
version = "0.0.2"; version = "0.0.3";
sha256 = "0xkp0kw4xm8ppkhzplcx79cx9d5slk8qb8amcjiiy71ihj87b0vi"; sha256 = "0l3xh8hv5xwfib63llikhnp4w3jx8nwc2rmj4sy7yd5acxgj39sc";
buildDepends = [ base binary lens semigroups text ]; buildDepends = [ base binary lens semigroups text ];
testDepends = [ testDepends = [
base directory doctest filepath QuickCheck template-haskell base directory doctest filepath QuickCheck template-haskell
@ -126948,12 +126970,11 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "timers"; pname = "timers";
version = "0.2.0.2"; version = "0.2.0.3";
sha256 = "0ivlgpc45iss44pjmcxprwg98zh68fkpym0y19vx5ysacy6p04yh"; sha256 = "0q4w41jdhf5ildcdl94lgfn06fg275hf04dpah3l6vva24d8alj5";
buildDepends = [ buildDepends = [
base lifted-base monad-control suspend transformers-base base lifted-base monad-control suspend transformers-base
]; ];
jailbreak = true;
description = "Simple package that implements timers"; description = "Simple package that implements timers";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -137377,8 +137398,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "xml-conduit"; pname = "xml-conduit";
version = "1.3.0"; version = "1.3.1";
sha256 = "0kcwfr02gnldal4dq2am9kc36j76cjx0japi5r5wms2c1az95r1l"; sha256 = "094gkf3j7xk42km9zlkjdz0bicwxcf4207q1yalwi69zfnqmprhr";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder blaze-html blaze-markup bytestring attoparsec base blaze-builder blaze-html blaze-markup bytestring
conduit conduit-extra containers data-default deepseq monad-control conduit conduit-extra containers data-default deepseq monad-control
@ -137390,7 +137411,7 @@ self: {
]; ];
homepage = "http://github.com/snoyberg/xml"; homepage = "http://github.com/snoyberg/xml";
description = "Pure-Haskell utilities for dealing with XML with the conduit package"; description = "Pure-Haskell utilities for dealing with XML with the conduit package";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"xml-conduit-parse" = callPackage "xml-conduit-parse" = callPackage
@ -140154,8 +140175,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "yesod-table"; pname = "yesod-table";
version = "1.0.0"; version = "1.0.1";
sha256 = "0dy1rpwrccp6fcl91wb0f46djdkkzfdh870ylb9339msfgv9zchj"; sha256 = "0ixypahxrm23pahjq972r8kc4h2a14fidf1cx3wiip8wxfhc9jsi";
buildDepends = [ base containers contravariant text yesod-core ]; buildDepends = [ base containers contravariant text yesod-core ];
homepage = "https://github.com/andrewthad/yesod-table"; homepage = "https://github.com/andrewthad/yesod-table";
description = "HTML tables for Yesod"; description = "HTML tables for Yesod";
@ -140997,8 +141018,8 @@ self: {
({ mkDerivation, base, semigroups }: ({ mkDerivation, base, semigroups }:
mkDerivation { mkDerivation {
pname = "zero"; pname = "zero";
version = "0.1.1"; version = "0.1.2";
sha256 = "1ksmhp7lvgapi9mp3q5i5prxgrxsamnvv0883nbw09vfpvg9ms2l"; sha256 = "01hfsi29g42b4jj3ahddv1ry7qgav17pwpngipz8igq2w81v1y9p";
buildDepends = [ base semigroups ]; buildDepends = [ base semigroups ];
homepage = "https://github.com/phaazon/zero"; homepage = "https://github.com/phaazon/zero";
description = "Semigroups with absorption"; description = "Semigroups with absorption";