hackage-packages.nix: re-generate from Hackage 2015-01-12T10:33:40+0100

This commit is contained in:
Peter Simons 2015-01-12 10:33:29 +01:00
parent e0b270efc9
commit f7bca36c53

View file

@ -2366,13 +2366,13 @@ self: {
}) {};
"ConcurrentUtils" = callPackage
({ mkDerivation, array, base, containers, parallel }:
({ mkDerivation, array, base, containers, mtl, parallel }:
mkDerivation {
pname = "ConcurrentUtils";
version = "0.2.0.0";
sha256 = "0hm8krm0l1d1d31ar00hvz3pamj2znf2dhjdkfwk7m13n0yh4qx0";
buildDepends = [ array base containers parallel ];
homepage = "alkalisoftware.net";
version = "0.3.0.0";
sha256 = "0m3dy21xlmr17aig5mia160rbz9y8ly8mhxvld61jlxhchgdlfrc";
buildDepends = [ array base containers mtl parallel ];
homepage = "http://alkalisoftware.net";
description = "Concurrent utilities";
license = stdenv.lib.licenses.gpl2;
}) {};
@ -3004,8 +3004,8 @@ self: {
}:
mkDerivation {
pname = "Deadpan-DDP";
version = "0.9.0.0";
sha256 = "079g068k0ykf2b5g0y8yqjbz5iygx6aghqrx4x036jyrybnjyndr";
version = "0.9.1.0";
sha256 = "0kbr3742xklmhz7qw4wi3f753q3lcklnh9ypdxf5wnbb1z2415b2";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -12612,8 +12612,8 @@ self: {
}:
mkDerivation {
pname = "Spock";
version = "0.7.6.0";
sha256 = "05x079fshksgm0p56jb0mqkl7wnz7fdmyjyn96h6x80wgw5b6a7q";
version = "0.7.7.0";
sha256 = "0jswrqbkqfznbiih603l59rp375nb73kvscjl8jrgw7a5d0qiy8c";
buildDepends = [
aeson base base64-bytestring bytestring case-insensitive containers
directory hashable http-types monad-control mtl old-locale
@ -13423,15 +13423,15 @@ self: {
}) {};
"UISF" = callPackage
({ mkDerivation, arrows, base, containers, deepseq, GLFW, monadIO
, OpenGL, stm, transformers
({ mkDerivation, arrows, base, containers, deepseq, GLFW, OpenGL
, stm, transformers
}:
mkDerivation {
pname = "UISF";
version = "0.2.0.0";
sha256 = "0m8i09f7b066x0nzsgqq8wgnhbrwml913gagfmbk4sny1ysmjb3f";
version = "0.3.0.0";
sha256 = "1sd6jwbih1kk209crnqvc39k044ix5gd12kg3d4bfj619325bb1n";
buildDepends = [
arrows base containers deepseq GLFW monadIO OpenGL stm transformers
arrows base containers deepseq GLFW OpenGL stm transformers
];
homepage = "http://haskell.cs.yale.edu/";
description = "Library for Arrowized Graphical User Interfaces";
@ -13486,12 +13486,12 @@ self: {
}) {};
"Unique" = callPackage
({ mkDerivation, base }:
({ mkDerivation, base, containers }:
mkDerivation {
pname = "Unique";
version = "0.2";
sha256 = "0qylqb71gkvfwnnz4ij22x79y583y409fszqnyqd6dc90gycfm98";
buildDepends = [ base ];
version = "0.3";
sha256 = "04z0krkrknmlgbjfcqjfxa9racdc0sc3z7nyg16ram2hciiblyx4";
buildDepends = [ base containers ];
description = "It provides the functionality like unix \"uniq\" utility";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -14704,8 +14704,8 @@ self: {
}:
mkDerivation {
pname = "abt";
version = "0.1.0.2.1";
sha256 = "0z6vfkhhf83ib3ns0kqlgzwl1zffmgx19dmq3qz9zkiqn0cspqdq";
version = "0.1.1.0";
sha256 = "1hgbzzpxn6gcs3zjs8hqz065gqk2x6gzra2b1fw9lyb2x4lw42y9";
buildDepends = [
base profunctors transformers transformers-compat vinyl
];
@ -17810,8 +17810,8 @@ self: {
}:
mkDerivation {
pname = "apiary";
version = "1.2.2";
sha256 = "046ji8h6x7zxz4vcl875kwdm611nfwpzy3nwr5yy7x7mj5qmpwj4";
version = "1.2.3";
sha256 = "043qyvmzd2gmjzz3k7xf43a61gb9z1skj8d55lq0k7m84vm2yjb7";
buildDepends = [
base blaze-builder blaze-html blaze-markup bytestring
bytestring-lexing case-insensitive data-default-class exceptions
@ -19129,21 +19129,21 @@ self: {
}) {};
"atlassian-connect-descriptor" = callPackage
({ mkDerivation, aeson, base, Cabal, cases, HUnit, network
, network-uri, scientific, text, time-units, unordered-containers
, vector
({ mkDerivation, aeson, base, bytestring, Cabal, cases, HUnit
, network, network-uri, scientific, text, time-units
, unordered-containers, vector
}:
mkDerivation {
pname = "atlassian-connect-descriptor";
version = "0.2.0.1";
sha256 = "1fk2kwf6yzy5r167rxy94lajwhglng0jsxccfkpdflmzbgdbr1q9";
version = "0.3.0.0";
sha256 = "0kq3gkjg1jl6mbg7id0ff9pwymyqxr8d57w76j9qmcpz7n0p4j7w";
buildDepends = [
aeson base cases network network-uri text time-units
unordered-containers
];
testDepends = [
aeson base Cabal cases HUnit network network-uri scientific text
time-units unordered-containers vector
aeson base bytestring Cabal cases HUnit network network-uri
scientific text time-units unordered-containers vector
];
configureFlags = [ "-fnetwork-uri" ];
description = "Code that helps you create a valid Atlassian Connect Descriptor";
@ -25774,15 +25774,15 @@ self: {
}) {};
"calculator" = callPackage
({ mkDerivation, base, haskeline, parsec, QuickCheck }:
({ mkDerivation, base, haskeline, mtl, parsec, QuickCheck }:
mkDerivation {
pname = "calculator";
version = "0.1.2.2";
sha256 = "0mbc26cd9pvgpp2c4f9bx23ksll91fpp6xrhcgwr651zkpa5jm4k";
version = "0.1.3.0";
sha256 = "14ryw3555vvmz1yvrvwi5djpmpky80ib3siwbicijnvv6xns9jsf";
isLibrary = false;
isExecutable = true;
buildDepends = [ base haskeline parsec QuickCheck ];
testDepends = [ base parsec QuickCheck ];
buildDepends = [ base haskeline mtl parsec QuickCheck ];
testDepends = [ base mtl parsec QuickCheck ];
homepage = "https://github.com/sumitsahrawat/calculator";
description = "A calculator that operates on string inputs";
license = stdenv.lib.licenses.gpl2;
@ -28656,6 +28656,7 @@ self: {
pname = "cmdargs";
version = "0.10.12";
sha256 = "0axn3ycw4rijh1ka5f73gz9w330s851cpxbv39ia4xnb0l95hrjy";
editedCabalFile = "e37c92e6337ccbacd95f77938a1d0459f52cdb1a51c920a96610793cf2b5e4dc";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -32188,12 +32189,12 @@ self: {
}) {};
"crypto-pubkey-types" = callPackage
({ mkDerivation, asn1-types, base }:
({ mkDerivation, asn1-encoding, asn1-types, base }:
mkDerivation {
pname = "crypto-pubkey-types";
version = "0.4.2.3";
sha256 = "1isfyr1ly9hv8idslpjbyc9hhgb1zqd9gfc1s4kvwy4gcdsvrx52";
buildDepends = [ asn1-types base ];
version = "0.4.3";
sha256 = "0q0wlzjmpx536h1zcdzrpxjkvqw8abj8z0ci38138kpch4igbnby";
buildDepends = [ asn1-encoding asn1-types base ];
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
description = "Generic cryptography Public keys algorithm types";
license = stdenv.lib.licenses.bsd3;
@ -37362,8 +37363,8 @@ self: {
}:
mkDerivation {
pname = "djinn-ghc";
version = "0.0.2.2";
sha256 = "0dz5jg58si9fsc12212rxmzky09zric7b2sdj1ydmvnrjxkh9l70";
version = "0.0.2.3";
sha256 = "190llfn8dvxkdan806nybn3d4psmnr1126zg8lmk8p5wd7nnm5fb";
buildDepends = [
async base containers djinn-lib ghc mtl transformers
];
@ -37620,8 +37621,8 @@ self: {
}:
mkDerivation {
pname = "doctest";
version = "0.9.11.1";
sha256 = "1gzzzwr7f7281mlbfbk74nxr28l70lwfaws4xjfx2v06xazl99db";
version = "0.9.12";
sha256 = "0svm55qb8p6cb7359cpnfyg6i6smw5ajr6yyswl22mqqgxyydq53";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -41349,12 +41350,12 @@ self: {
}) {};
"extensible" = callPackage
({ mkDerivation, base }:
({ mkDerivation, base, ghc-prim }:
mkDerivation {
pname = "extensible";
version = "0.1";
sha256 = "0p2bl6jr5lqzsdhgcv5k20wlsqqndf7rvfxyi1i9izsgk23rcif6";
buildDepends = [ base ];
version = "0.2";
sha256 = "0lab6l9lgq8dw9wd4ib421l3dzhnwgrhvn6xhajydmfm3njranrz";
buildDepends = [ base ghc-prim ];
homepage = "https://github.com/fumieval/extensible";
description = "Poly-kinded, extensible ADTs";
license = stdenv.lib.licenses.bsd3;
@ -42566,7 +42567,7 @@ self: {
pname = "filepath";
version = "1.3.0.2";
sha256 = "0wvvz6cs5fh4f04a87b9s7xrnzypmnzzkn149p6xk8xi7gcvcpy2";
editedCabalFile = "8a598ba1a37f56d30d41a0228b84692c6c0d1b97136a6e0818eacc782be4ed60";
editedCabalFile = "42c2b0c550f4c73d044f186a58e34285632705b6936dc24fb6012eb10bf70cc7";
buildDepends = [ base ];
testDepends = [ base QuickCheck random ];
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
@ -44345,26 +44346,40 @@ self: {
}) {};
"friday" = callPackage
({ mkDerivation, base, bytestring, convertible, libdevil, primitive
({ mkDerivation, base, bytestring, convertible, deepseq, primitive
, QuickCheck, ratio-int, test-framework, test-framework-quickcheck2
, transformers, vector
}:
mkDerivation {
pname = "friday";
version = "0.1.5";
sha256 = "1wa8swh152nvp2ilw4hxcsydmgd0ifcikpfnxg5jwlnbs3b6fm8q";
isLibrary = true;
isExecutable = true;
version = "0.2.0.1";
sha256 = "1xnngcd3xsj70y3fwklxxy28yd5g9a9xxf5nfi7cbkxakkwk9bc3";
buildDepends = [
base bytestring convertible primitive ratio-int transformers vector
base bytestring convertible deepseq primitive ratio-int
transformers vector
];
testDepends = [
base QuickCheck test-framework test-framework-quickcheck2 vector
];
extraLibraries = [ libdevil ];
configureFlags = [ "-f-examples" ];
homepage = "https://github.com/RaphaelJ/friday";
description = "A functionnal image processing library for Haskell";
description = "A functional image processing library for Haskell";
license = stdenv.lib.licenses.gpl3;
}) {};
"friday-devil" = callPackage
({ mkDerivation, base, bytestring, convertible, deepseq, friday
, libdevil, transformers, vector
}:
mkDerivation {
pname = "friday-devil";
version = "0.1.0.1";
sha256 = "0431jzykspz6kqkxldnjz2v6r6kw5f7k361ic6mk9xij15300lp0";
buildDepends = [
base bytestring convertible deepseq friday transformers vector
];
extraLibraries = [ libdevil ];
homepage = "https://github.com/RaphaelJ/friday-devil";
description = "Uses the DevIL C library to read and write images from and to files and memory buffers";
license = stdenv.lib.licenses.gpl3;
}) {};
@ -48387,8 +48402,8 @@ self: {
({ mkDerivation, array, base, containers, transformers, void }:
mkDerivation {
pname = "graphs";
version = "0.5.0.1";
sha256 = "1qr5ihf66byq6wq3f6al1i2jrxfi107b5agwck265425mq0jaf9f";
version = "0.6.0.1";
sha256 = "061n1k5v6izpa77wyxch3ym4hzs1k64a902x2250gi724mj3mjsk";
buildDepends = [ array base containers transformers void ];
homepage = "http://github.com/ekmett/graphs";
description = "A simple monadic graph library";
@ -54085,8 +54100,8 @@ self: {
}:
mkDerivation {
pname = "hasql";
version = "0.7.1";
sha256 = "0ib4pdag2ylcw33g24x41zpkk7wnpq0b0i1b6in0rzns5cjavds2";
version = "0.7.2";
sha256 = "1gxigzmsrn3kpp6nf4my3yz2215sgmr9021qnpvsq6mqnl6vqddg";
buildDepends = [
attoparsec base base-prelude either hasql-backend list-t mmorph
monad-control mtl resource-pool template-haskell text transformers
@ -54260,8 +54275,8 @@ self: {
({ mkDerivation, base, haste-compiler, transformers }:
mkDerivation {
pname = "haste-perch";
version = "0.1.0.5";
sha256 = "1s4z2xsmmfsv2wyfpv7qqxn7wj57gi9dnzs1j7x9qn2g1gwn4jrn";
version = "0.1.0.7";
sha256 = "0qikaiqk408x90p1wqz0p7jc2ri4raqnl4d50x3g5abqj2y1h93n";
buildDepends = [ base haste-compiler transformers ];
configureFlags = [ "-f-haste-inst" ];
homepage = "https://github.com/agocorona/haste-perch";
@ -56450,8 +56465,8 @@ self: {
}:
mkDerivation {
pname = "hi";
version = "1.1.0.1";
sha256 = "1gyykmwkf3ws0ywwyppf4hxhll2phhzzc6c6lfgy6ld35pf08aca";
version = "1.1.0.2";
sha256 = "19vrjj31sjwimzjgp7b3y70qb0l4bbjdhbvfs3qwf1za9lnjhqk4";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -57525,8 +57540,8 @@ self: {
}:
mkDerivation {
pname = "hledger-web";
version = "0.24";
sha256 = "0dwqrq31yf0kw3rk06f1ny2670w2qw83bvvqwp87g4xky5v69xpi";
version = "0.24.1";
sha256 = "1fyb1r97kngxj293hfh23zh33dhajkdrf5s7sbp5zvg49dc65210";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -70779,6 +70794,7 @@ self: {
pname = "lens";
version = "4.7";
sha256 = "1z2ydc90m0cq76yamdaws4677lpi476f9z25xrz8r7y5kxh2aq4s";
editedCabalFile = "a991d37b9cd348226fcdd0b99b079bede892c172b1ddf8a88142b01f80cd5775";
buildDepends = [
array base bifunctors bytestring comonad containers contravariant
distributive exceptions filepath free ghc-prim hashable mtl
@ -73107,22 +73123,21 @@ self: {
"lock-file" = callPackage
({ mkDerivation, base, data-default-class, directory, exceptions
, filepath, HUnit, QuickCheck, tagged-exception-core
, test-framework, test-framework-hunit, test-framework-quickcheck2
, transformers
, filepath, HUnit, tagged-exception-core, test-framework
, test-framework-hunit, test-framework-quickcheck2, transformers
}:
mkDerivation {
pname = "lock-file";
version = "0.5.0.0";
sha256 = "1n5p1p34l3frzf7jmimkkfyki3pk7wj0fsppay6qd870r139xqff";
version = "0.5.0.1";
sha256 = "0x1pis244pg5k91y3p40m2pc483vx49gcdqa95f7q0gjsnvb9yi9";
buildDepends = [
base data-default-class directory exceptions tagged-exception-core
transformers
];
testDepends = [
base data-default-class directory exceptions filepath HUnit
QuickCheck tagged-exception-core test-framework
test-framework-hunit test-framework-quickcheck2 transformers
tagged-exception-core test-framework test-framework-hunit
test-framework-quickcheck2 transformers
];
configureFlags = [ "-f-pedantic" ];
homepage = "https://github.com/trskop/lock-file";
@ -73954,8 +73969,8 @@ self: {
}:
mkDerivation {
pname = "lzma-conduit";
version = "1.1.1";
sha256 = "1i1khkxpia5hp3f0p7h656yvbgwsxffpl2czxjbkiw6iz31rapwg";
version = "1.1.2";
sha256 = "027lkp9n13bymn19ap19pra08aglcsi0z3547702zn74gg70a70c";
buildDepends = [
base bindings-DSL bytestring conduit resourcet transformers
];
@ -79109,6 +79124,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"myTestlll" = callPackage
({ mkDerivation, ansi-terminal, array, arrows, base, bytestring
, Cabal, CCA, containers, deepseq, Euterpea, ghc-prim, HCodecs
, heap, markov-chain, monadIO, mtl, PortMidi, pure-fft, QuickCheck
, random, stm, syb, template-haskell, UISF
}:
mkDerivation {
pname = "myTestlll";
version = "1.0.0";
sha256 = "1rd3pxc20xwb3j0q9ckygy59mks8p38vzmi4wfg8zp1dq92jmhy0";
editedCabalFile = "e554b67c3f8efd73e028328341e3b535dc4898b3d476524a40c236c4c2871e43";
buildDepends = [
array arrows base bytestring CCA containers deepseq ghc-prim
HCodecs heap markov-chain monadIO mtl PortMidi pure-fft random stm
syb template-haskell UISF
];
testDepends = [ ansi-terminal base Cabal Euterpea QuickCheck ];
homepage = "http://haskell.cs.yale.edu/";
description = "None";
license = stdenv.lib.licenses.bsd3;
}) { Euterpea = null; };
"mybitcoin-sci" = callPackage
({ mkDerivation, base, cgi, curl, directory, mtl, process, split }:
mkDerivation {
@ -81940,6 +81977,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"olwrapper" = callPackage
({ mkDerivation, base, bytestring, fay, fay-jquery, fay-text, lens
, mtl, snap, snap-core, snap-loader-dynamic, snap-loader-static
, snap-server, snaplet-fay, text
}:
mkDerivation {
pname = "olwrapper";
version = "0.3.7.15";
sha256 = "16hryw00v4rb5wa7yyhin31rfnaahaciylc0yjcar0774hhj4iqh";
editedCabalFile = "163bc07fb1f466b89dfa05c277328c673f32d4f82cc6c9fdb92d707be390d599";
isLibrary = true;
isExecutable = true;
buildDepends = [
base bytestring fay fay-jquery fay-text lens mtl snap snap-core
snap-loader-dynamic snap-loader-static snap-server snaplet-fay text
];
configureFlags = [ "-f-development" ];
description = "An OpenLayers JavaScript Wrapper and Webframework with snaplet-fay";
license = "GPL";
}) {};
"omaketex" = callPackage
({ mkDerivation, base, optparse-applicative, shakespeare-text
, shelly, text
@ -84854,8 +84912,8 @@ self: {
}:
mkDerivation {
pname = "persistent-postgresql";
version = "2.1.2.1";
sha256 = "0q78w9bv71crw5fp8wv5n08jm15i5w9kwayvdxzcryxqnfhzklsa";
version = "2.1.2.2";
sha256 = "0hhxhzpivv63rxknrn2rpmxlmza8cd8hq1g7qiap4shn4s58r5nb";
buildDepends = [
aeson base blaze-builder bytestring conduit containers
monad-control monad-logger persistent postgresql-libpq
@ -86936,12 +86994,12 @@ self: {
}) {};
"possible" = callPackage
({ mkDerivation, aeson, base, text }:
({ mkDerivation, base }:
mkDerivation {
pname = "possible";
version = "0.1.0.0";
sha256 = "12fdxb1s3iaspllz0pp1wfv6grg5lkr06hd2qi7is1hrfrij4hsd";
buildDepends = [ aeson base text ];
version = "0.1.0.4";
sha256 = "1m4dh12001avn47dn4kw3mrwvlk8fn1587qcbv9xn6za5dmiqi6j";
buildDepends = [ base ];
homepage = "https://github.com/tolysz/possible";
description = "Three valued Data.Maybe";
license = stdenv.lib.licenses.bsd3;
@ -87320,16 +87378,23 @@ self: {
}) {};
"prednote" = callPackage
({ mkDerivation, base, containers, contravariant, rainbow, split
, text
({ mkDerivation, base, containers, contravariant, QuickCheck
, quickpull, rainbow, split, text
}:
mkDerivation {
pname = "prednote";
version = "0.26.0.4";
sha256 = "1lm16jiapdk1yrznp96ra7mpkmrvd4xsl77lsizzqsr07gsncl0f";
version = "0.28.0.0";
sha256 = "0d8cvpzi4916ak7y1i2n9db75nbskh357xyra2rd1c2r99xrrs6m";
isLibrary = true;
isExecutable = true;
buildDepends = [
base containers contravariant rainbow split text
];
testDepends = [
base containers contravariant QuickCheck quickpull rainbow split
text
];
configureFlags = [ "-f-visual-tests" ];
homepage = "http://www.github.com/massysett/prednote";
description = "Evaluate and display trees of predicates";
license = stdenv.lib.licenses.bsd3;
@ -87546,6 +87611,7 @@ self: {
pname = "pretty";
version = "1.1.2.0";
sha256 = "043kcl2wjip51al5kx3r9qgazq5w002q520wdgdlv2c9xr74fabw";
editedCabalFile = "77efb70e2934af601f99aa28b6cf21b4b21e5d80c95f11e8bbfc361209a6094b";
buildDepends = [ base deepseq ghc-prim ];
testDepends = [ base deepseq ghc-prim QuickCheck ];
homepage = "http://github.com/haskell/pretty";
@ -91974,8 +92040,8 @@ self: {
}:
mkDerivation {
pname = "relational-record-examples";
version = "0.1.0.0";
sha256 = "0kwpa8vyici2l96n6vpw397m5k5ccd12a5rlr5cwbq921s124ss9";
version = "0.2.0.0";
sha256 = "0gm9gpyhhvlxzw6xykmlw6qhinjfnq5x9fny4yhfi1mfp80gwfhx";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -96613,13 +96679,13 @@ self: {
}) {};
"setenv" = callPackage
({ mkDerivation, base, process, unix }:
({ mkDerivation, base, unix }:
mkDerivation {
pname = "setenv";
version = "0.1.1.1";
sha256 = "0azkvsvk9i1979rn45zryqyirvjhj9b32nnz1m30aasbs2q8f393";
version = "0.1.1.3";
sha256 = "0cnbgrvb9byyahb37zlqrj05rj25v190crgcw8wmlgf0mwwxyn73";
editedCabalFile = "c5916ac0d2a828473cd171261328a290afe0abd799db1ac8c310682fe778c45b";
buildDepends = [ base unix ];
testDepends = [ base process ];
description = "A cross-platform library for setting environment variables";
license = stdenv.lib.licenses.mit;
}) {};
@ -98326,6 +98392,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"sitemap" = callPackage
({ mkDerivation, base, lens, taggy, taggy-lens, text }:
mkDerivation {
pname = "sitemap";
version = "0.1.1";
sha256 = "1nn5v9w9g4fiaiw67hpjbs4b7xpcf4cr1i2920q7dpwrgzvy7l04";
buildDepends = [ base lens taggy taggy-lens text ];
homepage = "http://github.com/alpmestan/sitemap";
description = "Sitemap parser";
license = stdenv.lib.licenses.bsd3;
}) {};
"sized" = callPackage
({ mkDerivation, base, constraints, containers, ListLike
, monomorphic, type-natural, vector
@ -100407,6 +100485,19 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"spacefill" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "spacefill";
version = "0.1";
sha256 = "0md1ygps2y2ri49g012xj5vv9iglixw06sicl685k60h4sskiqsk";
buildDepends = [ base ];
testDepends = [ base ];
homepage = "https://github.com/knz/spacefill";
description = "Generators for space-filling curves";
license = stdenv.lib.licenses.publicDomain;
}) {};
"spacepart" = callPackage
({ mkDerivation, base, vector-space }:
mkDerivation {
@ -101443,8 +101534,8 @@ self: {
}:
mkDerivation {
pname = "stackage";
version = "0.5.0";
sha256 = "0qps55vxsdxygxcdqqfzl3h1b9xvf42f8pigi8ic602vv1swg8dz";
version = "0.5.1";
sha256 = "19fq9acs14s12y56ffrxyg85d89ifqd7clliil4di36nsrzrq8mq";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -102448,8 +102539,8 @@ self: {
}:
mkDerivation {
pname = "streaming-commons";
version = "0.1.8";
sha256 = "1rj31nkj7a89pphlrys40d91lzh6yxq1rnhxhxlc392bd6crb5hg";
version = "0.1.8.1";
sha256 = "0qn4d58af20f9ckaah4jpxw8q18q9liajgwpz8h0yf9h6lsy8l8i";
buildDepends = [
array base blaze-builder bytestring directory network process
random stm text transformers unix zlib
@ -103465,8 +103556,8 @@ self: {
}:
mkDerivation {
pname = "swish";
version = "0.9.1.1";
sha256 = "00xgrwgss64mf7ycrfnibg55w1w3xsfmi07sg79ykjm03cmb15qd";
version = "0.9.1.2";
sha256 = "0dg6m8p8w6razxcphz3nl0di59r46sya9c2x4iq21b3n96wj1n59";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -108230,6 +108321,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"total" = callPackage
({ mkDerivation, base, ghc-prim, void }:
mkDerivation {
pname = "total";
version = "1.0.1";
sha256 = "03c7ic8yd6803m7xjpbfwfvds9p251x6biak580q9578a0p664y6";
buildDepends = [ base ghc-prim void ];
description = "Exhaustive pattern matching using lenses, traversals, and prisms";
license = stdenv.lib.licenses.bsd3;
}) {};
"total-map" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -113283,8 +113385,8 @@ self: {
}:
mkDerivation {
pname = "vty";
version = "5.2.6";
sha256 = "05d5vczifyzg36w1d4wwa9h27fpwgxaxws5ilmg47gq4zr1a6yxi";
version = "5.2.7";
sha256 = "158fycy2l6pahc0bb64vbadrs1xsw095f1m0d2802blb0h0z8ajn";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -118636,6 +118738,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"yesod-purescript" = callPackage
({ mkDerivation, aeson, base, containers, data-default, directory
, filepath, formatting, fsnotify, parsec, purescript, shakespeare
, system-fileio, system-filepath, template-haskell, text, time
, transformers, utf8-string, yesod-core
}:
mkDerivation {
pname = "yesod-purescript";
version = "0.0.4.1";
sha256 = "0waz49xxhipycq0i8q8pz8g2d3sk3ch65x3rbvdip53j6jnz5dlv";
buildDepends = [
aeson base containers data-default directory filepath formatting
fsnotify parsec purescript shakespeare system-fileio
system-filepath template-haskell text time transformers utf8-string
yesod-core
];
homepage = "https://github.com/mpietrzak/yesod-purescript";
description = "PureScript integration for Yesod";
license = stdenv.lib.licenses.mit;
}) {};
"yesod-recaptcha" = callPackage
({ mkDerivation, base, bytestring, data-default, http-conduit
, http-types, lifted-base, network, network-info, resourcet, text