hackage-packages.nix: re-generate from Hackage state f3fe5bb92d

This commit is contained in:
Peter Simons 2015-04-24 09:14:11 +02:00
parent 69777a7cb4
commit 5fade2b6aa

View file

@ -3884,6 +3884,17 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"Earley" = callPackage
({ mkDerivation, base, containers, kan-extensions, ListLike }:
mkDerivation {
pname = "Earley";
version = "0.6.0";
sha256 = "0fqiiqrmrnb7zmk61bjnc98y30jvrd0yqflsk8mcnkfahbhhsc5w";
buildDepends = [ base containers kan-extensions ListLike ];
description = "Parsing all context-free grammars using Earley's algorithm";
license = stdenv.lib.licenses.bsd3;
}) {};
"Ebnf2ps" = callPackage
({ mkDerivation, array, base, containers, directory, happy
, old-time, unix
@ -4432,6 +4443,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"FastxPipe" = callPackage
({ mkDerivation, attoparsec, base, blaze-builder, bytestring, pipes
, pipes-attoparsec, pipes-bytestring
}:
mkDerivation {
pname = "FastxPipe";
version = "0.2.0.0";
sha256 = "1img1aivadrdljsixzll3qpdzvbjqy18mcwanli6w70ch556jsa9";
buildDepends = [
attoparsec base blaze-builder bytestring pipes pipes-attoparsec
pipes-bytestring
];
jailbreak = true;
description = "Fasta and Fastq streaming";
license = stdenv.lib.licenses.bsd3;
}) {};
"FenwickTree" = callPackage
({ mkDerivation, base, QuickCheck, template-haskell }:
mkDerivation {
@ -13268,6 +13296,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"SeqAlign" = callPackage
({ mkDerivation, base, bytestring, vector }:
mkDerivation {
pname = "SeqAlign";
version = "0.1.0.0";
sha256 = "0vk63ni1a93win8if032nps5y0xi245cmjqq2j4xfsdddg5bdln5";
buildDepends = [ base bytestring vector ];
description = "Sequence Alignment";
license = stdenv.lib.licenses.bsd3;
}) {};
"SessionLogger" = callPackage
({ mkDerivation, base, directory, filepath, hslogger, mtl
, old-locale, random, time
@ -13385,6 +13424,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"Shrub" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "Shrub";
version = "0.1.0.0";
sha256 = "105rnyrqzagfgbfdxbdx4wqhvdfxkd8d5jaxkyqd1zyvf0chi858";
buildDepends = [ base ];
description = "4-way trie fuzzy search";
license = stdenv.lib.licenses.bsd3;
}) {};
"Shu-thing" = callPackage
({ mkDerivation, base, GLUT }:
mkDerivation {
@ -17075,8 +17125,8 @@ self: {
}:
mkDerivation {
pname = "aeson-better-errors";
version = "0.5.0.0";
sha256 = "0rmlvlhyzad6a3m3c71hjm254d1vfphqdiichpw2q1kjfhbxbsld";
version = "0.6.0.0";
sha256 = "188pi0x2hfl1m1s55xb64s6gm6bcfck9b1hs3lmcbpczka84wy20";
buildDepends = [
aeson base bytestring dlist mtl scientific text transformers
transformers-compat unordered-containers vector void
@ -23453,6 +23503,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"bgzf" = callPackage
({ mkDerivation, base, bytestring, mtl, parallel, pipes
, streaming-commons
}:
mkDerivation {
pname = "bgzf";
version = "0.1.0.0";
sha256 = "1lmwb65ads6ip5v0h8z03nyzxr9556p13j1y34lhgsyk2lxwdkrv";
buildDepends = [
base bytestring mtl parallel pipes streaming-commons
];
description = "Blocked GZip";
license = stdenv.lib.licenses.bsd3;
}) {};
"bibtex" = callPackage
({ mkDerivation, base, latex, parsec, utility-ht }:
mkDerivation {
@ -28418,6 +28483,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"cabocha" = callPackage
({ mkDerivation, base, bytestring, cabocha, text, text-format }:
mkDerivation {
pname = "cabocha";
version = "0.1.0.0";
sha256 = "0siqh3dly69b1kfm5y3q0sccqxx25hflwhizw6ga70icmvscwrwf";
buildDepends = [ base bytestring text ];
testDepends = [ base text-format ];
extraLibraries = [ cabocha ];
homepage = "http://github.com/pecorarista/hscabocha";
license = stdenv.lib.licenses.bsd3;
}) { cabocha = null;};
"cached-traversable" = callPackage
({ mkDerivation, base, binary, bytestring, containers, directory
, filepath, mtl
@ -35166,8 +35244,8 @@ self: {
}:
mkDerivation {
pname = "cql";
version = "3.0.2";
sha256 = "0arp3nf6w7rqb1jxv2j20k4hps3zmdbz97qz500n7h5xx2s8p5c3";
version = "3.0.3";
sha256 = "0bqr28rg7cacg2qypid6jpdxq273qafn3k5z6kgaksy7db69zxym";
buildDepends = [
base bytestring cereal Decimal iproute network template-haskell
text time transformers uuid
@ -35176,7 +35254,6 @@ self: {
base bytestring cereal Decimal iproute network QuickCheck tasty
tasty-quickcheck text time uuid
];
jailbreak = true;
homepage = "https://github.com/twittner/cql/";
description = "Cassandra CQL binary protocol";
license = "unknown";
@ -35184,21 +35261,21 @@ self: {
"cql-io" = callPackage
({ mkDerivation, async, auto-update, base, bytestring, containers
, cql, data-default-class, exceptions, hashable, iproute, lens
, monad-control, mtl, mwc-random, network, semigroups, stm, text
, time, tinylog, transformers, transformers-base, uuid, vector
, cql, cryptohash, data-default-class, exceptions, hashable
, iproute, lens, monad-control, mtl, mwc-random, network
, semigroups, stm, text, time, tinylog, transformers
, transformers-base, uuid, vector
}:
mkDerivation {
pname = "cql-io";
version = "0.13.2";
sha256 = "155vz9ndwf6d7z94iq9kshbpxcqyf82lszg03x8qflmkn21i85kg";
version = "0.14.2";
sha256 = "093x4fdvc4rcklcaar49p2c9yghyr6lmmddakfbadzz18aksnq8m";
buildDepends = [
async auto-update base bytestring containers cql data-default-class
exceptions hashable iproute lens monad-control mtl mwc-random
network semigroups stm text time tinylog transformers
transformers-base uuid vector
async auto-update base bytestring containers cql cryptohash
data-default-class exceptions hashable iproute lens monad-control
mtl mwc-random network semigroups stm text time tinylog
transformers transformers-base uuid vector
];
jailbreak = true;
homepage = "https://github.com/twittner/cql-io/";
description = "Cassandra CQL client";
license = "unknown";
@ -35828,8 +35905,8 @@ self: {
}:
mkDerivation {
pname = "crypto-classical";
version = "0.0.1";
sha256 = "04xbb3g7v7mcp8gk7vlyavdk8aq6cmk22j8xkkn8fv8rmbsf9r0l";
version = "0.0.2";
sha256 = "0c71rd21l6fg2vfszizbvzglz137lzpy2w7rmgxaw1allkhcradk";
buildDepends = [
base bytestring containers crypto-numbers crypto-random lens
modular-arithmetic QuickCheck random random-shuffle text
@ -36611,13 +36688,14 @@ self: {
({ mkDerivation, base, bytestring, hspec, rtld, time }:
mkDerivation {
pname = "curlhs";
version = "0.1.3";
revision = "10";
sha256 = "0m8n19kyimxd9c7aazkw7gak7v1lik04m0y0izs3zanjlhqvnn3j";
editedCabalFile = "1ae61743cd2150bfb25b279dbf7e4b9d0c9a2339e04cdb7fcf5a0358d7b712e0";
version = "0.1.4";
revision = "1";
sha256 = "09zsrz2n4rhyscjdykz17dprbapjhgj4nkbpjvj0if7crr4dy5xr";
editedCabalFile = "0d7a7a08c0da6d5ee17977e7f821a12bf138019418b559c1295041c6d16b5e46";
buildDepends = [ base bytestring rtld time ];
testDepends = [ base hspec ];
homepage = "https://kkardzis.github.com/curlhs";
jailbreak = true;
homepage = "https://github.com/kkardzis/curlhs";
description = "bindings to libcurl, the multiprotocol file transfer library";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
@ -39564,8 +39642,8 @@ self: {
}:
mkDerivation {
pname = "dependent-sum-template";
version = "0.0.0.1";
sha256 = "16p6ckl6ml8lgy42mvivnqphfd73cg8chms3fxid66gv4fif68zl";
version = "0.0.0.3";
sha256 = "0if3mr0cmaz3yc0hbn0fpx14kwnjsaj3hd8mw9z4va4qp85wya69";
buildDepends = [ base dependent-sum template-haskell th-extras ];
homepage = "/dev/null";
description = "Template Haskell code to generate instances of classes in dependent-sum package";
@ -40573,6 +40651,7 @@ self: {
base blaze-bootstrap blaze-html digestive-functors
digestive-functors-blaze http-types text
];
jailbreak = true;
description = "Speed up form designing using digestive functors and bootstrap";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@ -40590,6 +40669,7 @@ self: {
base digestive-functors digestive-functors-lucid http-types lucid
lucid-foundation text
];
jailbreak = true;
description = "Speed up form designing using digestive functors and foundation";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@ -40602,8 +40682,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors";
version = "0.7.1.5";
sha256 = "1rfdxac3cnwa5r5zxic3xhj4n59f7s6l34xmja4q87ylqxfyqmls";
version = "0.8.0.0";
sha256 = "0wlp4504dpv0diw6ln0j3f3dz3232dgcccyzlck92b27asvl3yq3";
buildDepends = [
base bytestring containers mtl old-locale text time
];
@ -40648,8 +40728,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-blaze";
version = "0.6.0.5";
sha256 = "1mskyz5iab8jy7b2k3nn7c3z7bvwv4cqhviw4qr5xpzqk59ls7kr";
version = "0.6.0.6";
sha256 = "1kx8d6w89cs9dr7fpfikv7mf0ql1lz854i492nwm64x3d016q6xi";
buildDepends = [
base blaze-html blaze-markup digestive-functors text
];
@ -40665,12 +40745,11 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-happstack";
version = "0.6.1.0";
sha256 = "02akxqb8zmc4gbgs79g8k5ycp20c54zc025vl6l3b4mc45lp73r4";
version = "0.6.1.1";
sha256 = "0d613rxwja327fb2dm79xh55vhpa4mg8c1ch4xzrgw3jcchykag5";
buildDepends = [
base bytestring digestive-functors happstack-server text
];
jailbreak = true;
homepage = "http://github.com/jaspervdj/digestive-functors";
description = "Happstack backend for the digestive-functors library";
license = stdenv.lib.licenses.bsd3;
@ -40683,12 +40762,11 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-heist";
version = "0.8.6.1";
sha256 = "1l8ppn2h1nxzn5wxnglc2fyi7r90177v75yf4n7cyvzrcxdaz4bb";
version = "0.8.6.2";
sha256 = "0njdhyrwzvcla65j5za0h4n41f2n1sdnar7glcal343xsy2rl019";
buildDepends = [
base blaze-builder digestive-functors heist mtl text xmlhtml
];
jailbreak = true;
homepage = "http://github.com/jaspervdj/digestive-functors";
description = "Heist frontend for the digestive-functors library";
license = stdenv.lib.licenses.bsd3;
@ -40748,8 +40826,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-snap";
version = "0.6.1.1";
sha256 = "1y9i1hiawzhdglg1jrnxd36h534i1hxg0r8dnibafwk34v1j2n24";
version = "0.6.1.2";
sha256 = "1rkapw7vgz0wfzm8g1lm8z9b7rzwzhsxsc4i7ilig23x16jw07hl";
buildDepends = [
base bytestring containers digestive-functors directory filepath
mtl snap-core text
@ -42189,19 +42267,19 @@ self: {
"dotenv" = callPackage
({ mkDerivation, base, base-compat, hspec, optparse-applicative
, parsec, process
, parsec, parseerror-eq, process
}:
mkDerivation {
pname = "dotenv";
version = "0.1.0.7";
sha256 = "0wxzlgh3qz35x3vw5m1xk3f9hq5kpyhccy9h05s0q5012fcd189a";
version = "0.1.0.8";
sha256 = "1hrr8w5hi6l8v85cwq5r6175al6waj0hmfkvnx8xib2rpby47px6";
isLibrary = true;
isExecutable = true;
buildDepends = [
base base-compat optparse-applicative parsec process
];
testDepends = [ base base-compat hspec parsec ];
jailbreak = true;
testDepends = [ base base-compat hspec parsec parseerror-eq ];
homepage = "https://github.com/stackbuilders/dotenv-hs";
description = "Loads environment variables from dotenv files";
license = stdenv.lib.licenses.mit;
}) {};
@ -51179,8 +51257,8 @@ self: {
}:
mkDerivation {
pname = "getopt-generics";
version = "0.6.1";
sha256 = "1n6sb8is10wd33rmniqksa2hf1vlkwqz2d741cnalgagly9k3sdl";
version = "0.6.2";
sha256 = "19rzy2m2nl45ahna0bzsrynwsraj9szxghj5ckf3b0430fcz68sg";
buildDepends = [
base base-compat base-orphans generics-sop tagged
];
@ -51643,6 +51721,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ghc-prof-flamegraph" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "ghc-prof-flamegraph";
version = "0.1.0.0";
sha256 = "1hrikiv6a8l7pq9j7zjb98zl1qlb8gdggfkcw49zmk7zay0bd1c2";
isLibrary = false;
isExecutable = true;
buildDepends = [ base ];
description = "Generates data to be used with flamegraph.pl from .prof files.";
license = stdenv.lib.licenses.mit;
}) {};
"ghc-server" = callPackage
({ mkDerivation }:
mkDerivation {
@ -63489,21 +63580,21 @@ self: {
"hipbot" = callPackage
({ mkDerivation, aeson, base, bifunctors, blaze-builder, bytestring
, either, exceptions, http-client, http-client-tls, http-types, jwt
, lens, mtl, network-uri, stm, text, time, transformers
, unordered-containers, utf8-string, wai, wai-lens, webcrank-wai
, wreq
, lens, mtl, network-uri, postgresql-simple, safe, stm, text, time
, transformers, unordered-containers, utf8-string, wai, wai-lens
, webcrank-wai, wreq
}:
mkDerivation {
pname = "hipbot";
version = "0.1";
sha256 = "1v6k3f4l4n5kkribq5w2hchhdrrsd4rwjwmszd7sf4xd6v2lkpbx";
version = "0.2";
sha256 = "1fi96mfkdn3dr1wzz4a1bab4ynlzfdm0j5626dh460m2bdb2lfw6";
buildDepends = [
aeson base bifunctors blaze-builder bytestring either exceptions
http-client http-client-tls http-types jwt lens mtl network-uri stm
text time transformers unordered-containers utf8-string wai
wai-lens webcrank-wai wreq
http-client http-client-tls http-types jwt lens mtl network-uri
postgresql-simple safe stm text time transformers
unordered-containers utf8-string wai wai-lens webcrank-wai wreq
];
homepage = "https://bitbucket.org/rwallace/hipbot";
homepage = "https://github.com/purefn/hipbot";
description = "A library for building HipChat Bots";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -69672,8 +69763,8 @@ self: {
}:
mkDerivation {
pname = "html-tokenizer";
version = "0.2.1.1";
sha256 = "1s4c5dk0p3srnv4bcd7mbma2514mh1ahy83236wwp4d6f34hdfg4";
version = "0.2.1.2";
sha256 = "0pq4bmh0bn9z95014h1n98m4jjjhkcnr65dlxhp9mkf0fkh5hb21";
buildDepends = [
attoparsec base-prelude case-insensitive conversion
conversion-case-insensitive conversion-text html-entities text
@ -76759,17 +76850,17 @@ self: {
"keyword-args" = callPackage
({ mkDerivation, base, bytestring, cassava, containers, hspec
, parsec
, parsec, parseerror-eq
}:
mkDerivation {
pname = "keyword-args";
version = "0.2.0.1";
sha256 = "1bzljlab62bdcjnq6n06rv2lcgs5mpwdhcrpxkdwk241np1iz12g";
version = "0.2.0.2";
sha256 = "18cj2l804d77mxzmdl2mai1a157yljskadqdlinmc9w9krhcx4jx";
isLibrary = true;
isExecutable = true;
buildDepends = [ base bytestring cassava containers parsec ];
testDepends = [ base containers hspec parsec ];
jailbreak = true;
testDepends = [ base containers hspec parsec parseerror-eq ];
homepage = "https://github.com/stackbuilders/keyword-args";
description = "Extract data from a keyword-args config file format";
license = stdenv.lib.licenses.mit;
}) {};
@ -81065,8 +81156,8 @@ self: {
}:
mkDerivation {
pname = "list-t-html-parser";
version = "0.1.0.0";
sha256 = "19ffcp3j9xvm43chqbgllkmldwyybynhwypqv3r415ki7n9ryz99";
version = "0.2.1.0";
sha256 = "0vf58ji73vc8hgbq2bd7p2ls7syk33qy5pp92kx5byr5j38zzar3";
buildDepends = [
base-prelude either html-tokenizer list-t mtl-prelude text
];
@ -89453,18 +89544,18 @@ self: {
}) {};
"nested-routes" = callPackage
({ mkDerivation, aeson, base, blaze-html, bytestring, containers
, hspec, http-types, lucid, mtl, pseudo-trie, QuickCheck
({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring
, containers, hspec, http-types, lucid, mtl, pred-trie, QuickCheck
, quickcheck-instances, semigroups, text, transformers, wai
, wai-extra
}:
mkDerivation {
pname = "nested-routes";
version = "0.1.1";
sha256 = "191pa0kc17sfi692yf6dy26ayfmy84v2053wqaw6zi2qwra0vy8f";
version = "0.2.1";
sha256 = "0k7kql7qir9q8hrj2jhd8ph87pz9z7gvg2x15msx411yq1ahxa0r";
buildDepends = [
aeson base blaze-html bytestring containers http-types lucid mtl
pseudo-trie semigroups text transformers wai wai-extra
aeson attoparsec base blaze-html bytestring containers http-types
lucid mtl pred-trie semigroups text transformers wai wai-extra
];
testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Declarative, compositional Wai responses";
@ -90641,13 +90732,12 @@ self: {
}:
mkDerivation {
pname = "newtype-deriving";
version = "0.1.1";
sha256 = "16rfzkmay9gpy75l56i6ra6vjramvq8dwpq0adsh7xqpx101cd21";
version = "0.1.2";
sha256 = "15ajk0vbh4habil8339naajy7l086cryqw52ifv1agjyn9kmlixa";
buildDepends = [
base base-prelude monad-control template-haskell transformers
transformers-base
];
jailbreak = true;
homepage = "https://github.com/nikita-volkov/newtype-deriving";
description = "Instance derivers for newtype wrappers";
license = stdenv.lib.licenses.mit;
@ -92357,23 +92447,24 @@ self: {
}) {};
"openssh-github-keys" = callPackage
({ mkDerivation, base, directory, dotenv, filepath, hspec, octohat
, optparse-applicative, text, unix
({ mkDerivation, base, directory, dotenv, filepath, hspec
, keyword-args, octohat, optparse-applicative, parsec, text, unix
}:
mkDerivation {
pname = "openssh-github-keys";
version = "0.1.0.0";
sha256 = "0zm7rypr2lsvidl8sl64nh7zc3r0m1yz606n9g7n3gr2dya4c032";
version = "0.1.1.0";
sha256 = "0a7vfbw84p3iyggq92yhw2dcsmk1cycxaq3v1104i7ipr2kdm36a";
isLibrary = true;
isExecutable = true;
buildDepends = [
base directory dotenv filepath octohat optparse-applicative text
unix
base directory dotenv filepath keyword-args octohat
optparse-applicative parsec text unix
];
testDepends = [
base hspec keyword-args octohat optparse-applicative parsec text
];
testDepends = [ base hspec octohat text ];
jailbreak = true;
homepage = "https://github.com/stackbuilders/openssh-github-keys";
description = "Fetch OpenSSH keys from a Github team";
description = "Fetch OpenSSH keys from a GitHub team";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -93875,11 +93966,10 @@ self: {
({ mkDerivation, base, hspec, parsec }:
mkDerivation {
pname = "parseerror-eq";
version = "0.1.0.0";
sha256 = "1vyghahkmsvd6nj5armf2i3plnzp7mkcnx4a999c3yzxpic71vic";
version = "0.1.0.1";
sha256 = "1w5hn50gwyq2qcax869nplmhrclpsxfy0ckij6ydlhmq22zh0l03";
buildDepends = [ base parsec ];
testDepends = [ base hspec parsec ];
jailbreak = true;
homepage = "https://github.com/stackbuilders/parseerror-eq";
description = "Adds and Eq instance for Parsec's ParseError if needed";
license = stdenv.lib.licenses.mit;
@ -95501,8 +95591,8 @@ self: {
}:
mkDerivation {
pname = "pgdl";
version = "8.0";
sha256 = "1pll0zr16f1h53vcsbbd69x8kkim165mvlgmlgdpf4p9gll01pra";
version = "8.1";
sha256 = "1zzxgap0ipr4l63fc2rf7wxda03ss0f3wxpz6mlh066p7h9wfhyj";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -97116,15 +97206,15 @@ self: {
}) {};
"polynomial" = callPackage
({ mkDerivation, base, deepseq, pretty, prettyclass, vector
, vector-space, vector-th-unbox
({ mkDerivation, base, deepseq, pretty, vector, vector-space
, vector-th-unbox
}:
mkDerivation {
pname = "polynomial";
version = "0.7.1";
sha256 = "0jnqx4w9f99ynmrc5r05f5sfl2wrxnns3l67c2bnqh1sxw5hnbdp";
version = "0.7.2";
sha256 = "1w1zpa2l7l7yzqdgr142mqhf73mq8kiz7h3ydpd84n4vawjzz7z1";
buildDepends = [
base deepseq pretty prettyclass vector vector-space vector-th-unbox
base deepseq pretty vector vector-space vector-th-unbox
];
homepage = "https://github.com/mokus0/polynomial";
description = "Polynomials";
@ -98105,8 +98195,8 @@ self: {
}:
mkDerivation {
pname = "pred-trie";
version = "0.0.6";
sha256 = "0b53x364ypws0ihmczpk4p6j5chaidx295sa58pfb6wfijpzj7hb";
version = "0.0.7.1";
sha256 = "0alzbjrc6rvjq6abhairpczxiwxhdfm1d6lqq9k8m6vr6v56yc8m";
buildDepends = [ base semigroups ];
testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Predicative tries";
@ -104656,8 +104746,8 @@ self: {
}:
mkDerivation {
pname = "riff";
version = "0.3.0.0";
sha256 = "1gmvmid0cja2ip4f6y0ciynbxw5li5v25xcbnnsbkvj3yk79cdpa";
version = "0.3.0.1";
sha256 = "1970bsg1ngc6mzsyj8mapzar0h1wkdb4skfz64d0ccdfpipp5hdb";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -111160,9 +111250,10 @@ self: {
mkDerivation {
pname = "snap-loader-static";
version = "0.9.0.2";
revision = "1";
sha256 = "0d6s7n6yryfs2jkw0hxvhvc79fhbj256askb1c6ksqhscxxxwz1m";
editedCabalFile = "c927448783c28f56bd57c7b09d147965b96e7b4c7320524b26c83bf10ab89c21";
buildDepends = [ base template-haskell ];
jailbreak = true;
homepage = "http://snapframework.com/";
description = "Snap: A Haskell Web Framework: static loader";
license = stdenv.lib.licenses.bsd3;
@ -115400,8 +115491,8 @@ self: {
}:
mkDerivation {
pname = "strive";
version = "1.0.0";
sha256 = "02nfwi2h40cq393p1f43rrlx635v8fmgs4ww8jx7bl36nsrcjvwg";
version = "1.0.1";
sha256 = "0c9zwgsy1s64c2kl1agirm8616rjpp2z9r73ch0ixrf200l6rw0d";
buildDepends = [
aeson base bytestring data-default gpolyline http-conduit
http-types template-haskell text time transformers
@ -118112,20 +118203,19 @@ self: {
}) {};
"tellbot" = callPackage
({ mkDerivation, base, bifunctors, containers, errors, mtl, network
, split, time, transformers
({ mkDerivation, base, bifunctors, containers, errors, http-conduit
, mtl, network, regex-posix, split, time, transformers
}:
mkDerivation {
pname = "tellbot";
version = "0.4.0.4";
sha256 = "1d5jdkk82y1xj22rpaz42ph3gp0fclghg5wbd8p7z2d9vas4p36n";
version = "0.5.1";
sha256 = "0c06ayz1r8pcl65af4fishmdsvkia0npyn0dpzj07rrmg5m1313b";
isLibrary = false;
isExecutable = true;
buildDepends = [
base bifunctors containers errors mtl network split time
transformers
base bifunctors containers errors http-conduit mtl network
regex-posix split time transformers
];
jailbreak = true;
description = "IRC tellbot";
license = stdenv.lib.licenses.gpl3;
}) {};
@ -133504,8 +133594,8 @@ self: {
}:
mkDerivation {
pname = "yet-another-logger";
version = "0.2.1";
sha256 = "1dqfhy8whh3il08dpdw1vrr20ap4zr03hpc7bjzqizsy2dfcycdg";
version = "0.2.2";
sha256 = "17mh22kkah1wvd5d13qcslqx6k49vlvykrwrqw2vnxkjk4pbp8bb";
isLibrary = true;
isExecutable = true;
buildDepends = [