hackage-packages: re-generate from Hackage 2015-02-25T21:27:32+0100
This commit is contained in:
parent
aa188a27a2
commit
cec683b791
@ -9908,8 +9908,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "MonadCompose";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "05fvnkpq37a4ab97lcv460znnq86csivyz3v6cmq08mnvsjf6cpl";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "1jy81fkqr3325j58qxajzdmy22ssds3v80ks8320f3ws7rgkdhrh";
|
||||
buildDepends = [
|
||||
base ghc-prim MaybeT mmorph monad-products mtl transformers
|
||||
];
|
||||
@ -21147,8 +21147,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aws-kinesis-client";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0rc2r8adw4j667iicncvf266mc65f1agj50q8x6hn1fm8pa8ssa7";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "020vv9aaqfxpgrpviy0y6i0448rypr7rg5cvzbmn46n96jyww12w";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -27633,8 +27633,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "casadi-bindings";
|
||||
version = "2.2.0.6";
|
||||
sha256 = "1iasw1yvh5cm2b2lfhn7026rkil054fymal3n8p1kc0qm02zb4i5";
|
||||
version = "2.2.0.7";
|
||||
sha256 = "05xgsn9xgkckx7ip2qqy332miv6yl70avyzp7z5ww8lvn2v8q8ks";
|
||||
buildDepends = [
|
||||
base casadi-bindings-core casadi-bindings-internal cereal
|
||||
containers linear vector
|
||||
@ -45658,6 +45658,18 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"flexible-time" = callPackage
|
||||
({ mkDerivation, base, bytestring, unix-time }:
|
||||
mkDerivation {
|
||||
pname = "flexible-time";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "179k0r58r5s0g1vfs7ab382iq7qf5xbrnmvx2y8p86pz8fcz7a8l";
|
||||
buildDepends = [ base bytestring unix-time ];
|
||||
homepage = "https://github.com/tattsun/flexible-time";
|
||||
description = "simple extension of Data.UnixTime.";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"flexible-unlit" = callPackage
|
||||
({ mkDerivation, base, bytestring, text }:
|
||||
mkDerivation {
|
||||
@ -49018,21 +49030,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"ghcid" = callPackage
|
||||
({ mkDerivation, base, cmdargs, containers, directory, extra
|
||||
({ mkDerivation, ansi-terminal, base, cmdargs, directory, extra
|
||||
, filepath, process, tasty, tasty-hunit, terminal-size, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghcid";
|
||||
version = "0.3.4";
|
||||
sha256 = "1xapx3rlx9fsvs5idqyarassqbg8ifsar923pi9vsn29ipjp2kjq";
|
||||
version = "0.3.5";
|
||||
sha256 = "1ad5x1xvx5v00gj4gwlqz806mzigga4h8xx6ldqsndb8inz7hsrx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base cmdargs containers directory extra filepath process
|
||||
ansi-terminal base cmdargs directory extra filepath process
|
||||
terminal-size time
|
||||
];
|
||||
testDepends = [
|
||||
base cmdargs containers directory extra filepath process tasty
|
||||
ansi-terminal base cmdargs directory extra filepath process tasty
|
||||
tasty-hunit terminal-size time
|
||||
];
|
||||
homepage = "https://github.com/ndmitchell/ghcid#readme";
|
||||
@ -55727,8 +55739,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-docs";
|
||||
version = "4.2.4";
|
||||
sha256 = "061gj5g1hga8k93rzknpyi51srlqnzcagykb9mzv91m8vp9wlnrf";
|
||||
version = "4.2.5";
|
||||
sha256 = "09xagxs0br6781flp430syfn6yv36ri0y1yki8cakrn7ak722fq2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -59947,7 +59959,7 @@ self: {
|
||||
|
||||
"highlighting-kate" = callPackage
|
||||
({ mkDerivation, base, blaze-html, containers, Diff, directory
|
||||
, filepath, mtl, parsec, process, regex-pcre, utf8-string
|
||||
, filepath, mtl, parsec, pcre-light, process, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "highlighting-kate";
|
||||
@ -59956,14 +59968,14 @@ self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base blaze-html containers filepath mtl parsec regex-pcre
|
||||
base blaze-html containers filepath mtl parsec pcre-light
|
||||
utf8-string
|
||||
];
|
||||
testDepends = [
|
||||
base blaze-html containers Diff directory filepath process
|
||||
];
|
||||
configureFlags = [ "-fpcre-light" ];
|
||||
jailbreak = true;
|
||||
prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal";
|
||||
homepage = "http://github.com/jgm/highlighting-kate";
|
||||
description = "Syntax highlighting";
|
||||
license = "GPL";
|
||||
@ -60939,18 +60951,19 @@ self: {
|
||||
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs
|
||||
, directory, extra, filepath, haskell-src-exts, hscolour, process
|
||||
, directory, extra, filepath, haskell-src-exts, process
|
||||
, transformers, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "1.9.16";
|
||||
sha256 = "11ykjslyr8sgpa1jpnv3vdzz0nxyrxw3mzcsdbidgzw7aphpzcb3";
|
||||
editedCabalFile = "4e3f4397ef78f431aadf4644b37ec01d624dd14dd70fec81953a509546182b8a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
ansi-terminal base cmdargs containers cpphs directory extra
|
||||
filepath haskell-src-exts hscolour process transformers uniplate
|
||||
filepath haskell-src-exts process transformers uniplate
|
||||
];
|
||||
homepage = "http://community.haskell.org/~ndm/hlint/";
|
||||
description = "Source code suggestions";
|
||||
@ -103198,8 +103211,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shelly";
|
||||
version = "1.6.1";
|
||||
sha256 = "01j25pw9xywfmw3rgi756n1sdzlclwbhsj6dgwalsc8rbpwdbynv";
|
||||
version = "1.6.1.1";
|
||||
sha256 = "1yv29fjyxfqykg7l8r4la1j4kz3ixmklhw15ki2b9dgwsp7vzmfh";
|
||||
buildDepends = [
|
||||
async base bytestring containers directory enclosed-exceptions
|
||||
exceptions lifted-async lifted-base monad-control mtl process
|
||||
@ -103955,8 +103968,8 @@ self: {
|
||||
({ mkDerivation, base, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-smt";
|
||||
version = "0.5.3";
|
||||
sha256 = "0m3ghgh2ip22808cyx1babfkpj6v0ii6lmnwgrk8adaj5aif9dfg";
|
||||
version = "0.5.4";
|
||||
sha256 = "153f0h0432rh3ff5cvsjcnwaq6ydiprs16ximp1rcamwzm0nl8hp";
|
||||
buildDepends = [ base process ];
|
||||
description = "A simple way to interact with an SMT solver process";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -104728,11 +104741,11 @@ self: {
|
||||
({ mkDerivation, base, linear, vector }:
|
||||
mkDerivation {
|
||||
pname = "smoothie";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1njg9lw3wc11q15yh4mi1hmfmr4891w59pdwxy782jgqlxanmbx7";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1gr36qbc1d6j3mhgpyxc08qkgk11kdpschvclh06jlcq3h2j62sy";
|
||||
buildDepends = [ base linear vector ];
|
||||
homepage = "https://github.com/phaazon/smoothie";
|
||||
description = "Smooth curves via several spline and polynomials";
|
||||
description = "Smooth curves via several splines and polynomials";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -106483,8 +106496,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "soxlib";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "0bc4s74f2sw32j17pihpq0liyaysi4n5i2704ycn5agsgnc0n8xp";
|
||||
version = "0.0.2";
|
||||
sha256 = "1d82sqihmx3ymgyahbnjlzmam4pj4rwyp956p74fpl0gsmqphmr8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base containers explicit-exception extensible-exceptions
|
||||
sample-frame storablevector transformers utility-ht
|
||||
@ -119230,8 +119245,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vcache";
|
||||
version = "0.2.1";
|
||||
sha256 = "1nhcz52fszwyk363hi3xd0k2rx950xbrfq8ifl4i9l9zh3s0p232";
|
||||
version = "0.2.2";
|
||||
sha256 = "1df4y09f25y0sj3qn9x62a4bzdjjrml4510hdf0jsmiimqqyq0ac";
|
||||
buildDepends = [
|
||||
base bytestring containers direct-murmur-hash easy-file filelock
|
||||
lmdb random stm transformers
|
||||
@ -120832,6 +120847,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wai-middleware-static-caching" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash, directory, expiring-cache-map, filepath, http-types
|
||||
, mtl, old-locale, text, time, unix, wai
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wai-middleware-static-caching";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "0xj4r1fr1g0fybgsq65gxcvh5zn9hafvm0f73p6dnj6jhz6dryhk";
|
||||
buildDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash directory
|
||||
expiring-cache-map filepath http-types mtl old-locale text time
|
||||
unix wai
|
||||
];
|
||||
homepage = "https://github.com/agrafix/wai-middleware-static";
|
||||
description = "WAI middleware that serves requests to static files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wai-middleware-throttle" = callPackage
|
||||
({ mkDerivation, base, bytestring, haddock, hlint, hspec
|
||||
, http-types, HUnit, network, process, regex-compat, stm, text
|
||||
|
Loading…
Reference in New Issue
Block a user