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