hackage-packages.nix: re-generate from Hackage 2015-02-17T11:57:38+0100

This commit is contained in:
Peter Simons 2015-02-17 11:57:38 +01:00
parent 3dbde25855
commit 0145793b92

View file

@ -3958,6 +3958,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"EstProgress" = callPackage
({ mkDerivation, base, mtl }:
mkDerivation {
pname = "EstProgress";
version = "0.1.0.0";
sha256 = "16krghh2x6m0bzwrzgalry5rl9gp7x19w5n00dhbg0q28mk668sv";
buildDepends = [ base mtl ];
homepage = "http://alkalisoftware.net";
description = "Methods for estimating the progress of functions";
license = stdenv.lib.licenses.bsd3;
}) {};
"EtaMOO" = callPackage
({ mkDerivation, array, base, bytestring, case-insensitive
, containers, hashable, haskeline, mtl, network, old-locale, parsec
@ -4669,20 +4681,22 @@ self: {
"Fungi" = callPackage
({ mkDerivation, base, bytestring, containers, directory, filepath
, haskell98, ListZipper, mtl, mwc-random, old-time, process, random
, tuple
, ListZipper, mtl, mwc-random, old-time, process, random
, transformers, tuple
}:
mkDerivation {
pname = "Fungi";
version = "1.0.4";
sha256 = "0i2llh5pg5hf8897i1drz0r6zzbbxjjcqb0ic75hn6az1lvv9jbd";
version = "1.0.6";
sha256 = "181m78c0m1ldnkpng0sps9fbkpq5j4p57j0km34g5kwasxhmwfcc";
isLibrary = false;
isExecutable = true;
buildDepends = [
base bytestring containers directory filepath haskell98 ListZipper
mtl mwc-random old-time process random tuple
base bytestring containers directory filepath ListZipper mtl
mwc-random old-time process random transformers tuple
];
description = "An interpreter for Funge-98 programming languages, including Befunge";
jailbreak = true;
homepage = "https://github.com/thomaseding/fungi";
description = "Funge-98 interpreter written in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -12310,6 +12324,18 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"RichConditional" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "RichConditional";
version = "0.1.0.0";
sha256 = "065plckw5r16aalkf51y7hs2xjandad3hgfly795wakqfhdnrajw";
buildDepends = [ base ];
homepage = "https://github.com/avieth/RichConditional";
description = "Tiny library to replace classic if/else";
license = stdenv.lib.licenses.mit;
}) {};
"Rlang-QQ" = callPackage
({ mkDerivation, array, base, binary, bytestring, Cabal, containers
, directory, doctest, filepath, haskell-src-meta, HList, mtl
@ -26991,6 +27017,25 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"caffegraph" = callPackage
({ mkDerivation, base, bytestring, containers, fgl, filepath
, graphviz, language-lua, lens, mtl, optparse-applicative, process
, protocol-buffers, protocol-buffers-descriptor, template-haskell
, temporary, text
}:
mkDerivation {
pname = "caffegraph";
version = "0.1.0.2";
sha256 = "1yz427ygabkycvngqw250ksl17nwi0fy52x2fy3x6apg79cw1ng2";
buildDepends = [
base bytestring containers fgl filepath graphviz language-lua lens
mtl optparse-applicative process protocol-buffers
protocol-buffers-descriptor template-haskell temporary text
];
homepage = "https://github.com/ajtulloch/caffegraph/";
license = stdenv.lib.licenses.bsd3;
}) {};
"cairo" = callPackage
({ mkDerivation, array, base, bytestring, cairo, gtk2hs-buildtools
, mtl, text, utf8-string
@ -28567,8 +28612,8 @@ self: {
}:
mkDerivation {
pname = "cheapskate";
version = "0.1.0.2";
sha256 = "1bz3zi2w5vm128csg21swcz4cm7h8ybqylpknr4fnyxmg3gxdd7d";
version = "0.1.0.3";
sha256 = "0my7dkaicdl95289s6li4qzjv9qvgddp51m8nh8lk7qmwx2x5kc6";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -37438,15 +37483,15 @@ self: {
}:
mkDerivation {
pname = "derive";
version = "2.5.20";
sha256 = "0zv8k4h3qiv2xl4l5x7ab7i4np53va9ydsnnwc3vcxsgchqa53dr";
version = "2.5.21";
sha256 = "0msmcrhax7lgwkny6gml04d3ki0j8fbgq5isrbdps4737l62csfm";
isLibrary = true;
isExecutable = true;
buildDepends = [
base bytestring containers directory filepath haskell-src-exts
pretty process syb template-haskell transformers uniplate
];
homepage = "http://community.haskell.org/~ndm/derive/";
homepage = "https://github.com/ndmitchell/derive#readme";
description = "A program and library to derive instances for data types";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -38211,6 +38256,22 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"digestive-foundation-lucid" = callPackage
({ mkDerivation, base, digestive-functors, digestive-functors-lucid
, http-types, lucid, lucid-foundation, text
}:
mkDerivation {
pname = "digestive-foundation-lucid";
version = "0.0.0.1";
sha256 = "1gpmmbf5s4kxf9xhbhf086b5n3kkr9ay2qlm6xlnf8cx1l9rn6bi";
buildDepends = [
base digestive-functors digestive-functors-lucid http-types lucid
lucid-foundation text
];
description = "Speed up form designing using digestive functors and foundation";
license = stdenv.lib.licenses.mit;
}) {};
"digestive-functors" = callPackage
({ mkDerivation, base, bytestring, containers, HUnit, mtl
, old-locale, QuickCheck, test-framework, test-framework-hunit
@ -38325,8 +38386,8 @@ self: {
({ mkDerivation, base, digestive-functors, lucid, text }:
mkDerivation {
pname = "digestive-functors-lucid";
version = "0.0.0.1";
sha256 = "1ddkg26srlax4az429yakn2mwhjj8c8lb9s3vairxmkrv3v6ga7z";
version = "0.0.0.2";
sha256 = "0ijpfcvsfgb67faqh4nbjvfab8kwc70xcp27a4rdzy9rvkvvhh82";
buildDepends = [ base digestive-functors lucid text ];
jailbreak = true;
homepage = "http://github.com/jaspervdj/digestive-functors";
@ -41229,8 +41290,8 @@ self: {
}:
mkDerivation {
pname = "egison-tutorial";
version = "3.5.0";
sha256 = "17r2864hghba3yhkrjfkr8x3kc4pjf4zpdbbzrjnnsfm0303mpar";
version = "3.5.1";
sha256 = "1an7rlk5gf80n38h29akwrnhh6d2hzvg5l2ig13rr3i2n51gjybx";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -43525,8 +43586,8 @@ self: {
({ mkDerivation, base, binary, deepseq, template-haskell }:
mkDerivation {
pname = "extensible";
version = "0.2.9";
sha256 = "1qr4b2nm3nixfv0s9h7mbg6n9lry521bag1r8320vi1rszlrvj0g";
version = "0.2.10";
sha256 = "1klmgis01qpc8cc95zi0bdbsiyn66cwy7d5l7axc0w4cxdm42dsc";
buildDepends = [ base binary deepseq template-haskell ];
homepage = "https://github.com/fumieval/extensible";
description = "Extensible, efficient, lens-friendly data types";
@ -47287,9 +47348,8 @@ self: {
}:
mkDerivation {
pname = "fwgl";
version = "0.1.0.2";
sha256 = "1mc2xpwp5vypxw1xl6nxbs1fyxidyhjmy036i0wzwdddaxzirl28";
editedCabalFile = "7699b288e620bc73d33f8997b130daf16f799e060034b57038cd8790ccc341d5";
version = "0.1.0.3";
sha256 = "1gc92r1612zsngw3hwikphav5281hqc4akn9i3zna16lz2jikqg0";
buildDepends = [
base hashable transformers unordered-containers vector Yampa
];
@ -47304,8 +47364,8 @@ self: {
}:
mkDerivation {
pname = "fwgl-glfw";
version = "0.1.0.2";
sha256 = "1nakndxdqhd91llqssqp2ypyfrd9kvpcx1fkbyywas1rccr0610w";
version = "0.1.0.3";
sha256 = "1zmvw7945lkghavik72w096rqh8ivjyb9h6j98yjvlj6xf85bsq0";
buildDepends = [
base fwgl gl GLFW-b hashable JuicyPixels transformers
unordered-containers vector Yampa
@ -49159,8 +49219,8 @@ self: {
}:
mkDerivation {
pname = "git-monitor";
version = "3.1.1.2";
sha256 = "08bjhvxa11syhk4ab7dk81ipj1x8xnvfgkyv05i2ay4npc1xmdgd";
version = "3.1.1.3";
sha256 = "0xcb7i5hvx7967wqsyawxz8fk052ylrb90y3b2spw9pxhqry3j4s";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -53674,6 +53734,31 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"halma" = callPackage
({ mkDerivation, async, base, containers, data-default
, diagrams-cairo, diagrams-gtk, diagrams-lib, grid, gtk, HUnit, mtl
, mvc, pipes, QuickCheck, test-framework, test-framework-hunit
, test-framework-quickcheck2, timeit, vector-space-points
}:
mkDerivation {
pname = "halma";
version = "0.1.0.0";
sha256 = "1q6fh1pqlmz6lv5gzmsvq6638nn3279fz62yp9na0sq9pxdjsq66";
isLibrary = true;
isExecutable = true;
buildDepends = [
async base containers data-default diagrams-cairo diagrams-gtk
diagrams-lib grid gtk mtl mvc pipes timeit vector-space-points
];
testDepends = [
base containers grid HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2
];
homepage = "https://github.com/timjb/halma";
description = "Library implementing Halma rules";
license = stdenv.lib.licenses.mit;
}) {};
"haltavista" = callPackage
({ mkDerivation, base, hint, process }:
mkDerivation {
@ -53815,21 +53900,19 @@ self: {
}) {};
"handsy" = callPackage
({ mkDerivation, base, bytestring, free, process, process-extras
, shell-escape, tasty, tasty-hunit, transformers
({ mkDerivation, base, bytestring, data-default-class, free
, process, process-extras, retry, shell-escape, tasty, tasty-hunit
, tasty-th, transformers
}:
mkDerivation {
pname = "handsy";
version = "0.0.9";
sha256 = "14kczimv1sirzqsvbz01ax69kiry8izy7grrmgcy3hsx70bq1y7n";
version = "0.0.10";
sha256 = "16py1b72nbvh2wqmwcjwsf8yscrahc398zda92c781ah1qysykb5";
buildDepends = [
base bytestring free process process-extras shell-escape
transformers
];
testDepends = [
base bytestring free process process-extras shell-escape tasty
tasty-hunit transformers
base bytestring data-default-class free process process-extras
retry shell-escape transformers
];
testDepends = [ base bytestring tasty tasty-hunit tasty-th ];
homepage = "https://github.com/utdemir/handsy";
description = "A DSL to describe common shell operations and interpeters for running them locally and remotely";
license = stdenv.lib.licenses.bsd3;
@ -58156,8 +58239,8 @@ self: {
({ mkDerivation, base, cereal, crypto-api, hF2 }:
mkDerivation {
pname = "hecc";
version = "0.4.1.0";
sha256 = "0yh3zbqfcqh7mn04q0hqqqrimkdvbw36r38aii0rfz7k6rrdm17b";
version = "0.4.1.1";
sha256 = "1p7h9mlap8i0w2inhq944r0dgr27rzwk44igylil7gv0dgf4hsyx";
buildDepends = [ base cereal crypto-api hF2 ];
description = "Elliptic Curve Cryptography for Haskell";
license = stdenv.lib.licenses.bsd3;
@ -64712,8 +64795,8 @@ self: {
}:
mkDerivation {
pname = "hspec";
version = "2.1.3";
sha256 = "11m2piy7j4vb5y7rws9cj64nmjw89mj4nkgmdvprp1rrp3wijgf2";
version = "2.1.4";
sha256 = "0g0wv0mvc367fi14ibi9pbxclna7kppyxgfl4axhhr5qxvhf686p";
buildDepends = [
base hspec-core hspec-discover hspec-expectations HUnit QuickCheck
transformers
@ -64779,8 +64862,8 @@ self: {
}:
mkDerivation {
pname = "hspec-core";
version = "2.1.3";
sha256 = "0l1z6m5ir4ky667hsdk4b3gfdxm08k19kgkqfsv9b382lnx93y5b";
version = "2.1.4";
sha256 = "0x2azc1km06f4br2pdnklkz08ali1chysi0wdwwk3j9f0lqp6jj7";
buildDepends = [
ansi-terminal async base deepseq hspec-expectations HUnit
QuickCheck quickcheck-io random setenv tf-random time transformers
@ -64799,8 +64882,8 @@ self: {
({ mkDerivation, base, directory, filepath, hspec-meta }:
mkDerivation {
pname = "hspec-discover";
version = "2.1.3";
sha256 = "0778n76vhd5nk4bnh5bvhcfmyyk8q14p4yl00lspwc082hqkbyv0";
version = "2.1.4";
sha256 = "1nabyjxjsrh7901bzv88b28gcja1shiznw9n2q2l3gfq6hxfzvqw";
isLibrary = true;
isExecutable = true;
buildDepends = [ base directory filepath ];
@ -64933,8 +65016,8 @@ self: {
}:
mkDerivation {
pname = "hspec-server";
version = "0.4.0";
sha256 = "0spbg4nsmqr16pcl20kwgflw359lavpqg1gbngb4q3vb5mnzkfcw";
version = "0.4.1";
sha256 = "17bn5v3fqcmcd0qi4q9n9fj27kpw4iqyrjpjvvc4gwz1bc5bhf5q";
buildDepends = [
base containers hspec hspec-core hspec-expectations HUnit process
regex-posix temporary transformers
@ -66533,8 +66616,8 @@ self: {
}:
mkDerivation {
pname = "http-types";
version = "0.8.5";
sha256 = "0d282sf3xyk5makhnwfm2k9mgw1fkh07kasmy85fiwjkc1447ciw";
version = "0.8.6";
sha256 = "1q1ni88rs8d79xnk1x2jaf3848ygxlfhpvv4gw46k08lw29ihfxh";
buildDepends = [
array base blaze-builder bytestring case-insensitive text
];
@ -68436,8 +68519,8 @@ self: {
}:
mkDerivation {
pname = "ihaskell-parsec";
version = "0.2.0.0";
sha256 = "009mk611knz8w197dfbq66dabncky03axrchah707xikzpbaz95f";
version = "0.2.1.0";
sha256 = "1fxwv7z5ypim4cqb0sfba36g8gmk57blp6pcmgrikpdzjpyjmmzl";
buildDepends = [
aeson base classy-prelude here ihaskell parsec random
unordered-containers
@ -75851,8 +75934,8 @@ self: {
}:
mkDerivation {
pname = "linearscan";
version = "0.3.0.1";
sha256 = "014r2s4735isj5xmijmq2wjfiy23prca0q1lhb0n1basxd0di2lf";
version = "0.3.1.0";
sha256 = "12gg7i8shvj0qxwaazysiw5f3xmdzqyv40da3qqyknndvwcvw84i";
buildDepends = [ base containers transformers ];
testDepends = [
base containers free hoopl hspec hspec-expectations lens mtl
@ -77449,8 +77532,8 @@ self: {
({ mkDerivation, base, data-default, gl, linear, vector }:
mkDerivation {
pname = "lowgl";
version = "0.2.1.0";
sha256 = "01h17bzcsgd5dm5c4xibkbin2nvw76x66by0zfxh45wixkz4833g";
version = "0.3.1.0";
sha256 = "16i88aq9fsin5g1n7r72fgn2dv7asp8c47hf6g8bq3imbbxhd2id";
buildDepends = [ base data-default gl linear vector ];
description = "Basic gl wrapper and reference";
license = stdenv.lib.licenses.bsd2;
@ -77665,8 +77748,8 @@ self: {
}:
mkDerivation {
pname = "lucid-foundation";
version = "0.0.1";
sha256 = "16zp9l1rbm1gaf0pz5qxyq1q78a6zbmzgjrq87aq2jpd9vwcp9vy";
version = "0.0.2.1";
sha256 = "10l6xvb3kmkjb9sq92ijwnnbpm3rmp6j8r8vf00kdxkgx84n1zqd";
buildDepends = [ base lucid text ];
testDepends = [ base hspec QuickCheck quickcheck-instances ];
description = "Basic Zurb Foundation API in Lucid";
@ -84481,6 +84564,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"network-attoparsec" = callPackage
({ mkDerivation, attoparsec, base, bytestring, exceptions, hspec
, mtl, network, network-simple
}:
mkDerivation {
pname = "network-attoparsec";
version = "0.9.1";
sha256 = "10nx1k47gwvb8av7fskd5jii0d6vpchj8cagm2285pg7dzv5apb7";
buildDepends = [ attoparsec base bytestring mtl network ];
testDepends = [
attoparsec base bytestring exceptions hspec mtl network
network-simple
];
homepage = "http://github.com/solatis/haskell-network-attoparsec";
description = "Utility functions for running a parser against a socket";
license = stdenv.lib.licenses.mit;
}) {};
"network-bitcoin" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, cookie, HTTP
, http-client, http-types, network, QuickCheck, text, time
@ -88154,8 +88255,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "parsec1";
version = "1.0.0.5";
sha256 = "1nrmq1ihyir49sppqxffccqcc2lc4sik8ffxdwa1agcia5izjs4d";
version = "1.0.0.6";
sha256 = "0wwmghla8cqmmpwx9wwcmh39d9np9cgc1d0w3xf18k4adb1sg636";
buildDepends = [ base ];
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Portable monadic parser combinators";
@ -88178,8 +88279,8 @@ self: {
({ mkDerivation, base, bytestring, mtl, text }:
mkDerivation {
pname = "parsec3";
version = "1.0.0.9";
sha256 = "0k1gg1dqaiqrhfxkyfihd8zn6n069a3px8qfdhdv2aym27gcdnnh";
version = "1.0.1.8";
sha256 = "00p3kffqmsi6lvxbpa60nql3lgm9vnxsspp8m0jz2d2hfl7hadqf";
buildDepends = [ base bytestring mtl text ];
homepage = "http://www.cs.uu.nl/~daan/parsec.html";
description = "Monadic parser combinators";
@ -97619,8 +97720,8 @@ self: {
}:
mkDerivation {
pname = "resourcet";
version = "1.1.4";
sha256 = "026w4mjyzqlqa76krnfbp2rsha06ma41p9nfjl2ivnf4hxxdwl9y";
version = "1.1.4.1";
sha256 = "1qw9bjr22g8a1fr84cmwjqpqs7cfc8iagix4s618snrg1r1gp6p2";
buildDepends = [
base containers exceptions lifted-base mmorph monad-control mtl
transformers transformers-base transformers-compat
@ -99346,20 +99447,20 @@ self: {
"safecopy" = callPackage
({ mkDerivation, array, base, bytestring, cereal, containers, lens
, old-time, quickcheck-instances, tasty, tasty-quickcheck
, template-haskell, text, time, vector
, lens-action, old-time, quickcheck-instances, tasty
, tasty-quickcheck, template-haskell, text, time, vector
}:
mkDerivation {
pname = "safecopy";
version = "0.8.3";
sha256 = "10xd42a1i84fwiy3db0ji4bd8ssk9jqysqwc00wdcdjyp50c333n";
version = "0.8.4";
sha256 = "0zwgbaigvysxf5zqdzkfsf0rqdwjq76hp207lchqgvx5rv8wda8h";
buildDepends = [
array base bytestring cereal containers old-time template-haskell
text time vector
];
testDepends = [
array base cereal containers lens quickcheck-instances tasty
tasty-quickcheck template-haskell time vector
array base cereal containers lens lens-action quickcheck-instances
tasty tasty-quickcheck template-haskell time vector
];
homepage = "http://acid-state.seize.it/safecopy";
description = "Binary serialization with version control";
@ -109927,6 +110028,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"t-regex" = callPackage
({ mkDerivation, base, containers, haskell-src-exts
, haskell-src-meta, lens, mtl, QuickCheck, recursion-schemes
, template-haskell, transformers
}:
mkDerivation {
pname = "t-regex";
version = "0.1.0.0";
sha256 = "0g1sv92cglcvdcq320rwdndmq80nyy1yljl6hm86mjppha20dnxl";
buildDepends = [
base containers haskell-src-exts haskell-src-meta lens mtl
QuickCheck recursion-schemes template-haskell transformers
];
description = "Matchers and grammars using tree regular expressions";
license = stdenv.lib.licenses.bsd3;
}) {};
"ta" = callPackage
({ mkDerivation, base, containers, ghc-prim, mtl, Takusen
, template-haskell, time
@ -111647,26 +111765,27 @@ self: {
"test-sandbox" = callPackage
({ mkDerivation, base, bytestring, cereal, containers, data-default
, directory, filepath, hastache, heredoc, hspec, lifted-base
, monad-control, monad-loops, mtl, network, process, QuickCheck
, random, random-shuffle, regex-posix, template-haskell, temporary
, text, transformers, transformers-base, unix
, directory, filepath, hastache, heredoc, hspec
, hspec-expectations-lifted, lifted-base, monad-control
, monad-loops, mtl, network, process, QuickCheck, random
, random-shuffle, regex-posix, template-haskell, temporary, text
, transformers, transformers-base, transformers-compat, unix
}:
mkDerivation {
pname = "test-sandbox";
version = "0.1.0";
sha256 = "172ffbxysn2y66zl9rfxkaamgsaskhby37v0zrfx82rqfik1baq0";
version = "0.1.1";
sha256 = "1prcw01kq8ifvl918i6a6cdy8zfb54sb7321advw4z0h83gd1bpd";
buildDepends = [
base bytestring cereal containers data-default directory filepath
lifted-base monad-control monad-loops mtl network process random
random-shuffle regex-posix temporary transformers transformers-base
unix
transformers-compat unix
];
testDepends = [
base containers directory hastache heredoc hspec mtl process
QuickCheck regex-posix template-haskell text transformers unix
base containers directory hastache heredoc hspec
hspec-expectations-lifted mtl process QuickCheck regex-posix
template-haskell text transformers transformers-compat unix
];
jailbreak = true;
homepage = "http://gree.github.io/haskell-test-sandbox/";
description = "Sandbox for system tests";
license = stdenv.lib.licenses.bsd3;
@ -116550,8 +116669,8 @@ self: {
({ mkDerivation, base, containers, uni-util }:
mkDerivation {
pname = "uni-events";
version = "2.2.1.0";
sha256 = "1kfvhkbwibbac2r980h982m0rd3xndzrgqngrvfcmy0bykpamkxh";
version = "2.2.2.0";
sha256 = "1damlhi56xfp4xvdk2ijxjx7vxywhhbi4hiprdx09b5ipblrfpqz";
buildDepends = [ base containers uni-util ];
homepage = "http://www.informatik.uni-bremen.de/uniform/wb/";
description = "Event handling for the uniform workbench";
@ -116580,8 +116699,8 @@ self: {
}:
mkDerivation {
pname = "uni-htk";
version = "2.2.1.1";
sha256 = "0npdlgq8zxz0b9rvlsml88k7alnm4wj2k4m94b4zp0r3ahhf630q";
version = "2.2.1.2";
sha256 = "1zdbg2jz6dgw4jvicl2vgnnnz2mmq8r9cabfgzw7zyc6ycp5hmyk";
buildDepends = [
base containers directory uni-events uni-posixutil uni-reactor
uni-util
@ -116624,8 +116743,8 @@ self: {
}:
mkDerivation {
pname = "uni-uDrawGraph";
version = "2.2.0.2";
sha256 = "16gykzzpijf5rynyac6p3nsgwq8w65bpx71jax52x8v33zdkin2d";
version = "2.2.0.3";
sha256 = "0sh504l3xi9xlmwb28wzsana6c9ahmbdhx05s55w2ffwzbz0ca8a";
buildDepends = [
base containers uni-events uni-graphs uni-posixutil uni-reactor
uni-util
@ -117375,15 +117494,16 @@ self: {
}:
mkDerivation {
pname = "up";
version = "0.1.0.2";
sha256 = "1iawaqbn7lb87zv0bvjvvh8sgjn370insy2brvg2msnj9ba0937m";
version = "1.0.0.2";
sha256 = "10dd90walys2q30b80c6z76v4lixp6cjbxq7gc43mqb67p0qnk67";
isLibrary = false;
isExecutable = true;
buildDepends = [
base directory filepath mtl parsec split transformers
];
jailbreak = true;
description = "Generates pathnames to up directories";
homepage = "https://github.com/thomaseding/up";
description = "Command line tool to generate pathnames to facilitate moving upward in a file system";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -118380,20 +118500,20 @@ self: {
"validation" = callPackage
({ mkDerivation, base, bifunctors, directory, doctest, filepath
, lens, QuickCheck, semigroupoids, semigroups, template-haskell
, transformers
, lens, mtl, QuickCheck, semigroupoids, semigroups
, template-haskell, transformers
}:
mkDerivation {
pname = "validation";
version = "0.4.3";
sha256 = "1829bz7n19p4rfqgrxsgbif0n6p3v5s6hpbhw3qv2xrmigmh6fa3";
version = "0.5.1";
sha256 = "09fx4aa9jlyd59qyx0p6wpvzf9kr29j7xb10nsq61pxjbs1hn5qb";
buildDepends = [
base bifunctors lens semigroupoids semigroups transformers
base bifunctors lens mtl semigroupoids semigroups transformers
];
testDepends = [
base directory doctest filepath QuickCheck template-haskell
];
homepage = "https://github.com/tonymorris/validation";
homepage = "https://github.com/NICTA/validation";
description = "A data-type like Either but with an accumulating Applicative";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -118534,6 +118654,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"vcache" = callPackage
({ mkDerivation, base, bytestring, containers, direct-murmur-hash
, easy-file, filelock, lmdb, random, stm, transformers
}:
mkDerivation {
pname = "vcache";
version = "0.1";
sha256 = "1w0adp7bq73kw0l27a5cgwy6hm6wmi7f48lakb98m62w89qy8xkk";
buildDepends = [
base bytestring containers direct-murmur-hash easy-file filelock
lmdb random stm transformers
];
homepage = "http://github.com/dmbarbour/haskell-vcache";
description = "large, persistent, memcached values and structure sharing for Haskell";
license = stdenv.lib.licenses.bsd3;
}) {};
"vcard" = callPackage
({ mkDerivation, base, bytestring, containers, mime-directory }:
mkDerivation {
@ -122918,8 +123055,8 @@ self: {
}:
mkDerivation {
pname = "xml-hamlet";
version = "0.4.0.9";
sha256 = "0vm4jhvjf53a33sisnhghg0m9pcv2fx676rl90vbm2xcd9rqlj82";
version = "0.4.0.10";
sha256 = "0bvgd3xbc25d2zdmpzq1rxhr7rkglf0zpc8wy75j2yqv6ymylb6v";
buildDepends = [
base containers parsec shakespeare template-haskell text
xml-conduit
@ -124518,8 +124655,8 @@ self: {
}:
mkDerivation {
pname = "yesod-bin";
version = "1.4.3.6";
sha256 = "0mha1csljbnh5idwi5hsk86fgqiq5kk1crdhiyyvigysrl83z0py";
version = "1.4.3.7";
sha256 = "07fnh6mxhrdf7bhd0c4l8il2qswr2sbl7dzapy2f9jf9cznidbn2";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -125115,8 +125252,8 @@ self: {
}:
mkDerivation {
pname = "yesod-purescript";
version = "0.0.4.6";
sha256 = "1sh55isypj1qpba386jjyx89aq1al7vjanwhcql90087p0jb5n30";
version = "0.0.4.7";
sha256 = "0x2mbc4ra6cn3jz3lsb0q40bwz1j7il2nly97m52n4nr18pw4fp9";
buildDepends = [
aeson base bytestring containers data-default formatting fsnotify
purescript regex-tdfa regex-tdfa-text shakespeare system-fileio