hackage-packages.nix: update to 44775051f9 with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b

This commit is contained in:
Peter Simons 2015-04-27 17:40:03 +02:00
parent fc61106ae7
commit f426922f4a

View File

@ -2886,19 +2886,20 @@ self: {
"CouchDB" = callPackage "CouchDB" = callPackage
({ mkDerivation, base, bytestring, containers, HTTP, HUnit, json ({ mkDerivation, base, bytestring, containers, HTTP, HUnit, json
, mtl, network, utf8-string , mtl, network, network-uri, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "CouchDB"; pname = "CouchDB";
version = "1.2"; version = "1.2.1";
sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98"; sha256 = "0hj1rml9pf9knwm3grwrkizjricc7bchsi6m7dgjlfh81q247jp4";
buildDepends = [ buildDepends = [
base bytestring containers HTTP json mtl network utf8-string base bytestring containers HTTP json mtl network network-uri
utf8-string
]; ];
testDepends = [ testDepends = [
base bytestring containers HTTP HUnit json mtl network utf8-string base bytestring containers HTTP HUnit json mtl network network-uri
utf8-string
]; ];
jailbreak = true;
homepage = "http://github.com/arjunguha/haskell-couchdb/"; homepage = "http://github.com/arjunguha/haskell-couchdb/";
description = "CouchDB interface"; description = "CouchDB interface";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -17526,8 +17527,8 @@ self: {
({ mkDerivation, base, containers }: ({ mkDerivation, base, containers }:
mkDerivation { mkDerivation {
pname = "agum"; pname = "agum";
version = "2.5"; version = "2.6";
sha256 = "0acirnqsm7mrz6pgy9nabn23bmljdcz08b3ahak4ma5lcm5bql9q"; sha256 = "1j2qlwnvg7rxjx8fk3y5n3wjkikv1d17p8grh4gzp4c5a7pn5kim";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base containers ]; buildDepends = [ base containers ];
@ -18033,8 +18034,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "alms"; pname = "alms";
version = "0.6.5"; version = "0.6.7";
sha256 = "12hnhz1lz9wb4s95b9via1nkfgmgmr7p1wc9k4bcvsm778j920s8"; sha256 = "1xickrpjx2dn2pa5zcbjsfm5j6mqn54hpyzi7c6sv5i20hs2gamp";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -18042,7 +18043,7 @@ self: {
incremental-sat-solver mtl network parsec pretty QuickCheck random incremental-sat-solver mtl network parsec pretty QuickCheck random
stm syb template-haskell transformers tuple stm syb template-haskell transformers tuple
]; ];
homepage = "http://www.ccs.neu.edu/~tov/pubs/alms"; homepage = "http://www.ccs.neu.edu/~tov/pubs/alms/";
description = "a practical affine language"; description = "a practical affine language";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -23041,8 +23042,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "basic-prelude"; pname = "basic-prelude";
version = "0.3.12"; version = "0.3.13";
sha256 = "1qmwxd8wfszawhfncqhcnbc2h1a47jcqa4zj4pfwybhy3xnn0yns"; sha256 = "0kfqh5jf9lfxmqhfi74i13cgkwchfkyall4glh2inna3ish4qz5l";
buildDepends = [ buildDepends = [
base bytestring containers hashable lifted-base ReadArgs safe base bytestring containers hashable lifted-base ReadArgs safe
system-filepath text transformers unordered-containers vector system-filepath text transformers unordered-containers vector
@ -27876,8 +27877,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "cabal-helper"; pname = "cabal-helper";
version = "0.3.2.0"; version = "0.3.2.1";
sha256 = "06igjmr0n8418wid1pr74cgvlsmwni7ar72g9bddivlbxax1pfli"; sha256 = "0rhabhbcxl3gsq4wdkxd4mswrb8rqfmq6crcc70hm75fjxfmr3sz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -28294,7 +28295,6 @@ self: {
homepage = "https://github.com/zmthy/cabal-test-quickcheck"; homepage = "https://github.com/zmthy/cabal-test-quickcheck";
description = "QuickCheck for Cabal"; description = "QuickCheck for Cabal";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"cabal-uninstall" = callPackage "cabal-uninstall" = callPackage
@ -30132,17 +30132,12 @@ self: {
}) {}; }) {};
"chart-histogram" = callPackage "chart-histogram" = callPackage
({ mkDerivation, base, Chart, colour, data-default-class, lens ({ mkDerivation, base, Chart }:
, vector
}:
mkDerivation { mkDerivation {
pname = "chart-histogram"; pname = "chart-histogram";
version = "0.4.5"; version = "1.0.0";
sha256 = "0c1y4jaslzxlcmqhj5bgdcx76jw49asmnfgdvfkprf2siq154zba"; sha256 = "130jbbbb1spkbqapxys0bqr0spq6c03x1m259alg5wxnl8xnn4w5";
buildDepends = [ buildDepends = [ base Chart ];
base Chart colour data-default-class lens vector
];
jailbreak = true;
description = "Easily render histograms with Chart"; description = "Easily render histograms with Chart";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -32104,8 +32099,8 @@ self: {
({ mkDerivation, array, base, containers }: ({ mkDerivation, array, base, containers }:
mkDerivation { mkDerivation {
pname = "cmu"; pname = "cmu";
version = "1.9"; version = "1.10";
sha256 = "1mn6l17x7zwhc8wlbfqiaxjsvmwh6j0sr4x3gss1z32n5g03syd0"; sha256 = "0zlc6spb51s2k455s9mspqjjk8xm90wwjlj2nm7949ihkim4j5gy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ array base containers ]; buildDepends = [ array base containers ];
@ -33506,8 +33501,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "conduit"; pname = "conduit";
version = "1.2.4"; version = "1.2.4.1";
sha256 = "1vqajj5mwnknqcjc5pj883jz4iwjj6is4jr701bzr0n6ngvn7qvh"; sha256 = "0g5rdcj0xbiz3x2pkmhwm67r9f0yncpnssv32s7k0w7qld46wri6";
buildDepends = [ buildDepends = [
base exceptions lifted-base mmorph mtl resourcet transformers base exceptions lifted-base mmorph mtl resourcet transformers
transformers-base void transformers-base void
@ -33647,8 +33642,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "conduit-extra"; pname = "conduit-extra";
version = "1.1.7.2"; version = "1.1.7.3";
sha256 = "0nb7sd8a5lbl9frypz9clr808ircln356244nzm7kl5qd53752iw"; sha256 = "1pnk8lbblys8wf4a40acxr9p61lhwg2bhf7809fm1y23gf18ll9l";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder bytestring conduit directory filepath attoparsec base blaze-builder bytestring conduit directory filepath
monad-control network primitive process resourcet stm monad-control network primitive process resourcet stm
@ -34673,17 +34668,17 @@ self: {
}) {}; }) {};
"cookie" = callPackage "cookie" = callPackage
({ mkDerivation, base, blaze-builder, bytestring, data-default ({ mkDerivation, base, blaze-builder, bytestring
, deepseq, HUnit, old-locale, QuickCheck, tasty, tasty-hunit , data-default-class, deepseq, HUnit, old-locale, QuickCheck, tasty
, tasty-quickcheck, text, time , tasty-hunit, tasty-quickcheck, text, time
}: }:
mkDerivation { mkDerivation {
pname = "cookie"; pname = "cookie";
version = "0.4.1.4"; version = "0.4.1.5";
sha256 = "0axvljw34cjw47fxwxqql8rvjsyp9gxfbaijmysy5j10kx8s931d"; sha256 = "0n1kil6z2sgaj8p67wbi7gaaz5rs78aagcnbk2338xhpd69wgrmn";
buildDepends = [ buildDepends = [
base blaze-builder bytestring data-default deepseq old-locale text base blaze-builder bytestring data-default-class deepseq old-locale
time text time
]; ];
testDepends = [ testDepends = [
base blaze-builder bytestring HUnit QuickCheck tasty tasty-hunit base blaze-builder bytestring HUnit QuickCheck tasty tasty-hunit
@ -53032,10 +53027,9 @@ self: {
({ mkDerivation, array, base, containers }: ({ mkDerivation, array, base, containers }:
mkDerivation { mkDerivation {
pname = "gll"; pname = "gll";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "0z3v0bg8r1gmca5bgkrbc44j9ggxkrzlk6r1mqmpycjgv5zryw05"; sha256 = "09f5clmvn8icgsw73ysyalspy07llbg6lbiqidb4lvmznhg38rvv";
buildDepends = [ array base containers ]; buildDepends = [ array base containers ];
jailbreak = true;
description = "GLL parser with simple combinator interface"; description = "GLL parser with simple combinator interface";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -66159,8 +66153,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hpack"; pname = "hpack";
version = "0.1.1"; version = "0.1.2";
sha256 = "10a0rgz9ng84m30x2x9swpdr41yk6wkvhk9vlplbq254rfsg865b"; sha256 = "1rnsqgycnqp3z3hszq438h8hwm0s6gs5vykm620am36r6md3kmzh";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -68681,8 +68675,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hspec"; pname = "hspec";
version = "2.1.6"; version = "2.1.7";
sha256 = "0ych09pli7v3mhfmvr6c0milvcmxf8bk1jf528z9r9halgjg18vh"; sha256 = "096rfq7ss5hvy1wcc9fdb4svnfiy96p79xh7vj3h7radh2wggfwv";
buildDepends = [ buildDepends = [
base hspec-core hspec-discover hspec-expectations HUnit QuickCheck base hspec-core hspec-discover hspec-expectations HUnit QuickCheck
transformers transformers
@ -68752,8 +68746,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hspec-core"; pname = "hspec-core";
version = "2.1.6"; version = "2.1.7";
sha256 = "0ymgsvl9bq96b7ln4x3yqj5pkla7683xpgg1mp0z9nc70kdzq1w5"; sha256 = "1ifwsqa8ay8f8l96k37rawxjya0qs72bcifxfr5hlz3gagg4a02b";
buildDepends = [ buildDepends = [
ansi-terminal async base deepseq hspec-expectations HUnit ansi-terminal async base deepseq hspec-expectations HUnit
QuickCheck quickcheck-io random setenv tf-random time transformers QuickCheck quickcheck-io random setenv tf-random time transformers
@ -68772,8 +68766,8 @@ self: {
({ mkDerivation, base, directory, filepath, hspec-meta }: ({ mkDerivation, base, directory, filepath, hspec-meta }:
mkDerivation { mkDerivation {
pname = "hspec-discover"; pname = "hspec-discover";
version = "2.1.6"; version = "2.1.7";
sha256 = "0vjgnh4g4sg73n4rfgrlqn0xw2mhkpwrwkkccpwik5jfyks7l1jq"; sha256 = "0gh9kn9ds50xl0zin5vbablf4dpfiabi96sz2a4xsxlskfjflhl0";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base directory filepath ]; buildDepends = [ base directory filepath ];
@ -69819,14 +69813,14 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "html-entities"; pname = "html-entities";
version = "1.0.0.3"; version = "1.0.1.0";
sha256 = "15m48aniszfkbkd6h2ql3r88ldj6f3ph3dyv97nmi8xk1kliipn1"; sha256 = "0s44w6nhp6xlibh1740paa21rbjvbnkhjdf35d9yw5hycjwyjwqc";
buildDepends = [ buildDepends = [
attoparsec base-prelude text unordered-containers attoparsec base-prelude text unordered-containers
]; ];
testDepends = [ base base-prelude directory doctest filepath ]; testDepends = [ base base-prelude directory doctest filepath ];
homepage = "https://github.com/nikita-volkov/html-entities"; homepage = "https://github.com/nikita-volkov/html-entities";
description = "An \"attoparsec\" parser and a decoder of HTML entities"; description = "A codec library for HTML-escaped text and HTML-entities";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -70249,8 +70243,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "http-common"; pname = "http-common";
version = "0.7.2.0"; version = "0.8.2.0";
sha256 = "0w83qz35aaxc2k3qqpamh8anqxr7w3vym5qh40w1a8n4x00pm960"; sha256 = "14s5a178sb2vm5k00rs21760mds5dz2gs10k9iyn22h01mxyf599";
buildDepends = [ buildDepends = [
base base64-bytestring blaze-builder bytestring case-insensitive base base64-bytestring blaze-builder bytestring case-insensitive
directory mtl network text transformers unordered-containers directory mtl network text transformers unordered-containers
@ -70575,8 +70569,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "http-streams"; pname = "http-streams";
version = "0.7.2.6"; version = "0.8.3.1";
sha256 = "1n44cscyrwrp71j96kjbwhak8c7hy4pjgp4b4p6ygm1hiy2xx1b7"; sha256 = "13fdwyq50d5gipvdxmi125bn7aqhc3zqbi8jikir3l8bigfby5w0";
buildDepends = [ buildDepends = [
aeson attoparsec base base64-bytestring blaze-builder bytestring aeson attoparsec base base64-bytestring blaze-builder bytestring
case-insensitive directory HsOpenSSL http-common io-streams mtl case-insensitive directory HsOpenSSL http-common io-streams mtl
@ -70591,6 +70585,7 @@ self: {
snap-core snap-server system-fileio system-filepath text snap-core snap-server system-fileio system-filepath text
transformers unordered-containers transformers unordered-containers
]; ];
jailbreak = true;
homepage = "http://research.operationaldynamics.com/projects/http-streams/"; homepage = "http://research.operationaldynamics.com/projects/http-streams/";
description = "An HTTP client using io-streams"; description = "An HTTP client using io-streams";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -78580,8 +78575,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "language-puppet"; pname = "language-puppet";
version = "1.1.1"; version = "1.1.1.2";
sha256 = "14bfzzf4lspkb1haf0bdq75zii50hzwzcl4q5rxysmxfhvmgldh4"; sha256 = "0d5510krnwfq4vfnq2vlzbjnyhnr13hx1jnm3gajznb2bzn6srx4";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -78594,7 +78589,7 @@ self: {
time transformers unix unordered-containers vector yaml time transformers unix unordered-containers vector yaml
]; ];
testDepends = [ testDepends = [
ansi-wl-pprint base Glob hspec HUnit lens parsec parsers ansi-wl-pprint base either Glob hspec HUnit lens parsec parsers
strict-base-types temporary text unix unordered-containers vector strict-base-types temporary text unix unordered-containers vector
]; ];
homepage = "http://lpuppet.banquise.net/"; homepage = "http://lpuppet.banquise.net/";
@ -89698,17 +89693,18 @@ self: {
"nested-routes" = callPackage "nested-routes" = callPackage
({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring ({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring
, containers, hspec, http-types, lucid, mtl, pred-trie, QuickCheck , constraints, containers, hspec, http-types, lucid, mtl
, quickcheck-instances, semigroups, text, transformers, wai , poly-arity, pred-trie, QuickCheck, quickcheck-instances
, wai-extra , semigroups, text, transformers, wai, wai-extra
}: }:
mkDerivation { mkDerivation {
pname = "nested-routes"; pname = "nested-routes";
version = "0.2.2.2"; version = "0.3";
sha256 = "0cnm6clz7y8kpnsi65i15a0vgv7i2q3150igvvmrs1jz15cxzi8z"; sha256 = "04cgy9hvriq4r8imi23s5lpvbvvdg8a3a51ypmwwgk6vss84jz1l";
buildDepends = [ buildDepends = [
aeson attoparsec base blaze-html bytestring containers http-types aeson attoparsec base blaze-html bytestring constraints containers
lucid mtl pred-trie semigroups text transformers wai wai-extra http-types lucid mtl poly-arity pred-trie semigroups text
transformers wai wai-extra
]; ];
testDepends = [ base hspec QuickCheck quickcheck-instances ]; testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Declarative, compositional Wai responses"; description = "Declarative, compositional Wai responses";
@ -92259,6 +92255,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"one-time-password" = callPackage
({ mkDerivation, base, byteable, bytestring, cereal, cryptohash
, tasty, tasty-hunit, time
}:
mkDerivation {
pname = "one-time-password";
version = "1.0.0.1";
sha256 = "1kpwx8lpk764qva536v9x7xskjy94rj8xwwnhsqakps6r29c7qa0";
buildDepends = [ base byteable bytestring cereal cryptohash time ];
testDepends = [
base bytestring cryptohash tasty tasty-hunit time
];
homepage = "https://github.com/s9gf4ult/one-time-password";
description = "HMAC-Based and Time-Based One-Time Passwords";
license = stdenv.lib.licenses.mit;
}) {};
"oneOfN" = callPackage "oneOfN" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -96059,8 +96072,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "picoparsec"; pname = "picoparsec";
version = "0.1.2.1"; version = "0.1.2.2";
sha256 = "1nlklprhnr0cgmzfp9vnyv9knn3qz5dlhpxr036fygaad67950ci"; sha256 = "1gf51clsfllfpmpm4bfzyicwk1zz3kymyi8zcdfm5y5rhg1yjcg9";
buildDepends = [ buildDepends = [
array base bytestring containers deepseq monoid-subclasses array base bytestring containers deepseq monoid-subclasses
scientific text scientific text
@ -98012,8 +98025,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "postgresql-query"; pname = "postgresql-query";
version = "1.1.0"; version = "1.1.1";
sha256 = "116w1lac70fpqrcnx7xbr25jfl3nsqw1v35famnfxgf6mjirsbqg"; sha256 = "0c6ns1zwqanqxd45zly2ms6zg3wx0lzr690pvq1prmf676vw2fj1";
buildDepends = [ buildDepends = [
aeson attoparsec base blaze-builder bytestring containers aeson attoparsec base blaze-builder bytestring containers
data-default either exceptions file-embed haskell-src-meta data-default either exceptions file-embed haskell-src-meta
@ -98386,8 +98399,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "prednote"; pname = "prednote";
version = "0.36.0.0"; version = "0.36.0.2";
sha256 = "0kh7mf6g7qc2gp4xpvnnq3053i3wxabwiq827l14k8wv43bjsalj"; sha256 = "1nm6r448vzl1gkkasjihaf31i57lx7pi627dxwf73slwxfz4j0wb";
buildDepends = [ buildDepends = [
base bytestring containers contravariant rainbow split text base bytestring containers contravariant rainbow split text
transformers transformers
@ -99821,12 +99834,12 @@ self: {
}) {}; }) {};
"pseudomacros" = callPackage "pseudomacros" = callPackage
({ mkDerivation, base, old-locale, template-haskell, time }: ({ mkDerivation, base, template-haskell, time }:
mkDerivation { mkDerivation {
pname = "pseudomacros"; pname = "pseudomacros";
version = "0.0.1"; version = "0.0.2";
sha256 = "168vqim5m72yl51w6pi9vxzp324i1gnawrl2zlsayw81s7lf1jp4"; sha256 = "112g7qxn7vl5702gzx2kdg55rvvp9g0gc50dvcwlrgvrsvsdy6c9";
buildDepends = [ base old-locale template-haskell time ]; buildDepends = [ base template-haskell time ];
description = "cpp-style built-in macros using Template Haskell"; description = "cpp-style built-in macros using Template Haskell";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -101266,8 +101279,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "rainbow"; pname = "rainbow";
version = "0.26.0.0"; version = "0.26.0.2";
sha256 = "1criyy8iw1har4nd6rm32gwcrqq4f421935dnbyq4iwkd9xf9mqs"; sha256 = "1v94dd9y38ayslii6bjg720dbrjg37wwm13v08g9clbazf122901";
buildDepends = [ base bytestring lens process text ]; buildDepends = [ base bytestring lens process text ];
testDepends = [ base bytestring lens process QuickCheck text ]; testDepends = [ base bytestring lens process QuickCheck text ];
homepage = "https://www.github.com/massysett/rainbow"; homepage = "https://www.github.com/massysett/rainbow";
@ -102663,6 +102676,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"refined" = callPackage
({ mkDerivation, base, base-prelude, template-haskell }:
mkDerivation {
pname = "refined";
version = "0.1.0.0";
sha256 = "0072zc4x8v6b8vdfgxnm1k6hbhzvf1m4cdb65v8df3qngb603r5n";
buildDepends = [ base base-prelude template-haskell ];
homepage = "https://github.com/nikita-volkov/refined";
description = "Refinement types with static and runtime checking";
license = stdenv.lib.licenses.mit;
}) {};
"reflection" = callPackage "reflection" = callPackage
({ mkDerivation, base, template-haskell }: ({ mkDerivation, base, template-haskell }:
mkDerivation { mkDerivation {
@ -108208,8 +108233,8 @@ self: {
({ mkDerivation, base, io-streams, seqid }: ({ mkDerivation, base, io-streams, seqid }:
mkDerivation { mkDerivation {
pname = "seqid-streams"; pname = "seqid-streams";
version = "0.3.2"; version = "0.3.3";
sha256 = "0v2d5125zyldr7f50zdhvgm1wcp7zbrnas9i2chqsq3s17qkrkm5"; sha256 = "0jddjsvkc2fdnz9yny44ikrqwwx500rd0cgh8fz1894c6p6qfgkm";
buildDepends = [ base io-streams seqid ]; buildDepends = [ base io-streams seqid ];
jailbreak = true; jailbreak = true;
description = "Sequence ID IO-Streams"; description = "Sequence ID IO-Streams";
@ -109606,8 +109631,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "shuffle"; pname = "shuffle";
version = "0.1.3.1"; version = "0.1.3.2";
sha256 = "120rc9gzdhad4nqich1mwixzax9bhsm3vv87qkvyarcz0qf80qcx"; sha256 = "07amjk5l9apxs90klq3ii8gxmywnxqhx4fk2yapmm8l75l8b6kfg";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -109617,7 +109642,6 @@ self: {
homepage = "https://github.com/UU-ComputerScience/shuffle"; homepage = "https://github.com/UU-ComputerScience/shuffle";
description = "Shuffle tool for UHC"; description = "Shuffle tool for UHC";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"sieve" = callPackage "sieve" = callPackage
@ -110935,6 +110959,20 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"smallcheck-series" = callPackage
({ mkDerivation, base, bytestring, doctest, Glob, smallcheck, text
}:
mkDerivation {
pname = "smallcheck-series";
version = "0.2";
sha256 = "1666pf3ki46w3zi01c3lzih7jh0jgqx9jyc1ykrjs056mlnbxp3v";
buildDepends = [ base bytestring smallcheck text ];
testDepends = [ base doctest Glob ];
homepage = "https://github.com/jdnavarro/smallcheck-series";
description = "Extra SmallCheck series";
license = stdenv.lib.licenses.bsd3;
}) {};
"smallpt-hs" = callPackage "smallpt-hs" = callPackage
({ mkDerivation, base, vector }: ({ mkDerivation, base, vector }:
mkDerivation { mkDerivation {
@ -111325,13 +111363,12 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "snap-cors"; pname = "snap-cors";
version = "1.2.7"; version = "1.2.8";
sha256 = "0yvy27fvcryc17k24y0z84zvi5b65x1zn36gz0277b3fp2dqfskc"; sha256 = "1ycqfx4qv00cxjrddch1wxadrffq55zbv6bhcahan93wq3a5lb7w";
buildDepends = [ buildDepends = [
attoparsec base bytestring case-insensitive hashable network attoparsec base bytestring case-insensitive hashable network
network-uri snap text transformers unordered-containers network-uri snap text transformers unordered-containers
]; ];
jailbreak = true;
homepage = "http://github.com/ocharles/snap-cors"; homepage = "http://github.com/ocharles/snap-cors";
description = "Add CORS headers to Snap applications"; description = "Add CORS headers to Snap applications";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -113869,23 +113906,23 @@ self: {
}) {}; }) {};
"ssh" = callPackage "ssh" = callPackage
({ mkDerivation, asn1-data, base, base64-string, binary, bytestring ({ mkDerivation, asn1-encoding, asn1-types, base, base64-string
, cereal, containers, crypto-api, crypto-pubkey-types , binary, bytestring, cereal, containers, crypto-api
, cryptohash-cryptoapi, directory, filepath, HsOpenSSL, HUnit , crypto-pubkey-types, cryptohash-cryptoapi, directory, filepath
, integer-gmp, libssh2, network, process, pseudomacros, QuickCheck , HsOpenSSL, HUnit, integer-gmp, libssh2, network, process
, random, RSA, SHA, SimpleAES, split, tasty, tasty-hunit , pseudomacros, QuickCheck, random, RSA, SHA, SimpleAES, split
, tasty-quickcheck, template-haskell, th-lift-instances , tasty, tasty-hunit, tasty-quickcheck, template-haskell
, transformers , th-lift-instances, transformers
}: }:
mkDerivation { mkDerivation {
pname = "ssh"; pname = "ssh";
version = "0.3.0.1"; version = "0.3.1";
sha256 = "1325af0ij2ys1waghk3f4mr5ndcqbb1k6pjf5m71fk324hb2s9cx"; sha256 = "1v4xrnc7h5r0nlcv3m129phf6qpp48fvkgv9yxf0fy1i3lp52krj";
buildDepends = [ buildDepends = [
asn1-data base base64-string binary bytestring cereal containers asn1-encoding asn1-types base base64-string binary bytestring
crypto-api crypto-pubkey-types cryptohash-cryptoapi HsOpenSSL cereal containers crypto-api crypto-pubkey-types
integer-gmp network process random RSA SHA SimpleAES split cryptohash-cryptoapi HsOpenSSL integer-gmp network process random
transformers RSA SHA SimpleAES split transformers
]; ];
testDepends = [ testDepends = [
base bytestring containers directory filepath HUnit libssh2 base bytestring containers directory filepath HUnit libssh2
@ -114106,28 +114143,28 @@ self: {
({ mkDerivation, aeson, async, base, bytestring, Cabal ({ mkDerivation, aeson, async, base, bytestring, Cabal
, classy-prelude-conduit, conduit, conduit-extra, containers , classy-prelude-conduit, conduit, conduit-extra, containers
, data-default-class, directory, filepath, hspec, http-client , data-default-class, directory, filepath, hspec, http-client
, http-client-tls, http-conduit, mono-traversable, mtl, old-locale , http-client-tls, http-conduit, monad-unlift, mono-traversable
, optparse-applicative, process, QuickCheck, semigroups , mtl, old-locale, optparse-applicative, optparse-simple, process
, stackage-types, stm, streaming-commons, system-fileio , QuickCheck, semigroups, stackage-cli, stackage-types
, stackage-update, stm, streaming-commons, system-fileio
, system-filepath, tar, temporary, text, time, transformers , system-filepath, tar, temporary, text, time, transformers
, unix-compat, utf8-string, xml-conduit, yaml, zlib , unix-compat, utf8-string, xml-conduit, yaml, zlib
}: }:
mkDerivation { mkDerivation {
pname = "stackage-curator"; pname = "stackage-curator";
version = "0.7.4"; version = "0.8.0";
revision = "1"; sha256 = "1nzbx22y90llcbfv37v119s7psp70rh7gyszar6zfg7wr4plcimb";
sha256 = "181wdsrwr0dlgp969zkqyg231kz3xh8mzii8ikcxx5z0yharn3gk";
editedCabalFile = "4e0d029d79d0224ebe84bcf2891b5fd37cdc3178d4acae146d1ba2148bee86b1";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson async base bytestring Cabal classy-prelude-conduit conduit aeson async base bytestring Cabal classy-prelude-conduit conduit
conduit-extra containers data-default-class directory filepath conduit-extra containers data-default-class directory filepath
http-client http-client-tls http-conduit mono-traversable mtl http-client http-client-tls http-conduit monad-unlift
old-locale optparse-applicative process semigroups stackage-types mono-traversable mtl old-locale optparse-applicative
stm streaming-commons system-fileio system-filepath tar temporary optparse-simple process semigroups stackage-cli stackage-types
text time transformers unix-compat utf8-string xml-conduit yaml stackage-update stm streaming-commons system-fileio system-filepath
zlib tar temporary text time transformers unix-compat utf8-string
xml-conduit yaml zlib
]; ];
testDepends = [ testDepends = [
base Cabal classy-prelude-conduit containers hspec http-client base Cabal classy-prelude-conduit containers hspec http-client
@ -114173,17 +114210,18 @@ self: {
"stackage-upload" = callPackage "stackage-upload" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, filepath ({ mkDerivation, aeson, base, bytestring, directory, filepath
, http-client, http-client-tls, http-types, optparse-applicative , http-client, http-client-tls, http-types, optparse-applicative
, stackage-cli, text , process, stackage-cli, temporary, text
}: }:
mkDerivation { mkDerivation {
pname = "stackage-upload"; pname = "stackage-upload";
version = "0.1.0.1"; version = "0.1.0.3";
sha256 = "1m2dhj2gsg3f1ykrabgvf61vmlv6dhc013nii4ymn6smacqzihhv"; sha256 = "0bg08nmcm9jg4pamsm41y1vw2fy2dy9pxxs36nmbrkn1622x7dkc";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson base bytestring directory filepath http-client aeson base bytestring directory filepath http-client
http-client-tls http-types optparse-applicative stackage-cli text http-client-tls http-types optparse-applicative process
stackage-cli temporary text
]; ];
homepage = "https://github.com/fpco/stackage-upload"; homepage = "https://github.com/fpco/stackage-upload";
description = "A more secure version of cabal upload which uses HTTPS"; description = "A more secure version of cabal upload which uses HTTPS";
@ -118865,8 +118903,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "test-framework-golden"; pname = "test-framework-golden";
version = "1.1.3.1"; version = "1.1.3.3";
sha256 = "1vmkc16z3gzbq9aibfk3wv7ms7sq7yivaamld63qrzlqaffz1xrw"; sha256 = "1sfgr91zn7iwgj1p1s3298mswv29rbxz4x4086r8mav7prd0ww36";
buildDepends = [ buildDepends = [
base bytestring filepath mtl process temporary test-framework base bytestring filepath mtl process temporary test-framework
]; ];
@ -122712,8 +122750,8 @@ self: {
({ mkDerivation, base, eventloop }: ({ mkDerivation, base, eventloop }:
mkDerivation { mkDerivation {
pname = "twentefp-eventloop-trees"; pname = "twentefp-eventloop-trees";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "18cifjf8avblgf0v1nskxdfx08ph92d16n8c50l9ln99aj9pw724"; sha256 = "1zbpxmi5n9ckmpxk8k3xlgjk0p9gw4ffa5yzd50x7ns1l8af8s5m";
buildDepends = [ base eventloop ]; buildDepends = [ base eventloop ];
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree"; description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -123055,8 +123093,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "twitter-feed"; pname = "twitter-feed";
version = "0.1.1.3"; version = "0.1.1.4";
sha256 = "1c50rirj3wymbh1850c7dm79jyglcn34116vljh5f54f8sv17y96"; sha256 = "006qdp9imdnaprpaf4yk0zks0p3ry4ngag4i533wyik2xrz3q8ir";
buildDepends = [ buildDepends = [
aeson authenticate-oauth base bytestring http-conduit aeson authenticate-oauth base bytestring http-conduit
]; ];
@ -125228,20 +125266,21 @@ self: {
}) {}; }) {};
"uri-bytestring" = callPackage "uri-bytestring" = callPackage
({ mkDerivation, attoparsec, base, bytestring, derive, HUnit ({ mkDerivation, attoparsec, base, bytestring, derive, HUnit, lens
, QuickCheck, tasty, tasty-hunit, tasty-quickcheck , QuickCheck, quickcheck-instances, tasty, tasty-hunit
, tasty-quickcheck
}: }:
mkDerivation { mkDerivation {
pname = "uri-bytestring"; pname = "uri-bytestring";
version = "0.0.1"; version = "0.1";
sha256 = "16cp95r94cqzch529i7h282w7d7nrjjxqb6rxd2k5nj7ax0pavy5"; sha256 = "16fvijiaqnrlw8hhv96cnp0qh5sq3bhixihw0k73i6j7wp1wp9i1";
buildDepends = [ attoparsec base bytestring ]; buildDepends = [ attoparsec base bytestring ];
testDepends = [ testDepends = [
attoparsec base bytestring derive HUnit QuickCheck tasty attoparsec base bytestring derive HUnit lens QuickCheck
tasty-hunit tasty-quickcheck quickcheck-instances tasty tasty-hunit tasty-quickcheck
]; ];
jailbreak = true; jailbreak = true;
homepage = "https://travis-ci.org/Soostone/uri-bytestring"; homepage = "https://github.com/Soostone/uri-bytestring";
description = "Haskell URI parsing as ByteStrings"; description = "Haskell URI parsing as ByteStrings";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -127024,18 +127063,18 @@ self: {
({ mkDerivation, base, bytestring, c2hs, containers, data-default ({ mkDerivation, base, bytestring, c2hs, containers, data-default
, deepseq, directory, filepath, hspec, hspec-expectations, libmpd , deepseq, directory, filepath, hspec, hspec-expectations, libmpd
, mtl, ncurses, old-locale, process, QuickCheck, template-haskell , mtl, ncurses, old-locale, process, QuickCheck, template-haskell
, time, transformers, utf8-string, wcwidth , time, time-locale-compat, transformers, utf8-string, wcwidth
}: }:
mkDerivation { mkDerivation {
pname = "vimus"; pname = "vimus";
version = "0.2.0"; version = "0.2.1";
sha256 = "0s7hfyil9rnr9rmjb08g1l1sxybx3qdkw2f59p433fkdjp2m140h"; sha256 = "0j4j4rsngp76pvssg6kisqqwr9d95fcmxp21yq4483vvc1cv78g2";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base bytestring containers data-default deepseq directory filepath base bytestring containers data-default deepseq directory filepath
libmpd mtl old-locale process template-haskell time utf8-string libmpd mtl old-locale process template-haskell time
wcwidth time-locale-compat utf8-string wcwidth
]; ];
testDepends = [ testDepends = [
base data-default hspec hspec-expectations mtl QuickCheck base data-default hspec hspec-expectations mtl QuickCheck
@ -128985,8 +129024,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "webcrank"; pname = "webcrank";
version = "0.2"; version = "0.2.0.1";
sha256 = "0ws66z1qrlx91arpj3i9nz6lqbz1iwcpbzxdnqrwc1bml7zs2ipj"; sha256 = "0l6mc3gyflb0lqmcs5x0nc3r5szyf4ig6y268f7crp74h05mvnlr";
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
@ -133208,6 +133247,18 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"yesod-gitrev" = callPackage
({ mkDerivation, aeson, base, gitrev, template-haskell, yesod-core
}:
mkDerivation {
pname = "yesod-gitrev";
version = "0.1.0.0";
sha256 = "0jcgc8l2gh6ahxwddra0jyf78bi4rzff9nfi1knjxixfll73rrih";
buildDepends = [ aeson base gitrev template-haskell yesod-core ];
description = "A subsite for displaying git information";
license = stdenv.lib.licenses.bsd3;
}) {};
"yesod-goodies" = callPackage "yesod-goodies" = callPackage
({ mkDerivation, base, blaze-html, bytestring, directory, HTTP ({ mkDerivation, base, blaze-html, bytestring, directory, HTTP
, old-locale, pandoc, pureMD5, text, time, yesod, yesod-form , old-locale, pandoc, pureMD5, text, time, yesod, yesod-form
@ -133811,8 +133862,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "yesod-transloadit"; pname = "yesod-transloadit";
version = "0.1.0.0"; version = "0.1.1.0";
sha256 = "15c6z262fcbradphrv82fz5pc2il27vqnmkym1b61wvpsydy2681"; sha256 = "0m83hy3j2sg060jv44pcgr99avzg0laq6ydl37pckvyqz27rbw7f";
buildDepends = [ buildDepends = [
aeson base byteable bytestring cryptohash lens lens-aeson aeson base byteable bytestring cryptohash lens lens-aeson
old-locale shakespeare text time transformers yesod yesod-core old-locale shakespeare text time transformers yesod yesod-core