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