mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
hackage-packages: re-generate from Hackage 2015-03-20T11:29:46+0100
This commit is contained in:
parent
5c268bca2e
commit
446f301078
|
@ -36,8 +36,8 @@ self: super: {
|
|||
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
||||
|
||||
# haskeline and terminfo are not core libraries for this compiler.
|
||||
haskeline = self.haskeline_0_7_1_3;
|
||||
terminfo = self.terminfo_0_4_0_0;
|
||||
haskeline = self.haskeline_0_7_2_0;
|
||||
terminfo = self.terminfo_0_4_0_1;
|
||||
|
||||
# https://github.com/haskell/cabal/issues/2322
|
||||
Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
|
||||
|
|
|
@ -45,7 +45,7 @@ self: super: {
|
|||
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
||||
transformers = super.transformers_0_4_3_0;
|
||||
transformers-compat = disableCabalFlag super.transformers-compat "three";
|
||||
haskeline = self.haskeline_0_7_1_3;
|
||||
haskeline = self.haskeline_0_7_2_0;
|
||||
mtl = super.mtl_2_2_1;
|
||||
})) (drv: {
|
||||
jailbreak = true; # idris is scared of lens 4.7
|
||||
|
|
|
@ -2377,8 +2377,8 @@ self: {
|
|||
({ mkDerivation, base, cmdargs, parsec }:
|
||||
mkDerivation {
|
||||
pname = "ClustalParser";
|
||||
version = "1.0.1";
|
||||
sha256 = "0rslkg7hr6j414qpsgmjbrw474bhhrv36ns19smysx7lpkn955w4";
|
||||
version = "1.0.2";
|
||||
sha256 = "0y1w2lp5kqxb9rp9rarhnqpspa64z02mbhnnvkpagi534mgnx93k";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base cmdargs parsec ];
|
||||
|
@ -2507,12 +2507,16 @@ self: {
|
|||
}) {};
|
||||
|
||||
"ConcurrentUtils" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl, parallel }:
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, network, parallel, process
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ConcurrentUtils";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0m3dy21xlmr17aig5mia160rbz9y8ly8mhxvld61jlxhchgdlfrc";
|
||||
buildDepends = [ array base containers mtl parallel ];
|
||||
version = "0.4.1.0";
|
||||
sha256 = "05a5v9g95by4v05zxvjma8hvn5rrvwz0c3r8q0iqqchglljs39xr";
|
||||
buildDepends = [
|
||||
array base binary bytestring containers network parallel process
|
||||
];
|
||||
homepage = "http://alkalisoftware.net";
|
||||
description = "Concurrent utilities";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
@ -11509,8 +11513,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "Plot-ho-matic";
|
||||
version = "0.5.0.2";
|
||||
sha256 = "0i55milm63y0djnni3sg40pydxw5ls4gjsj18g8f5rbbdjx6y95q";
|
||||
version = "0.5.0.3";
|
||||
sha256 = "17zn4sqyfl48fp25wicp5vd518wn26g5qn071zhb989imiqbnvmq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -12191,14 +12195,14 @@ self: {
|
|||
}) {};
|
||||
|
||||
"Random123" = callPackage
|
||||
({ mkDerivation, array, base, HUnit, QuickCheck, random
|
||||
({ mkDerivation, array, base, data-dword, HUnit, QuickCheck, random
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Random123";
|
||||
version = "0.1.2";
|
||||
sha256 = "1y58rj2c80fv1qv9v0dcrfp8n6n03njr5fkkm4wdb18rp92dydxi";
|
||||
buildDepends = [ array base random ];
|
||||
version = "0.2.0";
|
||||
sha256 = "18q6nf63qapypj10iifpc1qdaq7pndmv2p7jz0f96y113z33nqy4";
|
||||
buildDepends = [ array base data-dword random ];
|
||||
testDepends = [
|
||||
base HUnit QuickCheck random test-framework test-framework-hunit
|
||||
test-framework-quickcheck2
|
||||
|
@ -14566,6 +14570,18 @@ self: {
|
|||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"ViennaRNAParser" = callPackage
|
||||
({ mkDerivation, base, parsec }:
|
||||
mkDerivation {
|
||||
pname = "ViennaRNAParser";
|
||||
version = "1.0.1";
|
||||
sha256 = "0j4vcbbw0f1khrqna33b1dfs4fadfk53arsj8ndjzcwp0za58ji0";
|
||||
editedCabalFile = "312de9a09fbd46cd8785a4761d369ddd022b2589096b857cafa0b4ee610426e0";
|
||||
buildDepends = [ base parsec ];
|
||||
description = "Libary for parsing ViennaRNA package output";
|
||||
license = "GPL";
|
||||
}) {};
|
||||
|
||||
"WAVE" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, parseargs }:
|
||||
mkDerivation {
|
||||
|
@ -19742,12 +19758,12 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"array_0_5_0_0" = callPackage
|
||||
"array_0_5_1_0" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "array";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0rknkp9c6cxf63adx7xam655d509aja9wim1r37j4905ywan0y8a";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "18hz1jcshdj6c10lsxq86rs6rbx77g91w4ay2s58h9j5rnkchjxq";
|
||||
buildDepends = [ base ];
|
||||
description = "Mutable and immutable arrays";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -21960,8 +21976,8 @@ self: {
|
|||
({ mkDerivation, base, containers, QuickCheck, text, time }:
|
||||
mkDerivation {
|
||||
pname = "barecheck";
|
||||
version = "0.2.0.6";
|
||||
sha256 = "0avz5pdnvd3kjgp9swpdfxddp60gqpamwd7j4xl8xdj3b2di5zk0";
|
||||
version = "0.2.0.8";
|
||||
sha256 = "0hja4lrgv1faqaq41wzf1r88aw4pin8jh60k9n65yd0sxi1103a7";
|
||||
buildDepends = [ base containers QuickCheck text time ];
|
||||
homepage = "http://github.com/massysett/barecheck";
|
||||
description = "QuickCheck implementations for common types";
|
||||
|
@ -22249,8 +22265,8 @@ self: {
|
|||
({ mkDerivation, base, deepseq, generics-sop, QuickCheck, text }:
|
||||
mkDerivation {
|
||||
pname = "basic-sop";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1nigmdnfxbzfi2qyih6rz3q8xymk5rglm4772xrsphv6cszifcbd";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0gyg6801lwchksd5xvfjy45ygi7ah1z49gq7a485cjn5b7hpbxfh";
|
||||
buildDepends = [ base deepseq generics-sop QuickCheck text ];
|
||||
description = "Basic examples and functions for generics-sop";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -25121,6 +25137,24 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"blunt" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers
|
||||
, haskell-src-exts, http-types, transformers, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blunt";
|
||||
version = "0.0.7";
|
||||
sha256 = "01hm0349qzam2ygsdhcg55kgzh6gk22m6hrjb6lk5gqsn6xsdf4w";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
array base bytestring containers haskell-src-exts http-types
|
||||
transformers wai warp
|
||||
];
|
||||
description = "Point-free Haskell as a service";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"bmp" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring }:
|
||||
mkDerivation {
|
||||
|
@ -27826,8 +27860,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cartel";
|
||||
version = "0.14.2.0";
|
||||
sha256 = "0pxscg5rcp1b9inbwjqhspb7z18ykwgr026zaqshk3z9rkclwbx7";
|
||||
version = "0.14.2.2";
|
||||
sha256 = "0ikf0jhiaqagd4ycq9szs4vy7yq7ai31yzcj8f0a6i3j6j4cr8nx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base directory filepath time transformers ];
|
||||
|
@ -30218,8 +30252,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cless";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "10q68rs85zxk9pqd5rkd1pndp2nsvxxdznil2jf1027r0bqyxjyn";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "16v2hj2qxw7ij8aqhbx11fs4ss62d4d0jwi4mk0kc76yfdwl61hg";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -30645,12 +30679,12 @@ self: {
|
|||
}) {};
|
||||
|
||||
"cmark" = callPackage
|
||||
({ mkDerivation, base, mtl, syb, text }:
|
||||
({ mkDerivation, base, mtl, text }:
|
||||
mkDerivation {
|
||||
pname = "cmark";
|
||||
version = "0.3";
|
||||
sha256 = "0zhhcgcikixgnkblfqpf08did3ykjwb1pfg7dq3zndjic116xasm";
|
||||
buildDepends = [ base mtl syb text ];
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1n73ya2r5dbsadmx9y6l931k7nhppqa69qqyv15pnm3w7823njj8";
|
||||
buildDepends = [ base mtl text ];
|
||||
homepage = "https://github.com/jgm/commonmark-hs";
|
||||
description = "Fast, accurate CommonMark (Markdown) parser and renderer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -48753,8 +48787,8 @@ self: {
|
|||
({ mkDerivation, base, ghc-prim, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "generics-sop";
|
||||
version = "0.1.1";
|
||||
sha256 = "1c87mhfpfx3mrd347g2hp9c1aivsky11jdj7ac1y66kar5s396yw";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1g532p1k8df7vfwfh4zwj4s020k4c9ncvc68xy0hniijy61ncc5n";
|
||||
buildDepends = [ base ghc-prim template-haskell ];
|
||||
description = "Generic Programming using True Sums of Products";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -51059,8 +51093,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "goatee";
|
||||
version = "0.2.0";
|
||||
sha256 = "0lqvdxv500q19xfpp4vcvz0y3s9s2q1iz1n2c01k9kbph4hjd198";
|
||||
version = "0.3.0";
|
||||
sha256 = "1py0cnmvqnjdf6bwwn8p6c78p9qnmk82932j7j6y2q91yhna6b2d";
|
||||
buildDepends = [ base containers mtl parsec template-haskell ];
|
||||
testDepends = [ base containers HUnit mtl parsec ];
|
||||
homepage = "http://khumba.net/projects/goatee";
|
||||
|
@ -51074,8 +51108,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "goatee-gtk";
|
||||
version = "0.2.0";
|
||||
sha256 = "03klvlxzmm50n8b1bslqjqvrpisiv7rmhjzhssiyakg1qzjpnjzf";
|
||||
version = "0.3.0";
|
||||
sha256 = "0wdspqs5pfa4axys87c8bci2s3y475fddjrdwh1kvc9vdsanb7xv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -56210,14 +56244,14 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"haskeline_0_7_1_3" = callPackage
|
||||
"haskeline_0_7_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, filepath
|
||||
, terminfo, transformers, unix, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskeline";
|
||||
version = "0.7.1.3";
|
||||
sha256 = "1bwyfn7y9mi18g7zxz8wxjkld51azlfbxypxbiqdinpm2fdl63mi";
|
||||
version = "0.7.2.0";
|
||||
sha256 = "1pzvps7r53zwjcw1klc025ll786qzlp6y6k4w37ycz2g44fmd2f2";
|
||||
buildDepends = [
|
||||
base bytestring containers directory filepath terminfo transformers
|
||||
unix utf8-string
|
||||
|
@ -58492,13 +58526,12 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hblock";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1ng906bsx1nrn583h768pgghg6sysx560dxrpxbxc7xv7f6g8b1s";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0g8hj42ir3jcpmwf3pin2k4zdcf5p1f1sx1f8rj380qbyxgdrw3v";
|
||||
buildDepends = [
|
||||
aeson base blaze-markup bytestring cereal containers deepseq
|
||||
hashable path-pieces safecopy text unordered-containers uuid vector
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "A mutable vector that provides indexation on the datatype fields it stores";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -60615,8 +60648,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "highlighter2";
|
||||
version = "0.2.4";
|
||||
sha256 = "1gl93z9vfpgqvxdqd8vsl13yz1yspxr6wfwqp4slnr8kpvm153fx";
|
||||
version = "0.2.5";
|
||||
sha256 = "1gndzxi2i9hybqj6v14wflw8335v09q832knbx61hq9wcgq1hxwi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -60634,8 +60667,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "highlighting-kate";
|
||||
version = "0.5.11.1";
|
||||
sha256 = "1z62wp1a1qlw1l3bkxwq7pd3mi64jl688ib23263bc46zc8z0nkv";
|
||||
version = "0.5.12";
|
||||
sha256 = "0igcph3icmskf2g861fmxwgjdgrm52r5zazviiv82wck8nvmkh0i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -60646,7 +60679,6 @@ self: {
|
|||
base blaze-html containers Diff directory filepath process
|
||||
];
|
||||
configureFlags = [ "-fpcre-light" ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jgm/highlighting-kate";
|
||||
description = "Syntax highlighting";
|
||||
license = "GPL";
|
||||
|
@ -63475,13 +63507,13 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hpc_0_6_0_1" = callPackage
|
||||
({ mkDerivation, base, containers, directory, time }:
|
||||
"hpc_0_6_0_2" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, time }:
|
||||
mkDerivation {
|
||||
pname = "hpc";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "00fn4kyghf6nqnn24nrjagkgjmwnq40s94jf47v9fbhllvqbq952";
|
||||
buildDepends = [ base containers directory time ];
|
||||
version = "0.6.0.2";
|
||||
sha256 = "1bqa9jmnjqk4jbvx2y90rz717hf2rhzbpmy9xqan97pyrkjz3rlm";
|
||||
buildDepends = [ base containers directory filepath time ];
|
||||
description = "Code Coverage Library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -63544,8 +63576,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hplayground";
|
||||
version = "0.1.2.6";
|
||||
sha256 = "1ncbq9a3hbg9716msjqr7yfr7ay1ky9xpm5f8ajj1rd94fkbq5ya";
|
||||
version = "0.1.2.8";
|
||||
sha256 = "1jz82d9z27zci1dl0d33xc1q96dip3b86f8i2dhxyahpi9p7khjm";
|
||||
buildDepends = [
|
||||
base containers data-default haste-compiler haste-perch monads-tf
|
||||
transformers
|
||||
|
@ -66162,8 +66194,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-webdriver";
|
||||
version = "1.0.1";
|
||||
sha256 = "14fdmlvdpkq2f05kjdwiz48m4mrlzgq3dr7k19ljpv2rvcjv6lr9";
|
||||
version = "1.0.2";
|
||||
sha256 = "1wkdv129arxbfby1214a93sfqbi1kvkgvqpp4z6qzh45q74hhd9c";
|
||||
buildDepends = [
|
||||
base data-default hashable hspec hspec-core HUnit lifted-base stm
|
||||
text transformers unordered-containers webdriver
|
||||
|
@ -72524,8 +72556,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "jose-jwt";
|
||||
version = "0.4.1";
|
||||
sha256 = "0j4f0w2v1fwfiylvlwk9l0646wnmjcz36faw9h76j4brzsj0dc23";
|
||||
version = "0.4.1.1";
|
||||
sha256 = "0myldbliixd45h1fklzjn7r4gdw5nsl1swp3h14wdl1lck4zd7fq";
|
||||
buildDepends = [
|
||||
aeson base base64-bytestring byteable bytestring cereal cipher-aes
|
||||
containers crypto-cipher-types crypto-numbers crypto-pubkey
|
||||
|
@ -84137,8 +84169,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "multiarg";
|
||||
version = "0.30.0.2";
|
||||
sha256 = "1c64w53s67m4w9m6jwal6h6529795kw2cnx99v718w2n64slp8n2";
|
||||
version = "0.30.0.4";
|
||||
sha256 = "0bnzlz5na6fbw870vmvxd4jr71fdkdkxs7dd820p772b1pzfg1g5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base utf8-string ];
|
||||
|
@ -91715,17 +91747,18 @@ self: {
|
|||
|
||||
"pinboard" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, either
|
||||
, HsOpenSSL, http-streams, http-types, io-streams, mtl, old-locale
|
||||
, random, text, time, transformers, unordered-containers
|
||||
, HsOpenSSL, http-streams, http-types, io-streams, mtl, network
|
||||
, old-locale, random, text, time, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pinboard";
|
||||
version = "0.1";
|
||||
sha256 = "1zm2qad94dsdglqb79jphac81cff5sjyya8644nbsz10jl39y508";
|
||||
version = "0.2";
|
||||
sha256 = "0bvgijrgpv0yc8hkzj9mbm94z6v5s9w8ghjjm9ynh0qrpyf1dlli";
|
||||
buildDepends = [
|
||||
aeson base bytestring containers either HsOpenSSL http-streams
|
||||
http-types io-streams mtl old-locale random text time transformers
|
||||
unordered-containers
|
||||
http-types io-streams mtl network old-locale random text time
|
||||
transformers unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/jonschoning/pinboard";
|
||||
description = "Access to the Pinboard API";
|
||||
|
@ -92812,6 +92845,25 @@ self: {
|
|||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) { inherit (pkgs) poker-eval;};
|
||||
|
||||
"pokitdok" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-string, bytestring
|
||||
, case-insensitive, directory, hex, HTTP, http-client, http-conduit
|
||||
, http-types, strict, text, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pokitdok";
|
||||
version = "4.1.0.1";
|
||||
sha256 = "0cnrda2ahsam07pcn079wvq18hxjpyxik6qnqi5bzrdps9dwgl80";
|
||||
buildDepends = [
|
||||
aeson base base64-string bytestring case-insensitive directory hex
|
||||
HTTP http-client http-conduit http-types strict text time
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://platform.pokitdok.com";
|
||||
description = "PokitDok Platform API Client for Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"polar" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -96390,8 +96442,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "quickpull";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0qfzl7v7724fwfsxd5iwj3xbfz3isl8hphv6fd5a0c5zw01r54zn";
|
||||
version = "0.4.2.2";
|
||||
sha256 = "0vy5s3qa67kwj68rxqc0zhqizqpvqa1x0bg3dakq5pimrqhmb7d4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ barecheck base directory filepath QuickCheck ];
|
||||
|
@ -99812,22 +99864,22 @@ self: {
|
|||
|
||||
"rethinkdb-client-driver" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, hashable, hspec
|
||||
, hspec-smallcheck, mtl, network, old-locale, scientific
|
||||
, smallcheck, template-haskell, text, time, unordered-containers
|
||||
, vector
|
||||
, hspec-smallcheck, mtl, network, scientific, smallcheck
|
||||
, template-haskell, text, time, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rethinkdb-client-driver";
|
||||
version = "0.0.13";
|
||||
sha256 = "0frbmdz0avary2rwwp9l3k6pdasjw1przi76n89kdfn4dfq5g53s";
|
||||
version = "0.0.15";
|
||||
sha256 = "0xdd9m2m61pfsn33048hz2cbjyf6rg5qkqwpib50bxdlj07s4w19";
|
||||
buildDepends = [
|
||||
aeson base binary bytestring hashable mtl network old-locale
|
||||
scientific template-haskell text time unordered-containers vector
|
||||
aeson base binary bytestring hashable mtl network scientific
|
||||
template-haskell text time unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
base hspec hspec-smallcheck smallcheck text time
|
||||
unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/wereHamster/rethinkdb-client-driver";
|
||||
description = "Client driver for RethinkDB";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -103541,8 +103593,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-jquery";
|
||||
version = "0.2.2";
|
||||
sha256 = "1bn8zml7p17prb3bgdhvkn5yyiw907wir2w6kfngxa78shk0vsbz";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "0s3c85jpy630bfnzq0wlzv38bkr18cpw5lffn6wh8pjwshd5y8zi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -103550,7 +103602,6 @@ self: {
|
|||
warp
|
||||
];
|
||||
testDepends = [ base hspec language-ecmascript servant ];
|
||||
jailbreak = true;
|
||||
homepage = "http://haskell-servant.github.io/";
|
||||
description = "Automatically derive (jquery) javascript functions to query servant webservices";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -113455,12 +113506,12 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"terminfo_0_4_0_0" = callPackage
|
||||
"terminfo_0_4_0_1" = callPackage
|
||||
({ mkDerivation, base, ncurses }:
|
||||
mkDerivation {
|
||||
pname = "terminfo";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "10y8mhpazcpwwvg1avc0zxq534rwavg82q69l7wm5np24sb5lrv8";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1qsspg1kqk68ja217fn3anv1j8arr1pwzzb5m74zpxpjaqb02153";
|
||||
buildDepends = [ base ];
|
||||
extraLibraries = [ ncurses ];
|
||||
homepage = "https://github.com/judah/terminfo";
|
||||
|
@ -113744,8 +113795,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "test-sandbox";
|
||||
version = "0.1.2";
|
||||
sha256 = "0zv9is4gapa06a3iyc505hzcydkia2dm6901m2y6jcav6rmykmk8";
|
||||
version = "0.1.3";
|
||||
sha256 = "0hkpz3l5b1vpnpgagl150g5rdawwf9mwgb7ai0xilj4d7i55gdwl";
|
||||
buildDepends = [
|
||||
base bytestring cereal containers data-default directory filepath
|
||||
lifted-base monad-control monad-loops mtl network process random
|
||||
|
@ -114651,8 +114702,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "th-orphans";
|
||||
version = "0.11.0";
|
||||
sha256 = "1z7k0scz08s9c8fxvfsrfb8da5cgvnzr26mzj4cbz8syarygs9dk";
|
||||
version = "0.11.1";
|
||||
sha256 = "111ckvvicr953aqnnkn7rn089dprz57h95cg95rs7f1zz318h2xy";
|
||||
buildDepends = [
|
||||
base mtl nats template-haskell th-lift th-reify-many
|
||||
];
|
||||
|
@ -122778,23 +122829,24 @@ self: {
|
|||
, bytestring, case-insensitive, doctest, ghc-prim, hashable, hspec
|
||||
, HTTP, http-date, http-types, HUnit, iproute, lifted-base, network
|
||||
, old-locale, QuickCheck, simple-sendfile, streaming-commons, text
|
||||
, time, transformers, unix, unix-compat, void, wai
|
||||
, time, transformers, unix, unix-compat, vault, void, wai
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp";
|
||||
version = "3.0.9.3";
|
||||
sha256 = "1v4h60d5sbqmam17jnx4hvmvdsw5hd97bj8h9c5961d2xjgpzi6d";
|
||||
version = "3.0.10";
|
||||
sha256 = "07xzc8m662zp14pqfmygjzpkafdklf776xc5ihsnqaxym7wpajds";
|
||||
buildDepends = [
|
||||
array auto-update base blaze-builder bytestring case-insensitive
|
||||
ghc-prim hashable http-date http-types iproute network
|
||||
simple-sendfile streaming-commons text unix unix-compat void wai
|
||||
simple-sendfile streaming-commons text unix unix-compat vault void
|
||||
wai
|
||||
];
|
||||
testDepends = [
|
||||
array async auto-update base blaze-builder bytestring
|
||||
case-insensitive doctest ghc-prim hashable hspec HTTP http-date
|
||||
http-types HUnit iproute lifted-base network old-locale QuickCheck
|
||||
simple-sendfile streaming-commons text time transformers unix
|
||||
unix-compat void wai
|
||||
unix-compat vault void wai
|
||||
];
|
||||
homepage = "http://github.com/yesodweb/wai";
|
||||
description = "A fast, light-weight web server for WAI applications";
|
||||
|
@ -124180,8 +124232,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "wordpass";
|
||||
version = "1.0.0.2";
|
||||
sha256 = "1r1h8x3c7knvqvbv56riaig7hd91x12ymz0hc1wpk9h4zgwjgq15";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "1nbgzrc3g3kcc8462sqskdywk0n1m54810r0jsw8ip2xllvkxx9b";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -127108,8 +127160,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-core";
|
||||
version = "1.4.8.2";
|
||||
sha256 = "0syfgwyj5cgs2rl26g8mz2sz3vr39g813ljz441asrqv80mz4xww";
|
||||
version = "1.4.8.3";
|
||||
sha256 = "0k49s9cybr36knmx2lwapivszcq6xg67vpx5fw812dzv8x2cj714";
|
||||
buildDepends = [
|
||||
aeson auto-update base blaze-builder blaze-html blaze-markup
|
||||
bytestring case-insensitive cereal clientsession conduit
|
||||
|
|
Loading…
Reference in a new issue