hackage-packages: re-generate from Hackage 2015-02-15T20:03:28+0100

This commit is contained in:
Peter Simons 2015-02-15 20:03:28 +01:00
parent 16bc8564c3
commit 8d737e3f0c
1 changed files with 204 additions and 103 deletions

View File

@ -8738,8 +8738,8 @@ self: {
}:
mkDerivation {
pname = "Ketchup";
version = "0.4.1";
sha256 = "0dm3dppiljy09dpifi10x7my1s2jag85qhgfwpbmqsjhlf9aldqs";
version = "0.4.2";
sha256 = "0kxaz49iz195bbby73cva6c68h9f8f4pk0a8jamcsiyvbx4yw69x";
buildDepends = [
base base64-bytestring bytestring directory mime-types network text
];
@ -10900,8 +10900,8 @@ self: {
({ mkDerivation, OpenGLRaw }:
mkDerivation {
pname = "OpenGLRaw21";
version = "2.0.0.1";
sha256 = "0mmljayrq7bbbkqv3q6a1v7g0ny1h8gqbbq3wyqnhn4868ws228d";
version = "2.0.0.2";
sha256 = "1kfgwwjnwl5dzwf8bpxcs4q241zap29pjhh4ih5k2cdrnbbn1bz1";
buildDepends = [ OpenGLRaw ];
description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core";
license = "unknown";
@ -19742,6 +19742,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"asciidiagram" = callPackage
({ mkDerivation, base, containers, filepath, FontyFruity
, JuicyPixels, lens, linear, mtl, optparse-applicative
, rasterific-svg, svg-tree, text, vector
}:
mkDerivation {
pname = "asciidiagram";
version = "1.0";
sha256 = "1nvjx2pwza26ppp2lpmlm1200kk8l6sgcsk23fskiamc6xh51vqg";
isLibrary = true;
isExecutable = true;
buildDepends = [
base containers filepath FontyFruity JuicyPixels lens linear mtl
optparse-applicative rasterific-svg svg-tree text vector
];
description = "Pretty rendering of Ascii diagram into svg or png";
license = stdenv.lib.licenses.bsd3;
}) {};
"asic" = callPackage
({ mkDerivation, asil, base, bytestring, utf8-string }:
mkDerivation {
@ -20244,6 +20263,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"atomic-primops-vector" = callPackage
({ mkDerivation, atomic-primops, base, primitive, vector }:
mkDerivation {
pname = "atomic-primops-vector";
version = "0.1.0.1";
sha256 = "0m4mlixiz7cs4hqrh7i6dzbsj55p0qh3m16nc94819wbzcgi3vq7";
buildDepends = [ atomic-primops base primitive vector ];
testDepends = [ base vector ];
jailbreak = true;
description = "Atomic operations on Data.Vector types";
license = stdenv.lib.licenses.bsd3;
}) {};
"atomic-write" = callPackage
({ mkDerivation, base, bytestring, directory, filepath, hspec
, temporary, text, unix
@ -31181,12 +31213,11 @@ self: {
}:
mkDerivation {
pname = "conceit";
version = "0.2.1.0";
sha256 = "0hilsig5c5gajjaacfhlhapgnddc8s5557zdx00jwaarxkk83yz3";
version = "0.2.2.0";
sha256 = "0h477bn361b0g3iq1nzx88pii8zhkc41vk1f0ggndhidnzddrlb8";
buildDepends = [
base bifunctors exceptions mtl semigroupoids transformers void
];
jailbreak = true;
description = "Concurrent actions that may fail";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -38038,8 +38069,8 @@ self: {
({ mkDerivation, attoparsec, base, hspec, text }:
mkDerivation {
pname = "diff-parse";
version = "0.2.0";
sha256 = "1qy7gljqmgf3lk2s5abxna2bj9sar8niyr0vs4r4afn200ciqby2";
version = "0.2.1";
sha256 = "0idwhxwhqd65sy0kfgwi8d942lpabyknwpyq9454y49dnn8k0lam";
buildDepends = [ attoparsec base text ];
testDepends = [ attoparsec base hspec text ];
jailbreak = true;
@ -38175,8 +38206,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors";
version = "0.7.1.3";
sha256 = "0y8gl5dzksylvci5inrgx3qk6mv6cddw81kvi6ng9h0wl4scgkvl";
version = "0.7.1.4";
sha256 = "0h2ki8vzfmvzazvzcmngb6ahki3k2zh9pbgn4hj8jaicfxrdv9xb";
buildDepends = [
base bytestring containers mtl old-locale text time
];
@ -43942,8 +43973,8 @@ self: {
}:
mkDerivation {
pname = "fay";
version = "0.23.0.0";
sha256 = "112pdpp4pvgs6y7351a218l00lrg9fhgpzykra4c9yaayclkbcd5";
version = "0.23.0.1";
sha256 = "13n7ywx2vwrn37cwrwdn94cghr18lfn67hxk08cmip6pxy5r9kf4";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -59698,17 +59729,17 @@ self: {
"hindent" = callPackage
({ mkDerivation, base, data-default, descriptive, directory
, haskell-src-exts, hspec, monad-loops, mtl, text
, haskell-src-exts, hspec, monad-loops, mtl, text, transformers
}:
mkDerivation {
pname = "hindent";
version = "4.3.9";
sha256 = "0dasmssr19kbwxwi9hyx52k70j87b3vfxla6gpzf9k3aaqghcnvf";
version = "4.3.10";
sha256 = "036fs4hrkyqrgj6vkn3g9f5vha1im5m93fslz3r1j6lw4844iy0g";
isLibrary = true;
isExecutable = true;
buildDepends = [
base data-default descriptive directory haskell-src-exts
monad-loops mtl text
monad-loops mtl text transformers
];
testDepends = [
base data-default directory haskell-src-exts hspec monad-loops mtl
@ -60272,8 +60303,8 @@ self: {
}:
mkDerivation {
pname = "hjsonschema";
version = "0.2.0.0";
sha256 = "0razw0i5za62qf4gsjgrcyhfasfa3x6wgj0hi49byj4whbwrkc95";
version = "0.3.0.0";
sha256 = "1p229bbfpbs1d4hirk12hlyj4ghyw1w3k1p4aydvrqz6sp19nkk4";
buildDepends = [
aeson base bytestring hashable lens regexpr scientific text
unordered-containers vector wreq
@ -64313,8 +64344,8 @@ self: {
}:
mkDerivation {
pname = "hslogger";
version = "1.2.7";
sha256 = "0s99w1bzzq75mckb8pk0h545w6y8n8n3nq36mp09vn4kwf503mc9";
version = "1.2.8";
sha256 = "0i7cji7d23kv8m0vr32ws8zm4ah5vxzb1ykv833m7i6m2g1p4dfy";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -66962,12 +66993,18 @@ self: {
}) {};
"hwsl2" = callPackage
({ mkDerivation, base, bytestring }:
({ mkDerivation, base, bytestring, Cabal, cabal-test-quickcheck
, QuickCheck, quickcheck-properties
}:
mkDerivation {
pname = "hwsl2";
version = "0.1.1.3";
sha256 = "19wjxn1px8x441qbplbdl7vpmm7ig2iwkbk737qkplyj8dgj3pmm";
version = "0.1.1.4";
sha256 = "121p95h7pzd9rpwwijym65g7a55ys12nz3gqinwh4jsdpr67xqkc";
buildDepends = [ base bytestring ];
testDepends = [
base bytestring Cabal cabal-test-quickcheck QuickCheck
quickcheck-properties
];
homepage = "https://github.com/srijs/hwsl2";
description = "Hashing with SL2";
license = stdenv.lib.licenses.mit;
@ -67727,6 +67764,37 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hypher" = callPackage
({ mkDerivation, aeson, base, bytestring, Cabal, containers
, data-default, hashable, HTTP, http-conduit, http-types, HUnit
, lifted-base, monad-control, mtl, QuickCheck, resourcet
, scientific, test-framework, test-framework-hunit
, test-framework-quickcheck2, test-framework-th, text, transformers
, transformers-base, unordered-containers, vector
}:
mkDerivation {
pname = "hypher";
version = "0.1.2";
sha256 = "1z2a2nqmagqkffpcx3p2q1s6c0c6dvn61r1fn4wrkrg3bcs97smc";
buildDepends = [
aeson base bytestring containers data-default hashable HTTP
http-conduit http-types lifted-base monad-control mtl resourcet
scientific text transformers transformers-base unordered-containers
vector
];
testDepends = [
aeson base bytestring Cabal data-default hashable HTTP http-conduit
http-types HUnit lifted-base monad-control mtl QuickCheck resourcet
scientific test-framework test-framework-hunit
test-framework-quickcheck2 test-framework-th text transformers
transformers-base unordered-containers vector
];
jailbreak = true;
homepage = "https://github.com/zoetic-community/hyper.git";
description = "A Haskell neo4j client";
license = stdenv.lib.licenses.mit;
}) {};
"hzk" = callPackage
({ mkDerivation, base, bytestring, resource-pool, tasty
, tasty-hunit, time, zookeeper_mt
@ -69058,8 +69126,8 @@ self: {
({ mkDerivation, attoparsec, base, text, unordered-containers }:
mkDerivation {
pname = "ini";
version = "0.3.0";
sha256 = "1lwd5ccihzxyfvi0k7g2kg9d7mickazd9zlj08l7kzf8z6zq5yd2";
version = "0.3.1";
sha256 = "01iwf4ifdx3mrw1rybj4crip4hmjxhab250rv995dgbwldh1iyqb";
buildDepends = [ attoparsec base text unordered-containers ];
description = "Quick and easy configuration files in the INI format";
license = stdenv.lib.licenses.bsd3;
@ -69598,6 +69666,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"io-region" = callPackage
({ mkDerivation, base, hspec, stm, transformers }:
mkDerivation {
pname = "io-region";
version = "0.1.0";
sha256 = "11k1kw47g0mv0nd6gl9pyslr7y2d3wfbw04l6cqqf8cb1mrgl8j2";
buildDepends = [ base stm ];
testDepends = [ base hspec transformers ];
homepage = "https://github.com/Yuras/io-region/wiki";
description = "Exception safe resource management with dynamic regions";
license = stdenv.lib.licenses.bsd3;
}) {};
"io-storage" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -74998,26 +75079,27 @@ self: {
}) {};
"libjenkins" = callPackage
({ mkDerivation, async, attoparsec, base, bytestring, containers
, directory, doctest, filepath, free, hspec
, hspec-expectations-lens, http-client, http-client-tls, http-types
({ mkDerivation, async, attoparsec, base, bytestring, conduit
, containers, directory, doctest, filepath, free, hspec
, hspec-expectations-lens, http-client, http-conduit, http-types
, lens, lifted-async, lifted-base, monad-control, mtl, network
, network-uri, profunctors, text, transformers, xml-conduit
, network-uri, profunctors, resourcet, text, transformers
, xml-conduit
}:
mkDerivation {
pname = "libjenkins";
version = "0.7.0";
sha256 = "1m7v5c2g9gi99ld0vqv7qyzb3hrlv44i97qh138vspv2zxvd103y";
version = "0.8.0";
sha256 = "0dndz0ja6h50ix5r93ln2s5n7ymjariflxi0g7pfy850gyyimv27";
buildDepends = [
attoparsec base bytestring containers free http-client
http-client-tls http-types lifted-async lifted-base monad-control
mtl network network-uri profunctors text transformers
async attoparsec base bytestring conduit containers free
http-client http-conduit http-types monad-control mtl network
network-uri profunctors resourcet text transformers
];
testDepends = [
async attoparsec base bytestring containers directory doctest
filepath free hspec hspec-expectations-lens http-client
http-client-tls http-types lens lifted-async lifted-base
monad-control mtl network network-uri profunctors text transformers
async attoparsec base bytestring conduit containers directory
doctest filepath free hspec hspec-expectations-lens http-client
http-conduit http-types lens lifted-async lifted-base monad-control
mtl network network-uri profunctors resourcet text transformers
xml-conduit
];
description = "Jenkins API interface";
@ -75722,15 +75804,15 @@ self: {
"linearscan" = callPackage
({ mkDerivation, base, containers, free, hoopl, hspec
, hspec-expectations, HUnit, lens, transformers
, hspec-expectations, lens, mtl, transformers
}:
mkDerivation {
pname = "linearscan";
version = "0.2.0.0";
sha256 = "0vs53aknv26lxkx1yprgbc3nbv75pysqli24gxg9wxcakmlsvl9q";
version = "0.3.0.1";
sha256 = "014r2s4735isj5xmijmq2wjfiy23prca0q1lhb0n1basxd0di2lf";
buildDepends = [ base containers transformers ];
testDepends = [
base containers free hoopl hspec hspec-expectations HUnit lens
base containers free hoopl hspec hspec-expectations lens mtl
transformers
];
homepage = "http://github.com/jwiegley/linearscan";
@ -77324,10 +77406,9 @@ self: {
({ mkDerivation, base, data-default, gl, linear, vector }:
mkDerivation {
pname = "lowgl";
version = "0.1.0.1";
sha256 = "09b436y0gqwkj76ainyik48xq3icm6ia82av5lm31xx3fypwfvp9";
version = "0.2.0.0";
sha256 = "16aa9ln5q2m32f1r5ywcwy533z190ijagdayvwknf0qkj32bdva3";
buildDepends = [ base data-default gl linear vector ];
jailbreak = true;
description = "Basic gl wrapper and reference";
license = stdenv.lib.licenses.bsd2;
}) {};
@ -77523,8 +77604,8 @@ self: {
}:
mkDerivation {
pname = "lucid";
version = "2.9.0";
sha256 = "0zbci795p3fhij9x41xxd2113wilgx36x46mi5nizi3gn2n8wnwh";
version = "2.9.1";
sha256 = "0zb8zng5pilr8jcnn0vi0qlngv93p322xnkrypkr1sa5ywd7n9j0";
buildDepends = [
base blaze-builder bytestring containers mtl text transformers
unordered-containers
@ -79843,14 +79924,18 @@ self: {
}) {};
"microformats2-types" = callPackage
({ mkDerivation, aeson, base, either, pandoc-types, text, time }:
({ mkDerivation, aeson, base, data-default, either, pandoc-types
, setters, text, time
}:
mkDerivation {
pname = "microformats2-types";
version = "0.2.1";
sha256 = "07ssx3p9m7bz0bldads9a2a52qfbr8x58h1x07cpnpsg775kxv88";
buildDepends = [ aeson base either pandoc-types text time ];
version = "0.3.0";
sha256 = "0wldwc9l6r2h63h22ymj62x17vcwqwswzqwcfs1nm81nrh2rj07a";
buildDepends = [
aeson base data-default either pandoc-types setters text time
];
homepage = "https://github.com/myfreeweb/microformats2-types";
description = "Microformats 2 types for Haskell";
description = "Microformats 2 types (with Aeson instances)";
license = "unknown";
}) {};
@ -88464,14 +88549,14 @@ self: {
"paypal-adaptive-hoops" = callPackage
({ mkDerivation, aeson, base, bytestring, data-default, errors
, http-client, HUnit, lens, lens-aeson, QuickCheck, test-framework
, test-framework-hunit, test-framework-quickcheck2, text, time
, transformers, vector, wreq
, http-client, HUnit, lens, lens-aeson, test-framework
, test-framework-hunit, text, time, transformers
, unordered-containers, vector, wreq
}:
mkDerivation {
pname = "paypal-adaptive-hoops";
version = "0.7.0.0";
sha256 = "03a60cr1h9h765a2i8j9gvi389wx7rcffwalx1qxvh4hp8k6g9vy";
version = "0.8.0.0";
sha256 = "03hf55q0jly3y6czspw4680cb4999qfz2qgzpp4p1plwvss23lsr";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -88479,8 +88564,8 @@ self: {
lens-aeson text time transformers vector wreq
];
testDepends = [
aeson base bytestring data-default HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
aeson base bytestring data-default HUnit test-framework
test-framework-hunit text unordered-containers
];
jailbreak = true;
homepage = "https://github.com/fanjam/paypal-adaptive-hoops";
@ -88633,8 +88718,8 @@ self: {
}:
mkDerivation {
pname = "pcre-heavy";
version = "0.2.0";
sha256 = "103720n3nqmghvqnh2nhyn4q0a85x02ss98ya36r0jyckr0a1fn8";
version = "0.2.1";
sha256 = "1jaz871g794xqxal3xa6ikl6cdn2hnw4qbrd8rlmlcrd8p3hcrjm";
buildDepends = [
base bytestring pcre-light stringable template-haskell
];
@ -92637,13 +92722,13 @@ self: {
}:
mkDerivation {
pname = "process-streaming";
version = "0.6.6.0";
sha256 = "1diqrnb8s9f23w8wazpqp12lgf7d98awnwq45x4y2yhqc4ar36cb";
version = "0.6.7.0";
sha256 = "08j6yf2ma7w3nqcv9bslykvm4mp0pws1n538fvsq2j2dnzxq3f1h";
buildDepends = [
base bifunctors conceit containers contravariant exceptions foldl
free pipes pipes-bytestring pipes-concurrency pipes-parse
pipes-safe pipes-text process semigroups text transformers
transformers-compat void
base bifunctors conceit containers contravariant foldl free pipes
pipes-bytestring pipes-concurrency pipes-parse pipes-safe
pipes-text process semigroups text transformers transformers-compat
void
];
testDepends = [
attoparsec base bifunctors bytestring containers directory doctest
@ -93717,8 +93802,8 @@ self: {
}:
mkDerivation {
pname = "purescript";
version = "0.6.7";
sha256 = "0ar6ixvr6b6gn7gh63x7c68yq55pxn3mzmm974s9y94b09gdyvrd";
version = "0.6.7.1";
sha256 = "0i7y5hxzhryvqgbd2gghf0cr9m6x1gh9snbbd9x4742hkipigx4s";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -94943,8 +95028,8 @@ self: {
}:
mkDerivation {
pname = "range";
version = "0.1.0.0";
sha256 = "1qb5kll43dm6l8w4caa1ik5j0pm8cpm3jzr6cfldx2s4yfwrdngg";
version = "0.1.0.1";
sha256 = "04nzxjgjnql6bq30pkkmlxcj0cxmw3hlzb6y1fhb052rxmpaq8mk";
buildDepends = [ base parsec ];
testDepends = [
base Cabal QuickCheck random test-framework
@ -99586,13 +99671,12 @@ self: {
}:
mkDerivation {
pname = "sandi";
version = "0.3.1";
sha256 = "1gvlaryc6q49r3n7fkhqvd7qlp52m5h4qnnihx08ndhppmqfwhj4";
version = "0.3.3";
sha256 = "0nbp5brry13nfs05aqzscyy4gp678bzqsq8d0726dj23iffd4191";
buildDepends = [ base bytestring conduit exceptions ];
testDepends = [
base bytestring HUnit tasty tasty-hunit tasty-quickcheck tasty-th
];
jailbreak = true;
homepage = "http://hackage.haskell.org/package/sandi";
description = "Data encoding library";
license = stdenv.lib.licenses.bsd3;
@ -100994,6 +101078,7 @@ self: {
pname = "semigroupoids";
version = "4.3";
sha256 = "1qn0rffc1zskk6f34pxrp96iarxgp36l2404rs6sz9khl1hh58sf";
editedCabalFile = "564644e3fb93fa01f5c45772256a980baa07275a763f1015859816942ab210b3";
buildDepends = [
base comonad containers contravariant distributive semigroups
transformers transformers-compat
@ -101755,9 +101840,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "setlocale";
version = "1.0.0.1";
sha256 = "15dzf4hgkn5saz6qyn1xqvinvy0y571crfxfwycmcmm4az6rsqk0";
editedCabalFile = "f95d33f3a43b64f5b4e1e94641f8614e70c778ada7f6fd8cde83577d84b486c6";
version = "1.0.0.2";
sha256 = "07yby0lz51b9pazh1abpgp1m86gxydkzky51ba04h771nschjj50";
buildDepends = [ base ];
description = "Haskell bindings to setlocale";
license = stdenv.lib.licenses.bsd3;
@ -106788,10 +106872,9 @@ self: {
({ mkDerivation, base, ghc-prim, hashtables, tagged }:
mkDerivation {
pname = "stable-memo";
version = "0.2.4";
sha256 = "1mm3j63qaq12bdpn134j7jxzrikk9rawfd559xdkxkayq83z52i8";
version = "0.3.0";
sha256 = "0a218ilzx1bgwirfp6v6bzgwwkx8l60q1xnxq347xas750wjn8a8";
buildDepends = [ base ghc-prim hashtables tagged ];
jailbreak = true;
description = "Memoization based on argument identity";
license = stdenv.lib.licenses.mit;
}) {};
@ -108360,13 +108443,12 @@ self: {
}:
mkDerivation {
pname = "structured-haskell-mode";
version = "1.0.15";
sha256 = "127bpxfpcchkarsi4xckgj49ypyz7ll94ad5nrfrs8928jsaw73p";
version = "1.0.17";
sha256 = "17dscb3z4sbb4zqd4vyjhpmy5c4piqs932p8i6c0sifqrsyzvijb";
isLibrary = false;
isExecutable = true;
buildDepends = [ base descriptive haskell-src-exts text ];
buildTools = [ emacs ];
jailbreak = true;
postInstall = ''
emacs -L elisp --batch -f batch-byte-compile "elisp/"*.el
install -d $out/share/emacs/site-lisp
@ -110707,8 +110789,8 @@ self: {
}:
mkDerivation {
pname = "tasty-silver";
version = "3.0.0.1";
sha256 = "1l8p7sdmbdnf3qp3q1alpj5napzhw4wrnc7dcai5w80k1chck430";
version = "3.0.1.0";
sha256 = "18hai87p79kj0l7bhgb434ygl6lsqdwr3y6jvsvmyy2jylrz1q1z";
buildDepends = [
async base bytestring containers deepseq directory filepath mtl
optparse-applicative process process-extras tagged tasty
@ -114172,16 +114254,18 @@ self: {
}) {};
"transformations" = callPackage
({ mkDerivation, base, containers, mtl, multirec, parsec, regular
, rewriting, template-haskell, zipper
({ mkDerivation, base, containers, criterion, mtl, multirec, parsec
, QuickCheck, regular, template-haskell
}:
mkDerivation {
pname = "transformations";
version = "0.1.1.0";
sha256 = "19ba24n9ica53a77x9h32kc8vqm0y41bwh8ncn1n3kd7k0s5q49v";
version = "0.2.0.0";
sha256 = "0nmzsd8q01ixfgqfgymbjwa5c8msq7chi16n4dwdf8x68mah7lam";
isLibrary = true;
isExecutable = true;
buildDepends = [
base containers mtl multirec parsec regular rewriting
template-haskell zipper
base containers criterion mtl multirec parsec QuickCheck regular
template-haskell
];
description = "Generic representation of tree transformations";
license = stdenv.lib.licenses.gpl3;
@ -114675,18 +114759,19 @@ self: {
({ mkDerivation, aeson, base, binary, bytestring
, bytestring-builder, containers, directory, filepath, ghc-prim
, hashable, JuicyPixels, mtl, old-locale, parsec, process
, template-haskell, text, time, vector, yaml
, template-haskell, text, time, unordered-containers, vector, yaml
}:
mkDerivation {
pname = "tttool";
version = "1.0";
sha256 = "1hxisx8j9i415zysls1pfnwsb6f3vgx96rfn2xgwvzsirsbj4mai";
version = "1.1";
sha256 = "1qdsal3kn35npq4nd0vp5hj96cp316d5mbfr5gxrlwj12qf7kgzb";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson base binary bytestring bytestring-builder containers
directory filepath ghc-prim hashable JuicyPixels mtl old-locale
parsec process template-haskell text time vector yaml
parsec process template-haskell text time unordered-containers
vector yaml
];
homepage = "https://github.com/entropia/tip-toi-reveng";
description = "Working with files for the Tiptoi® pen";
@ -120146,15 +120231,15 @@ self: {
"wai-static-pages" = callPackage
({ mkDerivation, base, blaze-builder, bytestring, conduit
, directory, http-types, text, wai, wai-test
, directory, http-types, text, wai, wai-extra
}:
mkDerivation {
pname = "wai-static-pages";
version = "0.2.2.0";
sha256 = "04lba03n66m30nn9y5mh3kkb5j868cincnh5rh5nwv6whsmxvxm5";
version = "0.3";
sha256 = "0xam283gvcjryq541dzrymv9qy7asyfz8k44b6dwrvm5bqphjz9h";
buildDepends = [
base blaze-builder bytestring conduit directory http-types text wai
wai-test
wai-extra
];
homepage = "https://github.com/gregwebs/wai-static-pages";
description = "generate static html pages from a WAI application";
@ -121316,6 +121401,23 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) { kernel32 = null; ws2_32 = null;};
"wiring" = callPackage
({ mkDerivation, base, hspec, mtl, QuickCheck, template-haskell
, transformers
}:
mkDerivation {
pname = "wiring";
version = "0.2.0.0";
sha256 = "1s8gamxcq2a09y58laszbbdy2yv1dpjhy9asfianqnc683vj5n53";
buildDepends = [ base mtl template-haskell transformers ];
testDepends = [
base hspec mtl QuickCheck template-haskell transformers
];
homepage = "http://github.com/seanparsons/wiring/";
description = "Wiring, promotion and demotion of types";
license = stdenv.lib.licenses.bsd3;
}) {};
"witherable" = callPackage
({ mkDerivation, base, containers, hashable, transformers
, unordered-containers, vector
@ -124954,14 +125056,13 @@ self: {
}:
mkDerivation {
pname = "yesod-purescript";
version = "0.0.4.5";
sha256 = "0fmndjapnlh6qqwxri4d16dbn151wd8ihypkbprd4402cd7i5fb0";
version = "0.0.4.6";
sha256 = "1sh55isypj1qpba386jjyx89aq1al7vjanwhcql90087p0jb5n30";
buildDepends = [
aeson base bytestring containers data-default formatting fsnotify
purescript regex-tdfa regex-tdfa-text shakespeare system-fileio
system-filepath template-haskell text time transformers yesod-core
];
jailbreak = true;
homepage = "https://github.com/mpietrzak/yesod-purescript";
description = "PureScript integration for Yesod";
license = stdenv.lib.licenses.mit;