hackage-packages.nix: re-generate from Hackage 2015-02-13T12:48:35+0100

This commit is contained in:
Peter Simons 2015-02-13 12:48:35 +01:00
parent 54ce1a1810
commit 26faa326cd

View file

@ -9837,15 +9837,15 @@ self: {
}) {};
"MonadCompose" = callPackage
({ mkDerivation, base, ghc-prim, mmorph, monad-products, mtl
, transformers
({ mkDerivation, base, ghc-prim, MaybeT, mmorph, monad-products
, mtl, transformers
}:
mkDerivation {
pname = "MonadCompose";
version = "0.2.0.0";
sha256 = "09nykbsb1c33vndfvr4q5acm9hsp075vsvvi70ylrjwj0llgdz5i";
version = "0.3.0.0";
sha256 = "1vf2cwjmdq2ndd15sah3kg7xvbx6lxfh8qmragz87yg7d5ja9fyk";
buildDepends = [
base ghc-prim mmorph monad-products mtl transformers
base ghc-prim MaybeT mmorph monad-products mtl transformers
];
jailbreak = true;
homepage = "http://alkalisoftware.net";
@ -20609,8 +20609,8 @@ self: {
}:
mkDerivation {
pname = "authenticate-oauth";
version = "1.5.0.3";
sha256 = "0202m3xyqqlgacf8yk0zyb8ainc47fdhf7hrqfy40qh4lkvxr9if";
version = "1.5.1";
sha256 = "1swqrqz3idc6zghwsx3yd1rpphgi74r5yp31rkvcik6dwzrgdn1f";
buildDepends = [
base base64-bytestring blaze-builder bytestring crypto-pubkey-types
data-default http-client http-types random RSA SHA time
@ -27086,8 +27086,8 @@ self: {
}:
mkDerivation {
pname = "calculator";
version = "0.2.0.2";
sha256 = "0xamlq32mg60444sm0wl9vh89v1xgjf2b2vk2ks83f9vfzbfy989";
version = "0.2.2.0";
sha256 = "18v58sgbx1g5bir0vwgbhfs347p95f36jw3fqj4nfzs5na0rrrvz";
isLibrary = false;
isExecutable = true;
buildDepends = [ base containers haskeline mtl parsec QuickCheck ];
@ -29319,8 +29319,8 @@ self: {
}:
mkDerivation {
pname = "classy-prelude";
version = "0.10.3";
sha256 = "1irzp2d1rcwp6gn8wh5z3qai8cjbssq6rglrs9h2ib8dskbmj33i";
version = "0.10.4";
sha256 = "1704y72zhpacs9hsab7kf4vhkj6bla988faz9w49v2xkw2zmdyz6";
buildDepends = [
base basic-prelude bifunctors bytestring chunked-data containers
enclosed-exceptions exceptions ghc-prim hashable lifted-base
@ -29343,8 +29343,8 @@ self: {
}:
mkDerivation {
pname = "classy-prelude-conduit";
version = "0.10.3";
sha256 = "1n4vnbc6x1rj429259rcyq8c6awnvi19s56vgddd0j00yzxdyvj1";
version = "0.10.4";
sha256 = "0a4ll08p7wpw2m7pxy8vnac54ihmmzrg01527zzbp0wf2csz2x79";
buildDepends = [
base bytestring classy-prelude conduit conduit-combinators
monad-control resourcet system-fileio transformers void
@ -29364,8 +29364,8 @@ self: {
}:
mkDerivation {
pname = "classy-prelude-yesod";
version = "0.10.3";
sha256 = "1xpl3gnacq6a1b9a3xk54xvn22qn7gfqwq4dx94cklixh9vf0vwg";
version = "0.10.4";
sha256 = "0dbw0wxbliixky8rxbc7641np4hda76n6q3p8yfmlw4xvx8j0nvl";
buildDepends = [
aeson base classy-prelude classy-prelude-conduit data-default
http-conduit http-types persistent yesod yesod-newsfeed
@ -41249,13 +41249,12 @@ self: {
}:
mkDerivation {
pname = "either";
version = "4.3.3";
sha256 = "0sgm9bk4ms7f6a5y2iykw206gi3v6i7kvxf94w0nmj39f3cy8vdl";
version = "4.3.3.1";
sha256 = "000ylizkarw925xs5i4lp0p843x5dzs1viv9b61livkkr4rir5d9";
buildDepends = [
base bifunctors exceptions free monad-control MonadRandom mtl
profunctors semigroupoids semigroups transformers transformers-base
];
jailbreak = true;
homepage = "http://github.com/ekmett/either/";
description = "An either monad transformer";
license = stdenv.lib.licenses.bsd3;
@ -43860,6 +43859,27 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) fcgi;};
"fastedit" = callPackage
({ mkDerivation, base, base-prelude, bytestring, containers
, edit-distance, file-embed, hashable, hspec, QuickCheck, safe
, unordered-containers
}:
mkDerivation {
pname = "fastedit";
version = "0.1.0.0";
sha256 = "0ax5wnbf75n39crd9bw0xf3g83zlh29pbhwapbc5q7315rjdfxfj";
buildDepends = [
base base-prelude bytestring containers hashable safe
unordered-containers
];
testDepends = [
base base-prelude bytestring edit-distance file-embed hspec
QuickCheck
];
description = "find nearest neighbours by edit-distance";
license = stdenv.lib.licenses.mit;
}) {};
"fastirc" = callPackage
({ mkDerivation, attoparsec, base, bytestring, bytestring-show
, containers, monadLib, network-fancy
@ -51358,6 +51378,7 @@ self: {
homepage = "http://projects.haskell.org/gtk2hs/";
description = "Binding to the GStreamer open source multimedia framework";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) { inherit (pkgs) gst_plugins_base; inherit (pkgs) gstreamer;};
"gt-tools" = callPackage
@ -66462,26 +66483,25 @@ self: {
}) {};
"http2" = callPackage
({ mkDerivation, aeson, aeson-pretty, array, attoparsec
, attoparsec-binary, base, blaze-builder, bytestring, containers
, directory, doctest, filepath, hex, hspec, PSQueue, text
, unordered-containers, vector, word8
({ mkDerivation, aeson, aeson-pretty, array, base, blaze-builder
, bytestring, containers, directory, doctest, filepath, hex, hspec
, PSQueue, text, unordered-containers, vector, word8
}:
mkDerivation {
pname = "http2";
version = "0.7.0";
sha256 = "02l9f5na5sci7rd839nfb9l8glwkpba07jv4jr57zf460hvyp5fk";
version = "0.8.0";
sha256 = "1hvjb22jmmfrj0ym4sk4yn2y4x9manic42w7yfy8kckhihzh1j1s";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson aeson-pretty array attoparsec attoparsec-binary base
blaze-builder bytestring containers directory filepath hex PSQueue
text unordered-containers vector word8
aeson aeson-pretty array base blaze-builder bytestring containers
directory filepath hex PSQueue text unordered-containers vector
word8
];
testDepends = [
aeson aeson-pretty array attoparsec attoparsec-binary base
blaze-builder bytestring containers directory doctest filepath hex
hspec PSQueue text unordered-containers vector word8
aeson aeson-pretty array base blaze-builder bytestring containers
directory doctest filepath hex hspec PSQueue text
unordered-containers vector word8
];
description = "HTTP/2.0 library including frames and HPACK";
license = stdenv.lib.licenses.bsd3;
@ -75377,13 +75397,14 @@ self: {
}:
mkDerivation {
pname = "lifted-base";
version = "0.2.3.4";
sha256 = "0gm68xfwzxdjk2h3mad9l37307kr73rmvazg69kclfsdi908vqsp";
version = "0.2.3.5";
sha256 = "1hqmj0191034sghq5rd6ckarfyjhc24fp0kxm7bsqp33yr24gzim";
buildDepends = [ base monad-control transformers-base ];
testDepends = [
base HUnit monad-control test-framework test-framework-hunit
transformers transformers-base transformers-compat
];
jailbreak = true;
homepage = "https://github.com/basvandijk/lifted-base";
description = "lifted IO operations from the base library";
license = stdenv.lib.licenses.bsd3;
@ -77270,8 +77291,8 @@ self: {
({ mkDerivation, base, data-default, gl, linear, vector }:
mkDerivation {
pname = "lowgl";
version = "0.1.0.0";
sha256 = "0kc7gpg7v064c6055hsp74dilqd059ww5xb42qdnwgw1ccd874x0";
version = "0.1.0.1";
sha256 = "09b436y0gqwkj76ainyik48xq3icm6ia82av5lm31xx3fypwfvp9";
buildDepends = [ base data-default gl linear vector ];
jailbreak = true;
description = "Basic gl wrapper and reference";
@ -80790,6 +80811,7 @@ self: {
buildDepends = [
base stm transformers transformers-base transformers-compat
];
jailbreak = true;
homepage = "https://github.com/basvandijk/monad-control";
description = "Lift control operations, like exception catching, through monad transformers";
license = stdenv.lib.licenses.bsd3;
@ -80806,6 +80828,7 @@ self: {
buildDepends = [
base monad-parallel transformers transformers-compat
];
jailbreak = true;
homepage = "http://trac.haskell.org/SCC/wiki/monad-coroutine";
description = "Coroutine monad transformer for suspending and resuming monadic computations";
license = "GPL";
@ -81091,6 +81114,7 @@ self: {
version = "0.7.1.3";
sha256 = "150ich9fzpmwdvvhsd7ri97nm8zsqn86gr3bh0aqb0wgrg4hbmkx";
buildDepends = [ base parallel transformers transformers-compat ];
jailbreak = true;
homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel";
description = "Parallel execution of monadic computations";
license = stdenv.lib.licenses.bsd3;
@ -82273,12 +82297,13 @@ self: {
}) {};
"mtl-compat" = callPackage
({ mkDerivation, base, mtl, transformers-compat }:
({ mkDerivation, base, mtl }:
mkDerivation {
pname = "mtl-compat";
version = "0.1.1";
sha256 = "0yajq85gdziwm8fcwh78w1br793yk8rk1pp8kb2yx1ijabmn3xdr";
buildDepends = [ base mtl transformers-compat ];
buildDepends = [ base mtl ];
jailbreak = true;
homepage = "https://github.com/RyanGlScott/mtl-compat";
description = "Orphan mtl instances for ExceptT from transformers-compat";
license = stdenv.lib.licenses.bsd3;
@ -85962,8 +85987,8 @@ self: {
}:
mkDerivation {
pname = "objective";
version = "0.6.5";
sha256 = "1mp77mfi7fng0iixpj77dap62cc7j0mrwbsjld8r67788k4jd6gh";
version = "0.6.5.1";
sha256 = "0s4va8gm1x0kc2gpsl704g5p1bbqrn6z5y5dap2kzciw791m7l1k";
buildDepends = [
adjunctions base comonad containers either elevator extensible free
hashable kan-extensions minioperational profunctors transformers
@ -86888,6 +86913,7 @@ self: {
buildDepends = [
ansi-wl-pprint base process transformers transformers-compat
];
jailbreak = true;
homepage = "https://github.com/pcapriotti/optparse-applicative";
description = "Utilities and combinators for parsing command line options";
license = stdenv.lib.licenses.bsd3;
@ -86904,6 +86930,7 @@ self: {
buildDepends = [
ansi-wl-pprint base process transformers transformers-compat
];
jailbreak = true;
homepage = "https://github.com/pcapriotti/optparse-applicative";
description = "Utilities and combinators for parsing command line options";
license = stdenv.lib.licenses.bsd3;
@ -93657,8 +93684,8 @@ self: {
}:
mkDerivation {
pname = "purescript";
version = "0.6.6";
sha256 = "1bxpyfhldj22b021hz1iwiv6x4wpc5dm1f0pw4jpc8accs19ih50";
version = "0.6.7";
sha256 = "0ar6ixvr6b6gn7gh63x7c68yq55pxn3mzmm974s9y94b09gdyvrd";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -99857,6 +99884,7 @@ self: {
monad-parallel monoid-subclasses QuickCheck test-framework
test-framework-quickcheck2 text transformers transformers-compat
];
jailbreak = true;
homepage = "http://trac.haskell.org/SCC/";
description = "Streaming component combinators";
license = "GPL";
@ -102242,8 +102270,8 @@ self: {
}:
mkDerivation {
pname = "shell-conduit";
version = "4.5";
sha256 = "1vgqfba6k0nv8nwa48fv2hkr9xlrrfrdh2awgpllrimnh0yww41g";
version = "4.5.1";
sha256 = "048808f4kszb0x24yh7njkbygxl2jn2aadizcssh6rajpbj4zzlj";
buildDepends = [
async base bytestring conduit conduit-extra control-monad-loop
directory filepath monad-control monads-tf process resourcet
@ -106995,6 +107023,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) { statgrab = null;};
"static-canvas" = callPackage
({ mkDerivation, base, double-conversion, free, mtl, text }:
mkDerivation {
pname = "static-canvas";
version = "0.1.0.0";
sha256 = "0b6jdirlqgsywjkw8rdfhi4mp82zwdj3fvy1z95brmcfb8m3psyv";
buildDepends = [ base double-conversion free mtl text ];
jailbreak = true;
homepage = "https://github.com/jeffreyrosenbluth/static-canvas";
description = "DSL to generate HTML5 Canvas javascript";
license = stdenv.lib.licenses.bsd3;
}) {};
"static-hash" = callPackage
({ mkDerivation, array, base, containers, hashable, primes }:
mkDerivation {
@ -108421,10 +108462,11 @@ self: {
({ mkDerivation, base, split }:
mkDerivation {
pname = "subnet";
version = "0.0.1";
sha256 = "1sifc3my4jv2lz1pmmyx6k65ih4lh0crwhw1jbkscd8lwi5gx2kz";
version = "0.0.1.2";
sha256 = "199kslgxlhxv8zx3mj5pxgicjxyff7vzjhw13fwfxcf9pa9289nv";
buildDepends = [ base split ];
homepage = "https://github.com/gcganley/subnet";
description = "subnetting calculator";
license = stdenv.lib.licenses.mit;
}) {};
@ -110181,8 +110223,8 @@ self: {
({ mkDerivation, base, free-operational, mtl, reasonable-lens }:
mkDerivation {
pname = "takahashi";
version = "0.2.0.0";
sha256 = "18cj4w4a998r4krari6j77fnv2msizyrv8xdwyq6v7ja33zb954h";
version = "0.2.0.1";
sha256 = "1r9r7scpvvi4fz8cai7vw7qkxjln39xgd3hbr0a5ym43b3ajzcfb";
buildDepends = [ base free-operational mtl reasonable-lens ];
description = "library for takahashi method";
license = stdenv.lib.licenses.mit;
@ -114137,12 +114179,12 @@ self: {
}) {};
"transformers-compat" = callPackage
({ mkDerivation, base, transformers }:
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "transformers-compat";
version = "0.3.3.4";
sha256 = "1hab41ggyaxr4xn2szv8y9fg9np8zi8ifhimr33fspid1jz14xr5";
buildDepends = [ base transformers ];
version = "0.4.0.4";
sha256 = "0lmg8ry6bgigb0v2lg0n74lxi8z5m85qq0qi4h1k9llyjb4in8ym";
buildDepends = [ base mtl transformers ];
configureFlags = [ "-fthree" ];
homepage = "http://github.com/ekmett/transformers-compat/";
description = "A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms.";
@ -124869,6 +124911,7 @@ self: {
purescript regex-tdfa regex-tdfa-text shakespeare system-fileio
system-filepath template-haskell text time transformers yesod-core
];
jailbreak = true;
homepage = "https://github.com/mpietrzak/yesod-purescript";
description = "PureScript integration for Yesod";
license = stdenv.lib.licenses.mit;
@ -125227,8 +125270,8 @@ self: {
}:
mkDerivation {
pname = "yet-another-logger";
version = "0.0.1";
sha256 = "0pf2vwx0448813sx0y1c50rlg2ws1yaiplhwdjpyl7mk7f20b63m";
version = "0.1";
sha256 = "1kbdn8hivyv8dar2rafs3l0ynij2rwnk6pba0ijnpaq6xyfl410y";
buildDepends = [
aeson ansi-terminal async base base-unicode-symbols bytestring
case-insensitive configuration-tools deepseq either
@ -125867,8 +125910,8 @@ self: {
}:
mkDerivation {
pname = "zeromq4-haskell";
version = "0.6.2";
sha256 = "07dbsapzc4hqq9sg63v4wyjad13sqh9zsx3ckwc5hg5z6vknpafb";
version = "0.6.3";
sha256 = "0yrwqxm208n9k76i9aby5hiv55kd1p27pq6hyry5ngw95fh95p67";
buildDepends = [
async base bytestring containers exceptions semigroups transformers
];
@ -125876,7 +125919,6 @@ self: {
async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck
];
pkgconfigDepends = [ zeromq ];
jailbreak = true;
homepage = "http://github.com/twittner/zeromq-haskell/";
description = "Bindings to ZeroMQ 4.x";
license = stdenv.lib.licenses.mit;