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