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