hackage-packages.nix: re-generate from Hackage state 12d6257d3e

This commit is contained in:
Peter Simons 2015-04-20 22:19:13 +02:00
parent 183271560b
commit 32c0d3bd4f

View file

@ -1433,18 +1433,18 @@ self: {
}) {}; }) {};
"BlastHTTP" = callPackage "BlastHTTP" = callPackage
({ mkDerivation, base, biocore, blastxml, bytestring, conduit, HTTP ({ mkDerivation, base, biocore, biofasta, blastxml, bytestring
, http-conduit, hxt, mtl, network, transformers , conduit, HTTP, http-conduit, hxt, mtl, network, transformers
}: }:
mkDerivation { mkDerivation {
pname = "BlastHTTP"; pname = "BlastHTTP";
version = "1.0.1"; version = "1.2.0";
revision = "2"; revision = "1";
sha256 = "1qxf2lqsbwmfqkzabx8qpavf3da4lq3j1v1rdsv42gl27lqhbayi"; sha256 = "0vhnwjgamc1zry8w7m6jb7ambz3lqqr00j05xymzwcapgwg8v9b5";
editedCabalFile = "e182e8cb8b1fdcff3f5cd8ba3e46f371f98ac55a3d2738061a6ab78aba52b308"; editedCabalFile = "7076650ad04d2c5945b96ec1a8d5db8ee680314d4dc4cff54f264316e7f69bba";
buildDepends = [ buildDepends = [
base biocore blastxml bytestring conduit HTTP http-conduit hxt mtl base biocore biofasta blastxml bytestring conduit HTTP http-conduit
network transformers hxt mtl network transformers
]; ];
homepage = "https://github.com/eggzilla/BlastHTTP"; homepage = "https://github.com/eggzilla/BlastHTTP";
description = "Libary to interface with the NCBI blast REST interface"; description = "Libary to interface with the NCBI blast REST interface";
@ -8864,8 +8864,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "JuicyPixels"; pname = "JuicyPixels";
version = "3.2.3.1"; version = "3.2.3.2";
sha256 = "1lq0v5z0kr2vbhj7xv07vygb6xqvp49sz8m9c20v394d2p5i2ai1"; sha256 = "0fpljj17rnaw666k2r346i1l6p1vllcvgcdq4nf81h44qwb7f8wy";
buildDepends = [ buildDepends = [
base binary bytestring containers deepseq mtl primitive base binary bytestring containers deepseq mtl primitive
transformers vector zlib transformers vector zlib
@ -17424,6 +17424,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"agentx" = callPackage
({ mkDerivation, base, binary, bitwise, bytestring, containers
, data-default, Diff, fclabels, mtl, network, pipes
, pipes-concurrency, pipes-network, safe, snmp, time, transformers
}:
mkDerivation {
pname = "agentx";
version = "0.1.0.2";
sha256 = "1r928lajcj157y7a9hgdpjwdgkcf0f39kyrsphcrfhdvw77db1r0";
buildDepends = [
base binary bitwise bytestring containers data-default Diff
fclabels mtl network pipes pipes-concurrency pipes-network safe
snmp time transformers
];
jailbreak = true;
description = "AgentX protocol for snmp subagents";
license = stdenv.lib.licenses.bsd3;
}) {};
"agum" = callPackage "agum" = callPackage
({ mkDerivation, base, containers }: ({ mkDerivation, base, containers }:
mkDerivation { mkDerivation {
@ -28670,6 +28689,21 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"canteven-config" = callPackage
({ mkDerivation, aeson, base, directory, filepath, hslogger, text
, unix, yaml
}:
mkDerivation {
pname = "canteven-config";
version = "0.1.0.1";
sha256 = "0p7gqn95hkm9m7dbmj8zgghsq89j82m9i8xd9w28rm0060nvj69l";
buildDepends = [
aeson base directory filepath hslogger text unix yaml
];
description = "A pattern for configuring programs";
license = stdenv.lib.licenses.asl20;
}) {};
"cantor" = callPackage "cantor" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, directory ({ mkDerivation, base, bytestring, Cabal, containers, directory
, filepath, hspec, hxt, hxt-xpath, parsec, QuickCheck, split , filepath, hspec, hxt, hxt-xpath, parsec, QuickCheck, split
@ -29170,26 +29204,19 @@ self: {
}) {}; }) {};
"castle" = callPackage "castle" = callPackage
({ mkDerivation, base, configurator, containers, errors, hspec ({ mkDerivation, base, containers, optparse-applicative, shelly
, lens, optparse-applicative, QuickCheck, shelly, system-fileio , system-fileio, system-filepath, text
, system-filepath, tasty, tasty-golden, tasty-hspec
, tasty-quickcheck, text
}: }:
mkDerivation { mkDerivation {
pname = "castle"; pname = "castle";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "1xsimlz0s0x9hdqvs0mscwj756znhd9mxhq23l8ppm5lavplpycp"; sha256 = "0h6dvc8lzlxkgkqkj3zwxjdmws29g4fsw7p6ysd7i54xqb8vy5ka";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base configurator containers errors lens optparse-applicative base containers optparse-applicative shelly system-fileio
shelly system-fileio system-filepath text system-filepath text
]; ];
testDepends = [
base hspec QuickCheck tasty tasty-golden tasty-hspec
tasty-quickcheck
];
jailbreak = true;
homepage = "https://github.com/erochest/castle"; homepage = "https://github.com/erochest/castle";
description = "A tool to manage shared cabal-install sandboxes"; description = "A tool to manage shared cabal-install sandboxes";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
@ -31478,10 +31505,8 @@ self: {
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
pname = "clock"; pname = "clock";
version = "0.4.1.3"; version = "0.4.4.0";
revision = "1"; sha256 = "1063c1w4sbixxay89zi3xv86qrbg9c0zk3kh97v2g3xkxdydqa8b";
sha256 = "0wqhg8gb10lby01f0v4fl4yp23l4ilizywp5xnsbja03svnb4f0d";
editedCabalFile = "653fd69fcb84f23fb93241604f83f686921593f7ded7c3bf61ce7cecf1f00440";
buildDepends = [ base ]; buildDepends = [ base ];
homepage = "http://corsis.github.com/clock/"; homepage = "http://corsis.github.com/clock/";
description = "High-resolution clock functions: monotonic, realtime, cputime"; description = "High-resolution clock functions: monotonic, realtime, cputime";
@ -78119,34 +78144,33 @@ self: {
"language-puppet" = callPackage "language-puppet" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base ({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base
, base16-bytestring, bytestring, case-insensitive, containers , base16-bytestring, bytestring, case-insensitive, containers
, cryptohash, Diff, directory, filecache, Glob, hashable, hruby , cryptohash, Diff, directory, either, exceptions, filecache, Glob
, hslogger, hslua, hspec, http-conduit, http-types, HUnit, iconv , hashable, hruby, hslogger, hslua, hspec, HUnit, lens, lens-aeson
, lens, lens-aeson, luautils, mtl, operational , luautils, mtl, operational, optparse-applicative, parallel-io
, optparse-applicative, parallel-io, parsec, parsers, pcre-utils , parsec, parsers, pcre-utils, process, regex-pcre-builtin
, process, regex-pcre-builtin, scientific, split, stm , scientific, servant, servant-client, split, stm
, strict-base-types, temporary, text, time, transformers-compat , strict-base-types, temporary, text, time, transformers, unix
, unix, unordered-containers, vector, yaml , unordered-containers, vector, yaml
}: }:
mkDerivation { mkDerivation {
pname = "language-puppet"; pname = "language-puppet";
version = "1.1.0"; version = "1.1.1";
sha256 = "1mda3ip071qx7xfhv3d4q1pdivhycsdk9fxykm7hcs9a7a4c5jls"; sha256 = "14bfzzf4lspkb1haf0bdq75zii50hzwzcl4q5rxysmxfhvmgldh4";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson ansi-wl-pprint attoparsec base base16-bytestring bytestring aeson ansi-wl-pprint attoparsec base base16-bytestring bytestring
case-insensitive containers cryptohash Diff directory filecache case-insensitive containers cryptohash Diff directory either
Glob hashable hruby hslogger hslua hspec http-conduit http-types exceptions filecache Glob hashable hruby hslogger hslua hspec lens
iconv lens lens-aeson luautils mtl operational optparse-applicative lens-aeson luautils mtl operational optparse-applicative
parallel-io parsec parsers pcre-utils process regex-pcre-builtin parallel-io parsec parsers pcre-utils process regex-pcre-builtin
scientific split stm strict-base-types text time scientific servant servant-client split stm strict-base-types text
transformers-compat unix unordered-containers vector yaml time transformers unix unordered-containers vector yaml
]; ];
testDepends = [ testDepends = [
ansi-wl-pprint base Glob hspec HUnit lens parsec parsers ansi-wl-pprint base Glob hspec HUnit lens parsec parsers
strict-base-types temporary text unix unordered-containers vector strict-base-types temporary text unix unordered-containers vector
]; ];
jailbreak = true;
homepage = "http://lpuppet.banquise.net/"; homepage = "http://lpuppet.banquise.net/";
description = "Tools to parse and evaluate the Puppet DSL"; description = "Tools to parse and evaluate the Puppet DSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -86892,6 +86916,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"moonshine" = callPackage
({ mkDerivation, aeson, base, bytestring, canteven-config
, directory, ekg, ekg-core, filepath, hslogger, snap, text, time
, transformers, yaml
}:
mkDerivation {
pname = "moonshine";
version = "1.2.2.1";
sha256 = "0x8rck2s7a8zhclhn9n6zfyx1p4z1krfg4vyv7gm0djasmcpwdp8";
buildDepends = [
aeson base bytestring canteven-config directory ekg ekg-core
filepath hslogger snap text time transformers yaml
];
homepage = "https://github.com/SumAll/moonshine";
description = "A web service framework for Haskell, similar in purpose to dropwizard";
license = stdenv.lib.licenses.asl20;
}) {};
"morfette" = callPackage "morfette" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers ({ mkDerivation, array, base, binary, bytestring, containers
, directory, filepath, mtl, pretty, QuickCheck, text, utf8-string , directory, filepath, mtl, pretty, QuickCheck, text, utf8-string
@ -90737,14 +90779,16 @@ self: {
"not-gloss" = callPackage "not-gloss" = callPackage
({ mkDerivation, base, binary, bmp, bytestring, cereal, GLUT ({ mkDerivation, base, binary, bmp, bytestring, cereal, GLUT
, OpenGLRaw, spatial-math, time , OpenGL, OpenGLRaw, spatial-math, time, vector
, vector-binary-instances
}: }:
mkDerivation { mkDerivation {
pname = "not-gloss"; pname = "not-gloss";
version = "0.7.2.1"; version = "0.7.3.0";
sha256 = "0jkdfkkacb4qsf9f229z79ihrzm9xsgc7pnw96ainmnhjgvfmihj"; sha256 = "0c5i2c8z15ibdhq9czacazm8wzmngchnbw2hjyypq8vj7y8bhjs2";
buildDepends = [ buildDepends = [
base binary bmp bytestring cereal GLUT OpenGLRaw spatial-math time base binary bmp bytestring cereal GLUT OpenGL OpenGLRaw
spatial-math time vector vector-binary-instances
]; ];
description = "Painless 3D graphics, no affiliation with gloss"; description = "Painless 3D graphics, no affiliation with gloss";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -93919,8 +93963,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "paypal-adaptive-hoops"; pname = "paypal-adaptive-hoops";
version = "0.10.0.1"; version = "0.10.0.2";
sha256 = "0h4dq8p91jbzgr19jwmvmvk9agi3id226qdm46lxpnz3w6hrh5p6"; sha256 = "1kriijissnxnid088via7gvb9gz09nvl7mw7x8qph623kpbvxxkd";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -93931,7 +93975,6 @@ self: {
aeson base bytestring data-default HUnit test-framework aeson base bytestring data-default HUnit test-framework
test-framework-hunit text unordered-containers test-framework-hunit text unordered-containers
]; ];
jailbreak = true;
homepage = "https://github.com/fanjam/paypal-adaptive-hoops"; homepage = "https://github.com/fanjam/paypal-adaptive-hoops";
description = "Client for a limited part of PayPal's Adaptive Payments API"; description = "Client for a limited part of PayPal's Adaptive Payments API";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -94664,8 +94707,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "persistent"; pname = "persistent";
version = "2.1.2"; version = "2.1.3";
sha256 = "17p81s1w7wqs2hm5zcwncvidd808gm4zlha7mqv9wwpf6ql1b359"; sha256 = "1rw160icdny4jrbymbck2gah3ca21f49yp6zkkjq8sv5mn83dbxy";
buildDepends = [ buildDepends = [
aeson attoparsec base base64-bytestring blaze-html blaze-markup aeson attoparsec base base64-bytestring blaze-html blaze-markup
bytestring conduit containers exceptions fast-logger lifted-base bytestring conduit containers exceptions fast-logger lifted-base
@ -94926,10 +94969,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "persistent-template"; pname = "persistent-template";
version = "2.1.1"; version = "2.1.3";
revision = "1"; sha256 = "1b0li6hkir2rnya8ci1wcn77vxmg26i6blmxcvkdgc4jph23ca2p";
sha256 = "1bvmxpx8dqqsq87v079sw8wy795iykkz0fknrlpxhywja2j40dxc";
editedCabalFile = "19fd43b237aa43be6327fda6415564650504e2887d3e7bd9ee3042082d1b283c";
buildDepends = [ buildDepends = [
aeson base bytestring containers ghc-prim monad-control aeson base bytestring containers ghc-prim monad-control
monad-logger path-pieces persistent tagged template-haskell text monad-logger path-pieces persistent tagged template-haskell text
@ -95145,14 +95186,14 @@ self: {
}) {}; }) {};
"pgp-wordlist" = callPackage "pgp-wordlist" = callPackage
({ mkDerivation, base, bimap, bytestring, HUnit, tasty, tasty-hunit ({ mkDerivation, base, bytestring, containers, HUnit, tasty
, tasty-quickcheck, text , tasty-hunit, tasty-quickcheck, text, vector
}: }:
mkDerivation { mkDerivation {
pname = "pgp-wordlist"; pname = "pgp-wordlist";
version = "0.1"; version = "0.1.0.1";
sha256 = "0qrkngnd8dyvpivd7smckljaxkp9mgym5wjwm7bvpfh17p5wp012"; sha256 = "123d8fh1bd78iq4n00xc873zsnizczzdl372vkl87z4lpivfkpd3";
buildDepends = [ base bimap bytestring text ]; buildDepends = [ base bytestring containers text vector ];
testDepends = [ testDepends = [
base bytestring HUnit tasty tasty-hunit tasty-quickcheck text base bytestring HUnit tasty tasty-hunit tasty-quickcheck text
]; ];
@ -97722,8 +97763,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "pred-trie"; pname = "pred-trie";
version = "0.0.1"; version = "0.0.3";
sha256 = "0lzr01d6m3460f0lgpq1w0yz2h751srcikxdil5jfqcchqnzjp8b"; sha256 = "1w6z12crxinq19zk06vc8rgkqgd4vvxacm3qqd413xkqgmlb971q";
buildDepends = [ base semigroups ]; buildDepends = [ base semigroups ];
testDepends = [ base hspec QuickCheck quickcheck-instances ]; testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Predicative tries"; description = "Predicative tries";
@ -113402,8 +113443,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "stackage-cli"; pname = "stackage-cli";
version = "0.0.0.1"; version = "0.0.0.3";
sha256 = "05vz01lg06grfqvy1z7rvk951gmxxw2751hh1n9divh09rj25cjq"; sha256 = "1bcb23whkm6y6jldknf0r18k72gjgmzkqy03m2ksf8z561hv2jib";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -113412,6 +113453,7 @@ self: {
optparse-simple parsec process split system-fileio system-filepath optparse-simple parsec process split system-fileio system-filepath
text transformers unordered-containers text transformers unordered-containers
]; ];
homepage = "https://www.stackage.org/package/stackage-cli";
description = "A CLI library for stackage commands"; description = "A CLI library for stackage commands";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -128219,27 +128261,24 @@ self: {
"webcrank" = callPackage "webcrank" = callPackage
({ mkDerivation, attoparsec, base, blaze-builder, bytestring ({ mkDerivation, attoparsec, base, blaze-builder, bytestring
, case-insensitive, either, exceptions, http-date, http-media , case-insensitive, either, exceptions, http-date, http-media
, http-types, lens, mtl, network-uri, QuickCheck, semigroups, tasty , http-types, lens, mtl, semigroups, tasty, tasty-hunit
, tasty-hunit, tasty-quickcheck, text, transformers , tasty-quickcheck, text, transformers, unordered-containers
, unordered-containers, utf8-string , utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "webcrank"; pname = "webcrank";
version = "0.1"; version = "0.2";
revision = "1"; sha256 = "0ws66z1qrlx91arpj3i9nz6lqbz1iwcpbzxdnqrwc1bml7zs2ipj";
sha256 = "00jnarj4s9jsb7g03jazabpvnnscz7385yslyvvj9z2qryxwv9xk";
editedCabalFile = "f4521a187e8f4fca8752ab6e53c38df6cafbdc2002397c521928ad69765c1864";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder bytestring case-insensitive either attoparsec base blaze-builder bytestring case-insensitive either
exceptions http-date http-media http-types lens mtl network-uri exceptions http-date http-media http-types lens mtl semigroups text
semigroups text transformers unordered-containers utf8-string transformers unordered-containers utf8-string
]; ];
testDepends = [ testDepends = [
attoparsec base bytestring case-insensitive either exceptions attoparsec base bytestring case-insensitive exceptions http-date
http-date http-media http-types lens mtl QuickCheck tasty http-media http-types lens mtl tasty tasty-hunit tasty-quickcheck
tasty-hunit tasty-quickcheck unordered-containers unordered-containers
]; ];
jailbreak = true;
homepage = "https://github.com/webcrank/webcrank.hs"; homepage = "https://github.com/webcrank/webcrank.hs";
description = "Webmachine inspired toolkit for building http applications and services"; description = "Webmachine inspired toolkit for building http applications and services";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -128269,8 +128308,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "webcrank-wai"; pname = "webcrank-wai";
version = "0.1"; version = "0.2";
sha256 = "16w5hw517mmh46jxv7ks9lrpzaahkyal6a26f99118kzh6w0447b"; sha256 = "02d6hsgx70mcghz1xrszf1jnl62alki3ch7wacp35s8jz79xrccw";
buildDepends = [ buildDepends = [
base bytestring exceptions lens mtl unix-compat base bytestring exceptions lens mtl unix-compat
unordered-containers wai wai-lens webcrank webcrank-dispatch unordered-containers wai wai-lens webcrank webcrank-dispatch