3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages: re-generate from Hackage 2015-03-16T12:54:30+0100

This commit is contained in:
Peter Simons 2015-03-16 12:54:30 +01:00
parent 62d8b22931
commit 42ab5ea077

View file

@ -12790,8 +12790,8 @@ self: {
({ mkDerivation, array, base, mtl }:
mkDerivation {
pname = "STMonadTrans";
version = "0.3.2";
sha256 = "1cl5bsc5mr3silcmbjylgw5qa04pf2np9mippxnsa4p3dk089gkh";
version = "0.3.3";
sha256 = "05d37ax0j8dp1h1w6pxkf1415mzn4gasdhn7gbsr8ay46iv1r4fr";
buildDepends = [ array base mtl ];
description = "A monad transformer version of the ST monad";
license = stdenv.lib.licenses.bsd3;
@ -20915,6 +20915,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"auto" = callPackage
({ mkDerivation, base, bytestring, cereal, containers, deepseq
, profunctors, random, semigroups, transformers
}:
mkDerivation {
pname = "auto";
version = "0.2.0.3";
sha256 = "1aplwr8lgl3x0sskjwlp85zrqj13468r9ddn5rzbaqj4j3kbpvcx";
buildDepends = [
base bytestring cereal containers deepseq profunctors random
semigroups transformers
];
jailbreak = true;
homepage = "https://github.com/mstksg/auto";
description = "Denotative, locally stateful programming DSL & platform";
license = stdenv.lib.licenses.mit;
}) {};
"auto-update" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -21597,8 +21615,8 @@ self: {
}:
mkDerivation {
pname = "b9";
version = "0.2.5";
sha256 = "0n5zc0k5fdpcljvrw38ma7x8q3dbqjbw98ji2mqb4rxbkqxz75jh";
version = "0.3.1";
sha256 = "13j69i6jmx4qibavr7rwwrnmabf7l5rqd8hs308n0xdnwmvfldbx";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -25471,12 +25489,12 @@ self: {
}) {};
"broccoli" = callPackage
({ mkDerivation, base, stm, time }:
({ mkDerivation, base, containers, stm, time }:
mkDerivation {
pname = "broccoli";
version = "0.3.0.0";
sha256 = "0jdrly4xm2fdxr7vbqk4zhf3aya50m0gryrpnn0alc3kbrpbh8l6";
buildDepends = [ base stm time ];
version = "0.4.1.0";
sha256 = "084nil9rfs3xpp4rk3qlwf6gsaljm57g7divfzd88dk9np6q5iwh";
buildDepends = [ base containers stm time ];
description = "Small library for interactive functional programs";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -30557,6 +30575,18 @@ self: {
license = "unknown";
}) {};
"cmark" = callPackage
({ mkDerivation, base, mtl, syb, text }:
mkDerivation {
pname = "cmark";
version = "0.1.0.1";
sha256 = "0js8hhl6j16yywq27rz4jcyibac7zwkkryjqfsdq6wapb3z0d4ad";
buildDepends = [ base mtl syb text ];
homepage = "https://github.com/jgm/commonmark-hs";
description = "Haskell bindings to libcmark, CommonMark parser and renderer";
license = stdenv.lib.licenses.bsd3;
}) {};
"cmath" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -41872,18 +41902,23 @@ self: {
}) {};
"ehs" = callPackage
({ mkDerivation, base, dlist, haskell-src-meta, parsec
, template-haskell
({ mkDerivation, base, bytestring, haskell-src-meta, parsec
, template-haskell, text, time, transformers
}:
mkDerivation {
pname = "ehs";
version = "0.1.0.1";
sha256 = "1g1mq956jd9fnh17zzgpyfc4b8pc10iqfgmm691hskx6wf6lc641";
version = "0.7.0";
sha256 = "0kckic7v6gab6ksbdmnxbv41fm68zvhfcmvshln9hxmq2mgli11x";
editedCabalFile = "e27ea9e604b3868e61e330abcd605d550371ef7f2c27e12e60b1caad99458222";
isLibrary = true;
isExecutable = true;
buildDepends = [
base dlist haskell-src-meta parsec template-haskell
base bytestring haskell-src-meta parsec template-haskell text time
transformers
];
jailbreak = true;
homepage = "http://github.com/minpou/ehs/";
description = "embedded Haskell by using quasiquotes";
description = "Embedded haskell template using quasiquotes";
license = stdenv.lib.licenses.mit;
}) {};
@ -41908,8 +41943,8 @@ self: {
({ mkDerivation, base, primitive, vector }:
mkDerivation {
pname = "eigen";
version = "1.2.5";
sha256 = "1xhi89zy0yf1p3xgjb07870mm9lrqpcrmikcs23kc3mhzwfjyd37";
version = "2.0.1";
sha256 = "1700jnqb5d4xbn6cxpbqnhdavwsgkha8pciv01f5f37ckiyj0wh3";
buildDepends = [ base primitive vector ];
testDepends = [ base primitive vector ];
homepage = "https://github.com/osidorkin/haskell-eigen";
@ -42849,11 +42884,11 @@ self: {
({ mkDerivation, base, containers, hspec }:
mkDerivation {
pname = "envparse";
version = "0.1.0";
sha256 = "1rlqb5wcqws0rz66cd704swmcx93617ai25hsx4ah45r18qs3qsh";
version = "0.2.0";
sha256 = "069blfr1kwcd938x2yarbkvbi9nal1fi4qpmyccrb4vx2llqrxkb";
buildDepends = [ base containers ];
testDepends = [ base containers hspec ];
homepage = "http://example.com/";
homepage = "https://supki.github.io/envparse";
description = "Parse environment variables";
license = stdenv.lib.licenses.bsd2;
}) {};
@ -43426,18 +43461,15 @@ self: {
}) {};
"eternal" = callPackage
({ mkDerivation, base, base-unicode-symbols, bytestring, conduit
, conduit-extra, directory, filepath, http-conduit, http-types
, network, process, regex-compat, transformers, utf8-string
({ mkDerivation, base, base-unicode-symbols, transformers
, utf8-string
}:
mkDerivation {
pname = "eternal";
version = "0.1.0";
sha256 = "1ixxv6m9vj5ygry28c9zi3swhivl48r9cf4kj0r8yraqwv1givda";
version = "0.1.1";
sha256 = "151b9qcdyh0vixn0y4s9h54g1h0kk1hwcgh5xcx9qp7bgy0h8wv9";
buildDepends = [
base base-unicode-symbols bytestring conduit conduit-extra
directory filepath http-conduit http-types network process
regex-compat transformers utf8-string
base base-unicode-symbols transformers utf8-string
];
description = "everything breaking the Fairbairn threshold";
license = stdenv.lib.licenses.bsd3;
@ -43540,8 +43572,8 @@ self: {
}:
mkDerivation {
pname = "euler";
version = "0.7.0";
sha256 = "0n3sngaa8zz7wlaqhk2lk7s0klcnq7p1vws9aic5mchrh24nm0sz";
version = "0.8.0";
sha256 = "1sg82434pmy9nwi2c5i7az6jllhfjipal6l4d6ijimvavq4gim0p";
buildDepends = [ base ];
testDepends = [
base directory happy hlint hspec process regex-posix xml
@ -44972,6 +45004,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"feed-crawl" = callPackage
({ mkDerivation, base, bytestring, conduit, connection
, http-conduit, http-types, hxt, text, transformers
}:
mkDerivation {
pname = "feed-crawl";
version = "0.1.0.0";
sha256 = "1q68z0288sl4il2i2mm94b51xgfdzxvljralqd6rr650qbgbbbgy";
buildDepends = [
base bytestring conduit connection http-conduit http-types hxt text
transformers
];
homepage = "https://github.com/danchoi/feed-crawl";
description = "Feed crawling utilities";
license = stdenv.lib.licenses.mit;
}) {};
"feed2lj" = callPackage
({ mkDerivation, base, curl, directory, feed, haskell98, HTTP
, old-locale, pureMD5, regex-posix, tagsoup, time, utf8-string
@ -55700,8 +55749,8 @@ self: {
}:
mkDerivation {
pname = "hashable";
version = "1.2.3.1";
sha256 = "1ybsdzm5lzx8zwf9dcw1f6sf29xk4j9whcs578d6fmif2ggm7gym";
version = "1.2.3.2";
sha256 = "0h9295pv2sgbaqlwpwbx2bap6nngm0jcdhkqham1wpjwyxqgqrlc";
buildDepends = [ base bytestring ghc-prim integer-gmp text ];
testDepends = [
base bytestring ghc-prim HUnit QuickCheck random test-framework
@ -59948,8 +59997,8 @@ self: {
}:
mkDerivation {
pname = "hfoil";
version = "0.2.0";
sha256 = "1749408l0abnh6d2dnh7dn30spp7798q862sfrr7kp8c1kcpx0wc";
version = "0.2.0.1";
sha256 = "0y8amvxx77368z48gdg414iwhp1fkhdscn6gzvwb4i3vga98mga4";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -61274,8 +61323,8 @@ self: {
}:
mkDerivation {
pname = "hledger";
version = "0.24";
sha256 = "1f32lg12i9s075xfbl3f5vhanjg8ms5ilw0hgpbsfh8g9nvlvffc";
version = "0.24.1";
sha256 = "0k09bdr3y975581mpqpmg4jynghl8v4j2386nzqprh0k6a602nv8";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -61370,8 +61419,8 @@ self: {
}:
mkDerivation {
pname = "hledger-lib";
version = "0.24";
sha256 = "1r0qlah45z1p180d245fyji8xnxv9ipgg9m1dr56s4xaw910f6ns";
version = "0.24.1";
sha256 = "1clzy72f34b497hsjkfjpgkhmn0dl19an9j4r11mn2q8z06106nc";
buildDepends = [
array base blaze-markup bytestring cmdargs containers csv Decimal
directory filepath HUnit mtl old-locale old-time parsec pretty-show
@ -61617,8 +61666,8 @@ self: {
}:
mkDerivation {
pname = "hmatrix";
version = "0.16.1.4";
sha256 = "1bxhps1imw3iik0wvwa4x95kqa1qsm5jqwz16nalaclg2cynaaws";
version = "0.16.1.5";
sha256 = "1da1iy2rzz51l69nixacsl7gqhkzld1w8z5h0klkha3mcnf1kkkq";
buildDepends = [
array base binary bytestring deepseq random split storable-complex
vector
@ -61657,12 +61706,12 @@ self: {
}) {};
"hmatrix-glpk" = callPackage
({ mkDerivation, base, glpk, hmatrix }:
({ mkDerivation, base, containers, glpk, hmatrix }:
mkDerivation {
pname = "hmatrix-glpk";
version = "0.4.0.2";
sha256 = "0ixsybmhm3fiwb3kgxm0bgnbbxkgv0k42k8phd7k78mhhsd5jmng";
buildDepends = [ base hmatrix ];
version = "0.4.1.0";
sha256 = "0jy00mblbqp7bx0nxmvzfpa94b21fbl4cam0mha673hzq11rfrxi";
buildDepends = [ base containers hmatrix ];
extraLibraries = [ glpk ];
homepage = "https://github.com/albertoruiz/hmatrix";
description = "Linear Programming based on GLPK";
@ -78290,8 +78339,8 @@ self: {
}:
mkDerivation {
pname = "log-domain";
version = "0.9.3";
sha256 = "1l07pi7lnwyk3y747f7bgr1200p6apyfn7bch5v30kh7dy0wyi8m";
version = "0.10.0.1";
sha256 = "04k7k8p1p8fgzyms21ry4qf1l987k3pvs673sq9rh1h6hmk9bsg2";
buildDepends = [
base binary bytes cereal comonad deepseq distributive
generic-deriving hashable hashable-extras safecopy semigroupoids
@ -89185,14 +89234,14 @@ self: {
}:
mkDerivation {
pname = "pandoc-types";
version = "1.12.4.1";
sha256 = "1wbgm0s45smi8gix0byapkiarbb416fv765fc329qsvl295xlyqq";
version = "1.12.4.2";
sha256 = "0j9zzlpwjyy8fqr91fsnzy507ylwrwk7hhl9nkxzk19iva2c42n9";
buildDepends = [
aeson base bytestring containers deepseq-generics ghc-prim syb
];
homepage = "http://johnmacfarlane.net/pandoc";
description = "Types for representing a structured document";
license = "GPL";
license = stdenv.lib.licenses.bsd3;
}) {};
"pandoc-unlit" = callPackage
@ -91515,6 +91564,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pinboard" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, either
, HsOpenSSL, http-streams, http-types, io-streams, mtl, old-locale
, random, text, time, transformers, unordered-containers
}:
mkDerivation {
pname = "pinboard";
version = "0.1";
sha256 = "1zm2qad94dsdglqb79jphac81cff5sjyya8644nbsz10jl39y508";
buildDepends = [
aeson base bytestring containers either HsOpenSSL http-streams
http-types io-streams mtl old-locale random text time transformers
unordered-containers
];
homepage = "https://github.com/jonschoning/pinboard";
description = "Access to the Pinboard API";
license = stdenv.lib.licenses.mit;
}) {};
"pipes" = callPackage
({ mkDerivation, base, mmorph, mtl, QuickCheck, test-framework
, test-framework-quickcheck2, transformers
@ -109586,17 +109654,19 @@ self: {
}) {};
"stomp-queue" = callPackage
({ mkDerivation, attoparsec, base, bytestring, mime, network, split
, stompl, time, utf8-string
({ mkDerivation, attoparsec, base, bytestring, conduit
, conduit-extra, mime, mtl, network-conduit-tls, split, stompl
, time, utf8-string
}:
mkDerivation {
pname = "stomp-queue";
version = "0.1.4";
sha256 = "0qn6mnplwqzz05g1k8ib4q7ga6if2iw3y9a5yba61gn1ghhwhgl9";
version = "0.2.0";
sha256 = "0xd9sdyjasp8ncb5qyzkx77a3wrybcajxdpvndx0viykma6bfmqr";
buildDepends = [
attoparsec base bytestring mime network split stompl time
utf8-string
attoparsec base bytestring conduit conduit-extra mime mtl
network-conduit-tls split stompl time utf8-string
];
jailbreak = true;
homepage = "http://github.com/toschoo/mom";
description = "Stompl Client Library";
license = "LGPL";
@ -113706,8 +113776,8 @@ self: {
}:
mkDerivation {
pname = "texmath";
version = "0.8.0.1";
sha256 = "1k68spamhqwq4afcd0283w731gq0k6j6jxbp5099y6bndh8ff9cn";
version = "0.8.0.2";
sha256 = "11hzqfik99zydvsnwy4ihpgqvsiq398pxnw777bcaqzdrvyw7fa7";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -116014,6 +116084,20 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"touched" = callPackage
({ mkDerivation, base, cmdargs, directory, process, time }:
mkDerivation {
pname = "touched";
version = "0.1.0.3";
sha256 = "050z99flcklpwl1lccdi3lsq6v0zxzj21r73743ijvxchh7y488h";
isLibrary = true;
isExecutable = true;
buildDepends = [ base cmdargs directory process time ];
jailbreak = true;
description = "Library (and cli) to execute a procedure on file change";
license = stdenv.lib.licenses.mit;
}) {};
"toysolver" = callPackage
({ mkDerivation, array, base, bytestring, containers
, data-default-class, data-interval, deepseq, exceptions
@ -121442,8 +121526,8 @@ self: {
}:
mkDerivation {
pname = "vty";
version = "5.2.7";
sha256 = "158fycy2l6pahc0bb64vbadrs1xsw095f1m0d2802blb0h0z8ajn";
version = "5.2.8";
sha256 = "01wra0gfv94wbv0blrixix0bggjg9cg72axgg3r9brp7qmh1qv14";
isLibrary = true;
isExecutable = true;
buildDepends = [