hackage-packages.nix: update to 67bad0d79a
with hackage2nix revision fb67f15c8cb79342f5719342c1b1b42e134bcce4
This commit is contained in:
parent
54be459b7f
commit
1b66d9318b
@ -654,26 +654,25 @@ self: {
|
||||
|
||||
"Agda" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, boxes, bytestring
|
||||
, containers, cpphs, data-hash, deepseq, directory, emacs
|
||||
, equivalence, filepath, geniplate, happy, hashable, hashtables
|
||||
, haskeline, haskell-src-exts, mtl, parallel, pretty, process
|
||||
, QuickCheck, STMonadTrans, strict, template-haskell, text, time
|
||||
, transformers, unordered-containers, xhtml, zlib
|
||||
, containers, cpphs, data-hash, deepseq, directory, edit-distance
|
||||
, emacs, equivalence, filepath, geniplate-mirror, happy, hashable
|
||||
, hashtables, haskeline, haskell-src-exts, mtl, parallel, pretty
|
||||
, process, QuickCheck, strict, template-haskell, text, time
|
||||
, transformers, transformers-compat, unordered-containers, xhtml
|
||||
, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Agda";
|
||||
version = "2.4.2.2";
|
||||
revision = "1";
|
||||
sha256 = "1hxvapnvlkx6imifswc70ng869zll0zfsygivhc2mjyhaiv10i13";
|
||||
editedCabalFile = "b604adb3c6609d27384834ce1d9483841245ac3d59e07571bc1ec114a080dcf3";
|
||||
version = "2.4.2.3";
|
||||
sha256 = "09vvipvab6bys8g7cdka1iirs0wc0jzcyynncccgb614wd2yyvdw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
array base binary boxes bytestring containers data-hash deepseq
|
||||
directory equivalence filepath geniplate hashable hashtables
|
||||
haskeline haskell-src-exts mtl parallel pretty process QuickCheck
|
||||
STMonadTrans strict template-haskell text time transformers
|
||||
unordered-containers xhtml zlib
|
||||
directory edit-distance equivalence filepath geniplate-mirror
|
||||
hashable hashtables haskeline haskell-src-exts mtl parallel pretty
|
||||
process QuickCheck strict template-haskell text time transformers
|
||||
transformers-compat unordered-containers xhtml zlib
|
||||
];
|
||||
buildTools = [ alex cpphs emacs happy ];
|
||||
jailbreak = true;
|
||||
@ -8944,10 +8943,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "JuicyPixels";
|
||||
version = "3.2.4";
|
||||
revision = "1";
|
||||
sha256 = "113w66rd6h04x0zbkqh34x33pf15hmrn3l9yy8kirs55kbg266w0";
|
||||
editedCabalFile = "0ea6de6b2defec5f1be0f98fc995b3a9654fbf8d3b34cd3fa77a0f2e3919dc2b";
|
||||
version = "3.2.5.1";
|
||||
sha256 = "11wpk4lr7h7s7mhl48i27dq1wwvzjviv2fnq3yl8dnikcl00k6dq";
|
||||
buildDepends = [
|
||||
base binary bytestring containers deepseq mtl primitive
|
||||
transformers vector zlib
|
||||
@ -12643,16 +12640,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"Rasterific" = callPackage
|
||||
({ mkDerivation, base, dlist, FontyFruity, free, JuicyPixels, mtl
|
||||
, primitive, vector, vector-algorithms
|
||||
({ mkDerivation, base, bytestring, containers, dlist, FontyFruity
|
||||
, free, JuicyPixels, mtl, primitive, vector, vector-algorithms
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Rasterific";
|
||||
version = "0.5.2.1";
|
||||
sha256 = "1wd12l4vpav3jsjf2mib5yrblys5aifwq6xniqm4l92qs5vjh4a2";
|
||||
version = "0.6.1";
|
||||
sha256 = "1y9jciiaam0dn2falhxc0nb97vy35dfvv71xzc1bhiw4gn66n4rm";
|
||||
buildDepends = [
|
||||
base dlist FontyFruity free JuicyPixels mtl primitive vector
|
||||
vector-algorithms
|
||||
base bytestring containers dlist FontyFruity free JuicyPixels mtl
|
||||
primitive vector vector-algorithms
|
||||
];
|
||||
description = "A pure haskell drawing engine";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -20826,21 +20823,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"asciidiagram" = callPackage
|
||||
({ mkDerivation, base, containers, filepath, FontyFruity
|
||||
, JuicyPixels, lens, linear, mtl, optparse-applicative
|
||||
({ mkDerivation, base, bytestring, containers, directory, filepath
|
||||
, FontyFruity, JuicyPixels, lens, linear, mtl, optparse-applicative
|
||||
, rasterific-svg, svg-tree, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "asciidiagram";
|
||||
version = "1.1";
|
||||
sha256 = "0vd4m3i4997vdd5wzy3jbidaz4rcsncqjdz0pf5ggrm9c5a8jb2y";
|
||||
version = "1.1.1.1";
|
||||
sha256 = "0nzg4m1nd41x6fyki5qva5jj80sl7jd1z1gd674v50zchkw71a9m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base containers filepath FontyFruity JuicyPixels lens linear mtl
|
||||
optparse-applicative rasterific-svg svg-tree text vector
|
||||
base bytestring containers directory filepath FontyFruity
|
||||
JuicyPixels lens linear mtl optparse-applicative rasterific-svg
|
||||
svg-tree text vector
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Pretty rendering of Ascii diagram into svg or png";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -35592,6 +35589,7 @@ self: {
|
||||
base cprng-aes crypto-random crypto-random-effect
|
||||
extensible-effects
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/ibotty/crypto-random-effect";
|
||||
description = "Run random effect using cprng-aes, a crypto pseudo number generator";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -36493,6 +36491,7 @@ self: {
|
||||
base bytestring crypto-random extensible-effects securemem
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/ibotty/crypto-random-effect";
|
||||
description = "A random effect using crypto-random";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -47004,19 +47003,20 @@ self: {
|
||||
|
||||
"extensible-effects" = callPackage
|
||||
({ mkDerivation, base, HUnit, QuickCheck, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, transformers
|
||||
, transformers-base, type-aligned, void
|
||||
, test-framework-hunit, test-framework-quickcheck2
|
||||
, test-framework-th, transformers, transformers-base, type-aligned
|
||||
, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "extensible-effects";
|
||||
version = "1.9.2.2";
|
||||
sha256 = "07mhvwxbqzn8bhhcgyc9b7bzbf1axbxsg3ps8b3zsz35r480irc3";
|
||||
version = "1.10.0.1";
|
||||
sha256 = "0zj72lnwncy9diagicp1xkvryakal17p5fslv1pl731z8janal1s";
|
||||
buildDepends = [
|
||||
base transformers transformers-base type-aligned void
|
||||
];
|
||||
testDepends = [
|
||||
base HUnit QuickCheck test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 void
|
||||
test-framework-quickcheck2 test-framework-th void
|
||||
];
|
||||
homepage = "https://github.com/suhailshergill/extensible-effects";
|
||||
description = "An Alternative to Monad Transformers";
|
||||
@ -47796,8 +47796,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "feed";
|
||||
version = "0.3.9.4";
|
||||
sha256 = "18jq1zw1qb2z6lga2vpn4z7dsylglgzl4bskb9x2skw9wv7pgsnk";
|
||||
version = "0.3.9.5";
|
||||
sha256 = "1kbi0hb2ywp5qbhjw65p86bj4cxag9ngi5dvjcjd63r673kwicv1";
|
||||
buildDepends = [
|
||||
base old-locale old-time time time-locale-compat utf8-string xml
|
||||
];
|
||||
@ -48251,8 +48251,8 @@ self: {
|
||||
({ mkDerivation, base, bytestring, clock, directory, zip-archive }:
|
||||
mkDerivation {
|
||||
pname = "file-collection";
|
||||
version = "0.1.1.6";
|
||||
sha256 = "12rsizcxisys6bf3z3ghmqpm2201pyqpihhyhhx2s14mgmf53l7l";
|
||||
version = "0.1.1.9";
|
||||
sha256 = "06bcj143j85p8m519zn88z6qn4bg5ifrw5pv5yva5x49gc3jq6gc";
|
||||
buildDepends = [ base bytestring clock directory zip-archive ];
|
||||
homepage = "https://github.com/joelwilliamson/file-collection";
|
||||
description = "Provide a uniform interface over file archives and directories";
|
||||
@ -48337,8 +48337,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "filediff";
|
||||
version = "1.0.0.5";
|
||||
sha256 = "1mi0qywbaw0v3ilscmrn3cq467f8y2p09v4xsfa1hk90aybyz2lv";
|
||||
version = "2.0.0";
|
||||
sha256 = "15a02dya0qhgxq98whxza268vqsrkw6b1ipdskw3hwnjp02hnc9p";
|
||||
buildDepends = [
|
||||
base bytestring data-default data-memocombinators directory either
|
||||
hashmap mtl rainbow tasty tasty-hunit text threads time
|
||||
@ -51843,9 +51843,10 @@ self: {
|
||||
({ mkDerivation, base, mtl, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "geniplate-mirror";
|
||||
version = "0.6.0.6";
|
||||
sha256 = "1fgs9aak7l7r3xlgna1kbq43zm55nd43phsv0w4ssy305dqylshj";
|
||||
version = "0.6.0.7";
|
||||
sha256 = "0az8q9jjakbi891ypzm4qg8ys78102zqxqpznk6mm08ng2hzb0wz";
|
||||
buildDepends = [ base mtl template-haskell ];
|
||||
homepage = "https://github.com/danr/geniplate";
|
||||
description = "Use Template Haskell to generate Uniplate-like functions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -56099,21 +56100,37 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "hBDD";
|
||||
version = "0.0.2";
|
||||
sha256 = "15pq6r8kz7ki1siz9xihd85qck9gnkp17cdz331srgr5kzij3lgv";
|
||||
version = "0.0.3";
|
||||
sha256 = "1jj8hj8wl95fy0n1qixhra4sqlmgddgn080plk7q7iv000qv67gk";
|
||||
buildDepends = [ base ];
|
||||
description = "An abstraction layer for BDD libraries";
|
||||
license = "LGPL";
|
||||
}) {};
|
||||
|
||||
"hBDD-CMUBDD" = callPackage
|
||||
({ mkDerivation, base, bdd, c2hs, containers, deepseq, hBDD, mem
|
||||
, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hBDD-CMUBDD";
|
||||
version = "0.0.3";
|
||||
sha256 = "16pvi496qi3q2rrw08p6lndnsz6d6p65i8m10ldjlh143y8k9ga9";
|
||||
buildDepends = [ base containers deepseq hBDD unix ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ bdd mem ];
|
||||
description = "An FFI binding to CMU/Long's BDD library";
|
||||
license = "LGPL";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { bdd = null; mem = null;};
|
||||
|
||||
"hBDD-CUDD" = callPackage
|
||||
({ mkDerivation, base, c2hs, containers, cudd, deepseq, epd, hBDD
|
||||
, mtr, st, unix, util
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hBDD-CUDD";
|
||||
version = "0.0.2";
|
||||
sha256 = "0rjfycxnhwwylpdb5sm4kqzypfbigzmx6azrs44sixmkq0cv5yb4";
|
||||
version = "0.0.3";
|
||||
sha256 = "1r94nj23pj134bd5b2mqk01g8xvbcn4ik2xs9yp01v1jg2clhjha";
|
||||
buildDepends = [ base containers deepseq hBDD unix ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ cudd epd mtr st util ];
|
||||
@ -61897,7 +61914,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "hbro";
|
||||
version = "1.4.0.0";
|
||||
revision = "1";
|
||||
sha256 = "08vw5j3a22gszbsjhjp13dkgvxj2875zjsx6w3w7c2dkjg4lijpr";
|
||||
editedCabalFile = "331a844037ba6df7831151e45e40223eed66313dabef7dc0285a6e658747b15c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -62101,12 +62120,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hdaemonize";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "15dyaa9rbmsjp3sg9yxg1i90kfy9rvlzmwg5kl8kwal69ajzjjgv";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "03daf8qb8x0503h5k2vr6r4lyv6fv1a5n6mhykx5872khl81d8ms";
|
||||
buildDepends = [
|
||||
base extensible-exceptions filepath hsyslog mtl unix
|
||||
];
|
||||
homepage = "http://github.com/madhadron/hdaemonize";
|
||||
homepage = "http://github.com/greydot/hdaemonize";
|
||||
description = "Library to handle the details of writing daemons for UNIX";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -64844,8 +64863,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hjsonschema";
|
||||
version = "0.5.3.2";
|
||||
sha256 = "0w4m50glqvqipv99bk55jipzdga8dwics0sw1k52kmbf34qac5ih";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "01v2nb77bp94jx9va757b2iimvvi9p73aqw7izyrqp1li4gd6yq2";
|
||||
buildDepends = [
|
||||
aeson base bytestring file-embed hashable hjsonpointer http-client
|
||||
http-types regexpr scientific text unordered-containers vector
|
||||
@ -69096,10 +69115,9 @@ self: {
|
||||
({ mkDerivation, base, hslogger, mtl, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "hslogger-template";
|
||||
version = "2.0.2";
|
||||
sha256 = "0qkyclj9fajvzbfcs0ik8ncy66x916r40jd85r4wi5nh482i7sp3";
|
||||
version = "2.0.3";
|
||||
sha256 = "1q5g2jgx4yjzvbrc22qcxrb3r9cma64jg90wzx9yc19yxq0fa95k";
|
||||
buildDepends = [ base hslogger mtl template-haskell ];
|
||||
jailbreak = true;
|
||||
description = "Automatic generation of hslogger functions";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
@ -73021,8 +73039,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ide-backend-common";
|
||||
version = "0.9.1.1";
|
||||
sha256 = "1k3sp9byqmhk80l918jnklck635dp1cfx48akah483jkhzjph0fj";
|
||||
version = "0.9.1.2";
|
||||
sha256 = "1cj594vq0x87h9mvwsj9mplacrdn999bbsknjwdpvrpsbadlx5q7";
|
||||
buildDepends = [
|
||||
aeson async attoparsec base binary bytestring bytestring-trie
|
||||
containers crypto-api data-accessor directory filepath fingertree
|
||||
@ -74411,8 +74429,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "inline-c";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "1gkk9ldlac8jfiibyw15madrxa731fk2qbll22c8lm0l83r9kpsa";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "1i0x80g8sy7lb7wln22n4hbh3i553v1ky9gz7x72xf0gifszlr4y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -76576,13 +76594,13 @@ self: {
|
||||
, bifunctors, byteable, bytestring, crypto-pubkey
|
||||
, crypto-pubkey-types, crypto-random, cryptohash
|
||||
, data-default-class, ghc-prim, hspec, integer-gmp, lens
|
||||
, network-uri, old-locale, safe, semigroups, template-haskell, text
|
||||
, time, unordered-containers, vector, x509
|
||||
, network-uri, safe, semigroups, template-haskell, text, time
|
||||
, unordered-containers, vector, x509
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "jose";
|
||||
version = "0.3.41.1";
|
||||
sha256 = "1grb1yq3knm7hniqiivkx76mxkgacyq2qa12mv5lz097w7bldf4l";
|
||||
version = "0.3.41.2";
|
||||
sha256 = "0pamg1wkp85zpwnbsvmsszy7nxsifl3zhbxvfmh44n0b6d2wg4w5";
|
||||
buildDepends = [
|
||||
aeson attoparsec base base64-bytestring bifunctors byteable
|
||||
bytestring crypto-pubkey crypto-pubkey-types crypto-random
|
||||
@ -76593,9 +76611,9 @@ self: {
|
||||
testDepends = [
|
||||
aeson attoparsec base base64-bytestring bifunctors byteable
|
||||
bytestring crypto-pubkey crypto-pubkey-types crypto-random
|
||||
cryptohash data-default-class hspec lens network-uri old-locale
|
||||
safe semigroups template-haskell text time unordered-containers
|
||||
vector x509
|
||||
cryptohash data-default-class hspec lens network-uri safe
|
||||
semigroups template-haskell text time unordered-containers vector
|
||||
x509
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/frasertweedale/hs-jose";
|
||||
@ -78707,9 +78725,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "lambdabot-utils";
|
||||
version = "4.2.2";
|
||||
revision = "1";
|
||||
revision = "3";
|
||||
sha256 = "0mmz9rn6vv8xnavmz66g164h1liir3rzg1n7lmbcsgwcyhm925d7";
|
||||
editedCabalFile = "1936d25bbfb2ce39465857c136e0d77c656714feb2c1936024da4d763e9dbbf3";
|
||||
editedCabalFile = "f54d43d6964d63f1d8796606419b512a6e7b87b1defe960748c27c7417f59a08";
|
||||
buildDepends = [
|
||||
base binary bytestring containers haskell-src mtl network old-time
|
||||
process random regex-compat regex-posix syb tagsoup unix
|
||||
@ -80125,8 +80143,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "leksah";
|
||||
version = "0.14.4.0";
|
||||
sha256 = "13p6fil3s8pgjgicxgkn1qfcdhvv5j0lilk85a66nz7vw4rg3x2v";
|
||||
version = "0.15.0.1";
|
||||
sha256 = "169vrqdxcx8xkilrw3dh5zmdsb876fny4n0k5gzvi8fian0dl8nh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -80144,7 +80162,6 @@ self: {
|
||||
leksah-server ltk monad-loops QuickCheck text transformers
|
||||
webkitgtk3
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.leksah.org";
|
||||
description = "Haskell IDE written in Haskell";
|
||||
license = "GPL";
|
||||
@ -80152,31 +80169,30 @@ self: {
|
||||
}) {};
|
||||
|
||||
"leksah-server" = callPackage
|
||||
({ mkDerivation, attoparsec, attoparsec-conduit, base, binary
|
||||
, binary-shared, bytestring, Cabal, conduit, conduit-extra
|
||||
, containers, deepseq, directory, executable-path, filepath, ghc
|
||||
, haddock-api, hslogger, HTTP, HUnit, ltk, network, network-uri
|
||||
, parsec, pretty, process, resourcet, strict, text, time
|
||||
, transformers, unix
|
||||
({ mkDerivation, attoparsec, attoparsec-conduit, base
|
||||
, bin-package-db, binary, binary-shared, bytestring, Cabal, conduit
|
||||
, conduit-extra, containers, deepseq, directory, executable-path
|
||||
, filepath, ghc, haddock-api, haddock-library, hslogger, HTTP
|
||||
, HUnit, ltk, network, network-uri, parsec, pretty, process
|
||||
, resourcet, strict, text, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "leksah-server";
|
||||
version = "0.14.3.2";
|
||||
sha256 = "0gbjxbma0jyw0jli63f3apfsap9by6nr75qx77773nj2l48hxz3w";
|
||||
version = "0.15.0.1";
|
||||
sha256 = "04sxfzl8p9fk8qkzmwnm7fkg5sgrzjx0992kivgbrnyx7wh06xsp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec attoparsec-conduit base binary binary-shared bytestring
|
||||
Cabal conduit conduit-extra containers deepseq directory
|
||||
executable-path filepath ghc haddock-api hslogger HTTP ltk network
|
||||
network-uri parsec pretty process resourcet strict text time
|
||||
transformers unix
|
||||
attoparsec attoparsec-conduit base bin-package-db binary
|
||||
binary-shared bytestring Cabal conduit conduit-extra containers
|
||||
deepseq directory executable-path filepath ghc haddock-api
|
||||
haddock-library hslogger HTTP ltk network network-uri parsec pretty
|
||||
process resourcet strict text time transformers unix
|
||||
];
|
||||
testDepends = [
|
||||
base conduit conduit-extra hslogger HUnit process resourcet
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://leksah.org";
|
||||
description = "Metadata collection for leksah";
|
||||
license = "GPL";
|
||||
@ -83469,8 +83485,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ltk";
|
||||
version = "0.15.0.0";
|
||||
sha256 = "1hl9cbr8n2nczsz8gkd4lkcmf3bhzcji82p8ym176abzyz2i3h09";
|
||||
version = "0.15.0.1";
|
||||
sha256 = "0qw689ip8kibczjvar6bicns6g8a0zwlb6vdcmpicxxmpr1p7g16";
|
||||
buildDepends = [
|
||||
base Cabal containers filepath ghc glib gtk3 mtl parsec pretty text
|
||||
transformers
|
||||
@ -88200,7 +88216,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "mono-traversable";
|
||||
version = "0.9.1";
|
||||
revision = "1";
|
||||
sha256 = "0hzqlldilkkfmrq3pkymwkzpp9dn40v6fa18kahxlf4qiyih0xzc";
|
||||
editedCabalFile = "28392123a8b245f7bc2c13bb63f5c3008118ed38e107cf0534be37461fb64daf";
|
||||
buildDepends = [
|
||||
base bytestring comonad containers dlist dlist-instances hashable
|
||||
semigroupoids semigroups text transformers unordered-containers
|
||||
@ -92985,12 +93003,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"observable-sharing" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
({ mkDerivation, base, unordered-containers }:
|
||||
mkDerivation {
|
||||
pname = "observable-sharing";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1l9l7jjk1zxc6wzw2n89l4mr964ys87b37sc55jsm73km19q07jy";
|
||||
buildDepends = [ base ];
|
||||
version = "0.2.0.0";
|
||||
sha256 = "01lri324xygda17nzc7bg6s3f52nivi8qjigbx9ack7zxhm9jyd7";
|
||||
buildDepends = [ base unordered-containers ];
|
||||
description = "Simple observable sharing";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -95373,8 +95391,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "parsek";
|
||||
version = "1.0.1.2";
|
||||
sha256 = "0ybh76cx5y73ywhlv4g2z74x1mvg5n2rxl045mscs6dwcyw9vhbd";
|
||||
version = "1.0.1.3";
|
||||
sha256 = "184cbw9gz3vv2jbr2wzkygv25y70jayxd8d76pgpvjcaps4qqxp7";
|
||||
buildDepends = [ base ];
|
||||
description = "Parallel Parsing Processes";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
@ -98941,10 +98959,13 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "pool-conduit";
|
||||
version = "0.1.2.3";
|
||||
revision = "1";
|
||||
sha256 = "1myjbmbh0jm89ycx9d961mpgw8hp7al8wgnsls4p19gvr73gcbfv";
|
||||
editedCabalFile = "b894f71054b3824a0a05753e8273efbc7c1dc48efa9c6d56625ba4411a74afa5";
|
||||
buildDepends = [
|
||||
base monad-control resource-pool resourcet transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Resource pool allocations via ResourceT. (deprecated)";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -103113,8 +103134,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rasterific-svg";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "1p8bpy9kh1j2lhczw8wyj1918h26yf7w7ii370g6m63szx6v1lj6";
|
||||
version = "0.2.3";
|
||||
sha256 = "1gr050dlvq8pfp77g21ywc6cknbgmkw8bcc4d8klw8jpf0ppar45";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -112594,16 +112615,19 @@ self: {
|
||||
}) {};
|
||||
|
||||
"smallcheck-series" = callPackage
|
||||
({ mkDerivation, base, bytestring, doctest, Glob, smallcheck, text
|
||||
({ mkDerivation, base, bytestring, containers, doctest, Glob
|
||||
, logict, smallcheck, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "smallcheck-series";
|
||||
version = "0.2";
|
||||
sha256 = "1666pf3ki46w3zi01c3lzih7jh0jgqx9jyc1ykrjs056mlnbxp3v";
|
||||
buildDepends = [ base bytestring smallcheck text ];
|
||||
version = "0.3";
|
||||
sha256 = "1vdwafwdv38n1bvjf1rybfhh42a0q0g0g4wmw0v4fgxh73qndfdv";
|
||||
buildDepends = [
|
||||
base bytestring containers logict smallcheck text transformers
|
||||
];
|
||||
testDepends = [ base doctest Glob ];
|
||||
homepage = "https://github.com/jdnavarro/smallcheck-series";
|
||||
description = "Extra SmallCheck series";
|
||||
description = "Extra SmallCheck series and utilities";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -122113,16 +122137,16 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-typegraph";
|
||||
version = "0.14";
|
||||
sha256 = "1f2wgr429hkv687mk9qgaqnr1n9nznl90cy7w74w4jzp6fd6rskp";
|
||||
version = "0.17";
|
||||
sha256 = "0k6bjf3r6g64h5al7gxcrkwb5b67kjpx8y4ib6f3a6l00p620297";
|
||||
buildDepends = [
|
||||
base containers data-default haskell-src-exts lens mtl syb
|
||||
template-haskell th-desugar th-orphans
|
||||
];
|
||||
testDepends = [
|
||||
array base bytestring containers deepseq ghc-prim hspec hspec-core
|
||||
lens mtl syb template-haskell text th-desugar th-orphans
|
||||
th-reify-many
|
||||
array base bytestring containers data-default deepseq ghc-prim
|
||||
hspec hspec-core lens mtl syb template-haskell text th-desugar
|
||||
th-orphans th-reify-many
|
||||
];
|
||||
homepage = "https://github.com/seereason/th-typegraph";
|
||||
description = "Graph of the subtype relation";
|
||||
@ -123700,17 +123724,17 @@ self: {
|
||||
}) {};
|
||||
|
||||
"topkata" = callPackage
|
||||
({ mkDerivation, ALUT, array, base, filepath, GLUT, OpenAL, OpenGL
|
||||
, random
|
||||
({ mkDerivation, ALUT, array, base, filepath, GLFW-b, OpenAL
|
||||
, OpenGL, parseargs, random
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "topkata";
|
||||
version = "0.2.3";
|
||||
sha256 = "19lm9i65ywh3a8hsrqnihq8gkfxmz81zznyqlqgcf1914w826i3a";
|
||||
version = "0.2.4";
|
||||
sha256 = "06b938i2362c4jcd0923lwrcf6hqgxdscizj91ns51wx73nm8fxi";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
ALUT array base filepath GLUT OpenAL OpenGL random
|
||||
ALUT array base filepath GLFW-b OpenAL OpenGL parseargs random
|
||||
];
|
||||
homepage = "http://home.arcor.de/chr_bauer/topkata.html";
|
||||
description = "OpenGL Arcade Game";
|
||||
|
Loading…
Reference in New Issue
Block a user