3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages: re-generate from Hackage 2015-02-22T21:05:07+0100

This commit is contained in:
Peter Simons 2015-02-22 19:49:43 +01:00
parent c8f2a31de3
commit e8fbc94939

View file

@ -13179,6 +13179,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"SmtLib" = callPackage
({ mkDerivation, base, parsec, transformers }:
mkDerivation {
pname = "SmtLib";
version = "0.1.0.0";
sha256 = "0wmdzl3anbbfqik2kl2wjy57cd9r3ix8h8g28rmzqbvlajrvqcv1";
buildDepends = [ base parsec transformers ];
jailbreak = true;
homepage = "https://github.com/MfesGA/HsmtlibParser";
description = "Library for parsing SMTLIB2";
license = stdenv.lib.licenses.mit;
}) {};
"Snusmumrik" = callPackage
({ mkDerivation, base, bytestring, convertible, cpphs, directory
, filepath, haskell98, HDBC, HDBC-sqlite3, HFuse, hslogger, iconv
@ -25412,8 +25425,8 @@ self: {
}:
mkDerivation {
pname = "buffer-builder";
version = "0.2.0.0";
sha256 = "1n9b1sj96w2hzdvhvvc8a8v9xjhq91b5vy6p7b31jqqd7zkwmf9l";
version = "0.2.0.2";
sha256 = "0dj7hy7l4prl4xq1j26rsjcj9m5xrq57c9qxw4rhpgdh910d81i5";
buildDepends = [
base bytestring mtl text unordered-containers vector
];
@ -26194,8 +26207,8 @@ self: {
}:
mkDerivation {
pname = "c2hs";
version = "0.22.1";
sha256 = "1dziid3xmhdz0sszs8nlilvjqj9qsd5nl6w3ckfbv5xqmywp9sap";
version = "0.23.1";
sha256 = "1vzng536z711hvv0ln40d863hwi103iywkhdsziy62nmxdq1afy5";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -26481,9 +26494,8 @@ self: {
}:
mkDerivation {
pname = "cabal-install";
version = "1.22.0.0";
sha256 = "17cf2bkrxawjldhkq4hzlzlf7b2xqgkrzl7fa31whnnpni68v6jz";
editedCabalFile = "d7e8259a042ce1023f022e905792303290ad4860485748be4d1842627a604516";
version = "1.22.0.1";
sha256 = "1j0h1m963kimkk07aag57bgalscly0mhcwgzm7zzxymzsbssibw7";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -31758,22 +31770,23 @@ self: {
"conduit-extra" = callPackage
({ mkDerivation, async, attoparsec, base, blaze-builder, bytestring
, conduit, directory, exceptions, filepath, hspec, monad-control
, network, primitive, process, resourcet, stm, streaming-commons
, text, transformers, transformers-base
, bytestring-builder, conduit, directory, exceptions, filepath
, hspec, monad-control, network, primitive, process, resourcet, stm
, streaming-commons, text, transformers, transformers-base
}:
mkDerivation {
pname = "conduit-extra";
version = "1.1.6.2";
sha256 = "1kk6pxmxd7vd97df98c42zssbahq42wh69v216mrqsslqqjgd1hc";
version = "1.1.7.0";
sha256 = "1q4iq9wmiazv743gdypqc9797z1c0gdk1lzyzvlk4811ka263508";
buildDepends = [
attoparsec base blaze-builder bytestring conduit directory filepath
monad-control network primitive process resourcet stm
streaming-commons text transformers transformers-base
];
testDepends = [
async attoparsec base blaze-builder bytestring conduit exceptions
hspec process resourcet stm text transformers transformers-base
async attoparsec base blaze-builder bytestring bytestring-builder
conduit exceptions hspec process resourcet stm streaming-commons
text transformers transformers-base
];
homepage = "http://github.com/snoyberg/conduit";
description = "Batteries included conduit: adapters for common libraries";
@ -37681,8 +37694,8 @@ self: {
}:
mkDerivation {
pname = "descriptive";
version = "0.9.1";
sha256 = "0bhp2s7lwz35lwz3hmwxxskrr03w2sm9dclcss3mhyyjhl4hzz74";
version = "0.9.2";
sha256 = "1dkq3ab8ggbaz8ahk7iik1bhwnhzffmpr0dp0n2gvrm7lnas2s77";
buildDepends = [
aeson base bifunctors containers mtl scientific text transformers
vector
@ -71555,15 +71568,16 @@ self: {
"jose-jwt" = callPackage
({ mkDerivation, aeson, aeson-qq, base, base64-bytestring, byteable
, bytestring, cereal, cipher-aes, containers, crypto-cipher-types
, crypto-numbers, crypto-pubkey, crypto-pubkey-types, crypto-random
, cryptohash, doctest, either, errors, hspec, HUnit, mtl
, QuickCheck, text, time, unordered-containers, vector
, bytestring, cereal, cipher-aes, containers, cprng-aes
, crypto-cipher-types, crypto-numbers, crypto-pubkey
, crypto-pubkey-types, crypto-random, cryptohash, doctest, either
, errors, hspec, HUnit, mtl, QuickCheck, text, time
, unordered-containers, vector
}:
mkDerivation {
pname = "jose-jwt";
version = "0.4";
sha256 = "0a87arwjd7mmd2s8zqjy73r8chv9clznjr6l1arvl0kw2jywbw1h";
version = "0.4.1";
sha256 = "0j4f0w2v1fwfiylvlwk9l0646wnmjcz36faw9h76j4brzsj0dc23";
buildDepends = [
aeson base base64-bytestring byteable bytestring cereal cipher-aes
containers crypto-cipher-types crypto-numbers crypto-pubkey
@ -71572,8 +71586,9 @@ self: {
];
testDepends = [
aeson aeson-qq base base64-bytestring bytestring cipher-aes
crypto-cipher-types crypto-pubkey crypto-pubkey-types crypto-random
cryptohash doctest either hspec HUnit mtl QuickCheck text
cprng-aes crypto-cipher-types crypto-pubkey crypto-pubkey-types
crypto-random cryptohash doctest either hspec HUnit mtl QuickCheck
text
];
homepage = "http://github.com/tekul/jose-jwt";
description = "JSON Object Signing and Encryption Library";
@ -73341,33 +73356,21 @@ self: {
}) {};
"lambdabot" = callPackage
({ mkDerivation, array, arrows, base, binary, brainfuck, bytestring
, containers, data-memocombinators, dependent-map, dependent-sum
, dependent-sum-template, dice, directory, edit-distance, filepath
, haskeline, haskell-src-exts, hoogle, hslogger, hstatsd, HTTP
, IOSpec, lifted-base, logict, misfortune, monad-control
, MonadRandom, mtl, mueval, network, numbers, oeis, parsec, pretty
, process, QuickCheck, random, random-fu, random-source, regex-tdfa
, SafeSemaphore, show, split, syb, tagsoup, template-haskell, time
, transformers, transformers-base, unix, unlambda, utf8-string
, vector-space, zlib
({ mkDerivation, base, lambdabot-core, lambdabot-haskell-plugins
, lambdabot-irc-plugins, lambdabot-misc-plugins
, lambdabot-novelty-plugins, lambdabot-reference-plugins
, lambdabot-social-plugins
}:
mkDerivation {
pname = "lambdabot";
version = "4.3.0.1";
sha256 = "19pkm4m2xk9ziai3ka4scxjavi0as8dmivz9q6vg3npmv0kyhkhb";
isLibrary = true;
version = "5.0";
sha256 = "022xrcpjxzs7ac4ssaq1xkmjypvql8bpa1mvmgysskg6z0ix7jr9";
isLibrary = false;
isExecutable = true;
buildDepends = [
array arrows base binary brainfuck bytestring containers
data-memocombinators dependent-map dependent-sum
dependent-sum-template dice directory edit-distance filepath
haskeline haskell-src-exts hoogle hslogger hstatsd HTTP IOSpec
lifted-base logict misfortune monad-control MonadRandom mtl mueval
network numbers oeis parsec pretty process QuickCheck random
random-fu random-source regex-tdfa SafeSemaphore show split syb
tagsoup template-haskell time transformers transformers-base unix
unlambda utf8-string vector-space zlib
base lambdabot-core lambdabot-haskell-plugins lambdabot-irc-plugins
lambdabot-misc-plugins lambdabot-novelty-plugins
lambdabot-reference-plugins lambdabot-social-plugins
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot is a development tool and advanced IRC bot";
@ -73375,6 +73378,164 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lambdabot-core" = callPackage
({ mkDerivation, base, binary, bytestring, containers
, dependent-map, dependent-sum, dependent-sum-template, directory
, edit-distance, filepath, haskeline, hslogger, HTTP, lifted-base
, monad-control, mtl, network, parsec, random, random-fu
, random-source, regex-tdfa, SafeSemaphore, split, template-haskell
, time, transformers, transformers-base, unix, utf8-string, zlib
}:
mkDerivation {
pname = "lambdabot-core";
version = "5.0";
sha256 = "0krsz6a7lgclbwnjy3581lqzcb3y6gf8fav6n7ka5683mp281xa5";
buildDepends = [
base binary bytestring containers dependent-map dependent-sum
dependent-sum-template directory edit-distance filepath haskeline
hslogger HTTP lifted-base monad-control mtl network parsec random
random-fu random-source regex-tdfa SafeSemaphore split
template-haskell time transformers transformers-base unix
utf8-string zlib
];
jailbreak = true;
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot core functionality";
license = "GPL";
}) {};
"lambdabot-haskell-plugins" = callPackage
({ mkDerivation, array, arrows, base, bytestring, containers
, data-memocombinators, directory, filepath, haskell-src-exts
, hoogle, HTTP, IOSpec, lambdabot-core, lambdabot-reference-plugins
, lambdabot-trusted, lifted-base, logict, MonadRandom, mtl, mueval
, network, numbers, oeis, parsec, pretty, process, QuickCheck
, regex-tdfa, show, split, syb, transformers, utf8-string
, vector-space
}:
mkDerivation {
pname = "lambdabot-haskell-plugins";
version = "5.0";
sha256 = "1ls34bqyqxf89dgfcn1frsz6bdxy10dbyk7f7c9lndks8sv8hlvr";
buildDepends = [
array arrows base bytestring containers data-memocombinators
directory filepath haskell-src-exts hoogle HTTP IOSpec
lambdabot-core lambdabot-reference-plugins lambdabot-trusted
lifted-base logict MonadRandom mtl mueval network numbers oeis
parsec pretty process QuickCheck regex-tdfa show split syb
transformers utf8-string vector-space
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot Haskell plugins";
license = "GPL";
}) {};
"lambdabot-irc-plugins" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, lambdabot-core, lifted-base, mtl, network, SafeSemaphore, split
, time
}:
mkDerivation {
pname = "lambdabot-irc-plugins";
version = "5.0";
sha256 = "0d0pm06912rc4xwmqrwcwyfnzwmazqc0sdp58nqdpzk4wg5f3lx2";
buildDepends = [
base bytestring containers directory filepath lambdabot-core
lifted-base mtl network SafeSemaphore split time
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "IRC plugins for lambdabot";
license = "GPL";
}) {};
"lambdabot-misc-plugins" = callPackage
({ mkDerivation, base, bytestring, containers, filepath, hstatsd
, lambdabot-core, lifted-base, monad-control, mtl, network
, network-uri, parsec, process, random, random-fu, random-source
, regex-tdfa, SafeSemaphore, split, tagsoup, template-haskell, time
, transformers, transformers-base, unix, utf8-string, zlib
}:
mkDerivation {
pname = "lambdabot-misc-plugins";
version = "5.0";
sha256 = "0i9ax50vxfj312kw8lgxdnqsiriip2ls6zaq3c7ll4f1x6cb634r";
buildDepends = [
base bytestring containers filepath hstatsd lambdabot-core
lifted-base monad-control mtl network network-uri parsec process
random random-fu random-source regex-tdfa SafeSemaphore split
tagsoup template-haskell time transformers transformers-base unix
utf8-string zlib
];
jailbreak = true;
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot miscellaneous plugins";
license = "GPL";
}) {};
"lambdabot-novelty-plugins" = callPackage
({ mkDerivation, base, binary, brainfuck, bytestring, containers
, dice, directory, lambdabot-core, misfortune, process, random-fu
, regex-tdfa, unlambda
}:
mkDerivation {
pname = "lambdabot-novelty-plugins";
version = "5.0";
sha256 = "0nsagim2jzpap2ja7661qycvy0nqrnjq6hx6d8zvisql7g70yji0";
buildDepends = [
base binary brainfuck bytestring containers dice directory
lambdabot-core misfortune process random-fu regex-tdfa unlambda
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Novelty plugins for Lambdabot";
license = "GPL";
}) {};
"lambdabot-reference-plugins" = callPackage
({ mkDerivation, base, bytestring, containers, HTTP, lambdabot-core
, mtl, network, network-uri, oeis, process, regex-tdfa, split
, tagsoup, utf8-string
}:
mkDerivation {
pname = "lambdabot-reference-plugins";
version = "5.0";
sha256 = "017zw98mw3mcrxgl489zyfjq605m07wkjs5kcwcjf7071vh358c7";
buildDepends = [
base bytestring containers HTTP lambdabot-core mtl network
network-uri oeis process regex-tdfa split tagsoup utf8-string
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot reference plugins";
license = "GPL";
}) {};
"lambdabot-social-plugins" = callPackage
({ mkDerivation, base, binary, bytestring, containers
, lambdabot-core, mtl, split, time
}:
mkDerivation {
pname = "lambdabot-social-plugins";
version = "5.0";
sha256 = "0c5p8pxng6nwn252mi92yrwq67pdrykjmpkkbvw9ajwhg8v5nf08";
buildDepends = [
base binary bytestring containers lambdabot-core mtl split time
];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Social plugins for Lambdabot";
license = "GPL";
}) {};
"lambdabot-trusted" = callPackage
({ mkDerivation, base, oeis, QuickCheck }:
mkDerivation {
pname = "lambdabot-trusted";
version = "5.0";
sha256 = "09cz4vr4pxsa25ms336ic80lsqm4d5lrfvra194h5h2hddvhdk5q";
buildDepends = [ base oeis QuickCheck ];
homepage = "http://haskell.org/haskellwiki/Lambdabot";
description = "Lambdabot trusted code";
license = "GPL";
}) {};
"lambdabot-utils" = callPackage
({ mkDerivation, base, binary, bytestring, containers, haskell-src
, mtl, network, old-time, process, random, regex-compat
@ -102609,8 +102770,8 @@ self: {
}:
mkDerivation {
pname = "shakespeare";
version = "2.0.4";
sha256 = "1a5pim3gqmsc4karc9qvqad3hdsv7jr5h6ly560hzkb527gdxcnb";
version = "2.0.4.1";
sha256 = "0z3aw13kjknrb0r15jffvc4b2aj89r1zl83ighs2cv318dd89qzi";
buildDepends = [
aeson base blaze-html blaze-markup bytestring containers directory
exceptions ghc-prim parsec process system-fileio system-filepath
@ -102901,8 +103062,8 @@ self: {
}:
mkDerivation {
pname = "shelly";
version = "1.6.0.1";
sha256 = "1pbkr72g6cbwdid68k3zsblwv9n3164ykq8001qbfxhh707v5brb";
version = "1.6.1";
sha256 = "01j25pw9xywfmw3rgi756n1sdzlclwbhsj6dgwalsc8rbpwdbynv";
buildDepends = [
async base bytestring containers directory enclosed-exceptions
exceptions lifted-async lifted-base monad-control mtl process
@ -108394,8 +108555,8 @@ self: {
}:
mkDerivation {
pname = "streaming-commons";
version = "0.1.9.1";
sha256 = "0zk5n7iicgzfkxnw1maa3l41wn3rj4w311zrwrziv2b4mk7997sp";
version = "0.1.10.0";
sha256 = "15bsjprj3xr7bcqskgjs9c1pgy1yq56579qj4r4wk1ccg3kqfw8q";
buildDepends = [
array base blaze-builder bytestring directory network process
random stm text transformers unix zlib
@ -110030,8 +110191,8 @@ self: {
}:
mkDerivation {
pname = "system-canonicalpath";
version = "0.3.0.0";
sha256 = "1wfqfj98wvx9pjnkszca471s8dksgzp1b6wy7d7s3y6g1v8rca7d";
version = "0.3.1.0";
sha256 = "1ziv64rdydx0kg1wip3mskwaj35la1h94017dy5hnn2hj4g8fh3j";
buildDepends = [
base basic-prelude directory system-filepath text
];
@ -119913,8 +120074,8 @@ self: {
}:
mkDerivation {
pname = "wai";
version = "3.0.2.2";
sha256 = "1whfpycwcj2xx81llvzgrmi5fxkjfqjipfdkld17jbd6klgfkyzc";
version = "3.0.2.3";
sha256 = "1mrry121xjgd2h69m35khgsiicrwhg7ysa7mzm6bw3ac41xc08ns";
buildDepends = [
base blaze-builder bytestring http-types network text vault
];
@ -120072,8 +120233,8 @@ self: {
}:
mkDerivation {
pname = "wai-extra";
version = "3.0.4.1";
sha256 = "0d5ivwvbrhg5z8c268kpd29mni2k54ximqjxdapmwv7kmj87ggzg";
version = "3.0.4.2";
sha256 = "0g5s6ndqnmkaqnl29chzp6b95m4yqz0v7q7iymmg0r4dc4m5pc1a";
buildDepends = [
ansi-terminal base base64-bytestring blaze-builder bytestring
case-insensitive containers data-default-class deepseq directory
@ -120488,6 +120649,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"wai-middleware-throttle" = callPackage
({ mkDerivation, base, bytestring, doctest, Glob, hlint, hspec
, http-types, HUnit, network, process, regex-compat, stm, text
, token-bucket, transformers, unordered-containers, wai, wai-extra
}:
mkDerivation {
pname = "wai-middleware-throttle";
version = "0.1.0.0";
sha256 = "1hpwlf0wwsh0ya91pvzrlkc2shf9x5qycdql0qlgvnn0rn53vpmh";
buildDepends = [
base bytestring http-types network stm text token-bucket
transformers unordered-containers wai
];
testDepends = [
base bytestring doctest Glob hlint hspec http-types HUnit process
regex-compat stm transformers unordered-containers wai wai-extra
];
jailbreak = true;
description = "WAI Middleware for Request Throttling";
license = stdenv.lib.licenses.bsd3;
}) {};
"wai-predicates" = callPackage
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
, bytestring-conversion, case-insensitive, cookie, http-types
@ -124585,20 +124768,19 @@ self: {
"yeller" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, hspec
, http-client, http-client-tls, http-types, network, stm, text
, unordered-containers
}:
mkDerivation {
pname = "yeller";
version = "0.1.0.0";
sha256 = "0qss0als9rcmdrnb0zndx9d9a5pkzqpf1mmqz7lz99lfywc05l1b";
isLibrary = true;
isExecutable = true;
version = "0.1.0.3";
sha256 = "0anahxim88xjmmlx1nn6clckn8wa975ydvv4impyq2hfjy0brpi5";
buildDepends = [
aeson base bytestring containers http-client http-client-tls
http-types network stm text
http-types network stm text unordered-containers
];
testDepends = [
aeson base bytestring containers hspec http-client http-client-tls
http-types network stm text
http-types network stm text unordered-containers
];
jailbreak = true;
homepage = "http://yellerapp.com";