hackage-packages.nix: re-generate from Hackage 2015-02-05T11:37:24+0100

This commit is contained in:
Peter Simons 2015-02-05 11:37:24 +01:00
parent 83925c33f6
commit 5f160cfa86

View File

@ -4810,8 +4810,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "GLUT"; pname = "GLUT";
version = "2.6.0.0"; version = "2.6.0.1";
sha256 = "1j298vs4wly29d972w106l0ra44gsbpjwrrjhk3qm5ql25i12pvh"; sha256 = "1bapwhhvc1mijq2macnwx79qbqsa6xg3882q58zfx7s3mqm3qycs";
buildDepends = [ array base containers OpenGL OpenGLRaw ]; buildDepends = [ array base containers OpenGL OpenGLRaw ];
extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ]; extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ];
homepage = "http://www.haskell.org/haskellwiki/Opengl"; homepage = "http://www.haskell.org/haskellwiki/Opengl";
@ -7461,9 +7461,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "HaskellNet"; pname = "HaskellNet";
version = "0.4.1"; version = "0.4.2";
sha256 = "1zm7h76vzn3amgz3c862a4531dvmw0f4rvdw3l2gafrlnwpmvay9"; sha256 = "0mhzj2cxhbi2qi7llc81milsdc44cxhga3ypy227niky19xcwwlc";
editedCabalFile = "b935aab9d2a5b0d2c66c5d4db07cf81597fbdc10da42af04f690ccfe15bc0feb";
buildDepends = [ buildDepends = [
array base base64-string bytestring cryptohash mime-mail mtl array base base64-string bytestring cryptohash mime-mail mtl
network old-time pretty text network old-time pretty text
@ -10826,8 +10825,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "OpenGL"; pname = "OpenGL";
version = "2.10.0.0"; version = "2.10.0.1";
sha256 = "07hwfl162xjxaxv581wiyyhbzw6xdc02ivrq2iarf4266bd45bx6"; sha256 = "0ym4f5l8dbag3ysks29wyvrhskbp3nacc47z6m9hxbm7xx4wpbx1";
buildDepends = [ base bytestring GLURaw OpenGLRaw text ]; buildDepends = [ base bytestring GLURaw OpenGLRaw text ];
extraLibraries = [ libX11 mesa ]; extraLibraries = [ libX11 mesa ];
homepage = "http://www.haskell.org/haskellwiki/Opengl"; homepage = "http://www.haskell.org/haskellwiki/Opengl";
@ -10851,8 +10850,8 @@ self: {
({ mkDerivation, base, mesa }: ({ mkDerivation, base, mesa }:
mkDerivation { mkDerivation {
pname = "OpenGLRaw"; pname = "OpenGLRaw";
version = "1.5.0.1"; version = "2.0.0.0";
sha256 = "0hnsmijgvy04d02d0gwk4bl6imhlpwgdcsp1livvca59hzc7r8m3"; sha256 = "01ix6bkj9w263sr06rn3wbiw3qzpgx7lznyqwmw0clmwz2qb9vvq";
buildDepends = [ base ]; buildDepends = [ base ];
extraLibraries = [ mesa ]; extraLibraries = [ mesa ];
homepage = "http://www.haskell.org/haskellwiki/Opengl"; homepage = "http://www.haskell.org/haskellwiki/Opengl";
@ -10910,6 +10909,7 @@ self: {
version = "0.4.0"; version = "0.4.0";
sha256 = "1fdg5b8f2x36x6gmdkazkmhqgknagd0kzr70hydygsmqbf2im5x2"; sha256 = "1fdg5b8f2x36x6gmdkazkmhqgknagd0kzr70hydygsmqbf2im5x2";
buildDepends = [ base OpenGLRaw ]; buildDepends = [ base OpenGLRaw ];
jailbreak = true;
homepage = "http://code.google.com/p/copperbox/"; homepage = "http://code.google.com/p/copperbox/";
description = "Raw binding to OpenVG (ShivaVG-0.2.1 implementation)."; description = "Raw binding to OpenVG (ShivaVG-0.2.1 implementation).";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -12123,8 +12123,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "Rasterific"; pname = "Rasterific";
version = "0.4.1"; version = "0.4.2";
sha256 = "0s7wy6rn375jhmlp5wzmxgm2rz7i8phyqx0k6gjjz3hvj4ajdhyw"; sha256 = "0lblx6ih8rrvrdfni4x9ldn2r3ikx3xki7qrxg3kbvhdcz56wlq3";
buildDepends = [ buildDepends = [
base dlist FontyFruity free JuicyPixels mtl primitive vector base dlist FontyFruity free JuicyPixels mtl primitive vector
vector-algorithms vector-algorithms
@ -18171,6 +18171,28 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"amqp-conduit" = callPackage
({ mkDerivation, amqp, base, bytestring, conduit, exceptions, hspec
, HUnit, lifted-base, monad-control, mtl, resourcet, text
, transformers, transformers-base
}:
mkDerivation {
pname = "amqp-conduit";
version = "0.1.0.0";
sha256 = "01c7pksg173ramh0kksyrzpaz661d82d6s0lpfdhi0lgh2qqnw3l";
buildDepends = [
amqp base conduit exceptions lifted-base monad-control mtl
resourcet text transformers transformers-base
];
testDepends = [
amqp base bytestring conduit hspec HUnit resourcet transformers
];
jailbreak = true;
homepage = "http://github.com/tatac1/amqp-conduit/";
description = "Conduit bindings for AMQP (see amqp package)";
license = stdenv.lib.licenses.mit;
}) {};
"amrun" = callPackage "amrun" = callPackage
({ mkDerivation, base, deepseq, parsec }: ({ mkDerivation, base, deepseq, parsec }:
mkDerivation { mkDerivation {
@ -18563,10 +18585,9 @@ self: {
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
pname = "ap-reflect"; pname = "ap-reflect";
version = "0.1.0.0"; version = "0.2";
sha256 = "0r7mfdi7vr2vh84xhhsd7si3mpfkppdpzh13rnnfww1cs0dpfdhz"; sha256 = "1ih0in9j26v96pjqr1wbjxl881xb2xsrcvhmn50wbv4iwxv7y222";
buildDepends = [ base ]; buildDepends = [ base ];
jailbreak = true;
homepage = "https://github.com/cmc-msu-ai/ap-reflect"; homepage = "https://github.com/cmc-msu-ai/ap-reflect";
description = "Partial evaluation reflection a la simple-reflect"; description = "Partial evaluation reflection a la simple-reflect";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -19619,8 +19640,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ascii-progress"; pname = "ascii-progress";
version = "0.1.0.0"; version = "0.1.0.3";
sha256 = "08as7dlnqwxh9501jcg7ijics7ahdn8gph2578vdzz4cmk2fk2ma"; sha256 = "1cnszfaidak1gywcivjzzraaqdbz074mc8709qnr1clpqzhkszsp";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -29093,8 +29114,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clash-ghc"; pname = "clash-ghc";
version = "0.4"; version = "0.4.1";
sha256 = "0pyv8snrmy7x9gv6xna5rd5chacrdvczcjs7854b80pifhag5c2g"; sha256 = "0s6q7xld7v673r7bsr2sj64gdlfrzkf46ginqrcr2dmvbiwkkjrk";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -29116,8 +29137,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clash-lib"; pname = "clash-lib";
version = "0.4"; version = "0.4.1";
sha256 = "1c3bxjm356cs7wf49zlazbv44bw06rs81akmsfzkfccrl7gjy7yc"; sha256 = "001jldfwbfl3cvsqkd2q9qhpdv0najagzvzz94rx6jf4wal9dsx1";
buildDepends = [ buildDepends = [
aeson attoparsec base bytestring concurrent-supply containers aeson attoparsec base bytestring concurrent-supply containers
contravariant deepseq directory errors fgl filepath hashable lens contravariant deepseq directory errors fgl filepath hashable lens
@ -29245,8 +29266,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "clay"; pname = "clay";
version = "0.10"; version = "0.10.1";
sha256 = "0xw7j9v2cfs4874l5n852b38m6v2mpkbr93dxxfkp2kwmqkjbl5v"; sha256 = "0m0ajbgypn9ki741x2bmcmpmpkccazv76wh8b9gha9483cl21f1v";
buildDepends = [ base mtl text ]; buildDepends = [ base mtl text ];
testDepends = [ testDepends = [
base HUnit mtl test-framework test-framework-hunit text base HUnit mtl test-framework test-framework-hunit text
@ -36535,22 +36556,22 @@ self: {
({ mkDerivation, ansi-wl-pprint, base, bytestring, bzlib ({ mkDerivation, ansi-wl-pprint, base, bytestring, bzlib
, containers, directory, either, exceptions, filepath, HaXml, HUnit , containers, directory, either, exceptions, filepath, HaXml, HUnit
, ListLike, mtl, network, network-uri, old-locale, parsec, pretty , ListLike, mtl, network, network-uri, old-locale, parsec, pretty
, prettyclass, process, process-listlike, pureMD5, regex-compat , prettyclass, process, process-extras, pureMD5, regex-compat
, regex-tdfa, template-haskell, text, time, unix, Unixutils , regex-tdfa, template-haskell, text, time, unix, Unixutils
, utf8-string, zlib , utf8-string, zlib
}: }:
mkDerivation { mkDerivation {
pname = "debian"; pname = "debian";
version = "3.85"; version = "3.85.2";
sha256 = "1s9k0dpdja73s1icwma10cl6ix8k61d8xaj3divwqk5xvi9zw9gl"; sha256 = "0fri7225aaj8pn2p0mn12rqaq540r9f8jnb3lak8zddvnj51kxaf";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansi-wl-pprint base bytestring bzlib containers directory either ansi-wl-pprint base bytestring bzlib containers directory either
exceptions filepath HaXml HUnit ListLike mtl network network-uri exceptions filepath HaXml HUnit ListLike mtl network network-uri
old-locale parsec pretty prettyclass process process-listlike old-locale parsec pretty prettyclass process process-extras pureMD5
pureMD5 regex-compat regex-tdfa template-haskell text time unix regex-compat regex-tdfa template-haskell text time unix Unixutils
Unixutils utf8-string zlib utf8-string zlib
]; ];
homepage = "https://github.com/ddssff/debian-haskell"; homepage = "https://github.com/ddssff/debian-haskell";
description = "Modules for working with the Debian package system"; description = "Modules for working with the Debian package system";
@ -36706,8 +36727,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "deepseq-bounded"; pname = "deepseq-bounded";
version = "0.7.0.2"; version = "0.8.0.0";
sha256 = "0m680blmw7hq40y0vlbm8q0dbhy8fw031brikqr6ckibcdmk9xaj"; sha256 = "192hqyidgbrsig2yx7x9vdx180w1jfcqxsgg4wslwfwj7d3sa81f";
buildDepends = [ buildDepends = [
array base cpphs deepseq deepseq-generics generics-sop mtl parallel array base cpphs deepseq deepseq-generics generics-sop mtl parallel
random syb random syb
@ -40903,8 +40924,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "egison"; pname = "egison";
version = "3.5.5"; version = "3.5.6";
sha256 = "0wzjrvbccm93q3k2ais46hw9ff0y73d4xyqh18zfdl9f8vflr6av"; sha256 = "12czzd8ncpyq13d26syb9z9qz9112irwzymja80kgahy2j55vwly";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -43234,12 +43255,12 @@ self: {
}) {}; }) {};
"extensible" = callPackage "extensible" = callPackage
({ mkDerivation, base, template-haskell }: ({ mkDerivation, base, deepseq, template-haskell }:
mkDerivation { mkDerivation {
pname = "extensible"; pname = "extensible";
version = "0.2.7"; version = "0.2.8";
sha256 = "1z8a1zcqkr9lk1zy3i058zrglfk4sbfipxpfx1mhs92ys3720yx4"; sha256 = "11akhq1p88n0s5z06w0d0zdyyy4qa7jdlgkk2n4h2x74r3dc9g1g";
buildDepends = [ base template-haskell ]; buildDepends = [ base deepseq template-haskell ];
homepage = "https://github.com/fumieval/extensible"; homepage = "https://github.com/fumieval/extensible";
description = "Extensible, efficient, lens-friendly data types"; description = "Extensible, efficient, lens-friendly data types";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -44414,8 +44435,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "file-embed"; pname = "file-embed";
version = "0.0.7.1"; version = "0.0.8";
sha256 = "1nfqdlz6xyrn9y5vhibz3llc2c79f7wg8wdjmscv6n9x4qjcg8cb"; sha256 = "0ghhmfwin339fg0b2zx08xq5pj7hzpy9gmbdlyql04p0n21vr360";
buildDepends = [ buildDepends = [
base bytestring directory filepath template-haskell base bytestring directory filepath template-haskell
]; ];
@ -53330,6 +53351,7 @@ self: {
pname = "half"; pname = "half";
version = "0.2.0.1"; version = "0.2.0.1";
sha256 = "0lwh5bv8pnp9fzq64z1fg1i4fv8h2lcchs1298agq881hcay19qw"; sha256 = "0lwh5bv8pnp9fzq64z1fg1i4fv8h2lcchs1298agq881hcay19qw";
editedCabalFile = "cfadc0b87a5d9c4cc9a3ab5d7a5524221ae88e962f812eb41beba7b39111ccce";
buildDepends = [ base ]; buildDepends = [ base ];
homepage = "http://github.com/ekmett/half"; homepage = "http://github.com/ekmett/half";
description = "Half-precision floating-point"; description = "Half-precision floating-point";
@ -59421,8 +59443,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hindent"; pname = "hindent";
version = "4.3.5"; version = "4.3.7";
sha256 = "1pg3qx0pm34x5awcqdnkdiwxy5qldy1hqyqclxgsgixb9zidcknp"; sha256 = "0wbzfni61jgcq18yga5lmvmrzvfzr9a4qlgcd8vym41lv8pjgd0r";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -65659,8 +65681,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "http-client"; pname = "http-client";
version = "0.4.7"; version = "0.4.7.1";
sha256 = "1r00gp6s2m0bnjv4nl12r22m42627fhlkxwski5i2r8i14s98y4k"; sha256 = "1vkz0a8rzdgx1lnxcic62hbp8v3y0dvqr1dv6h7lq0d6rbv24hk3";
buildDepends = [ buildDepends = [
array base base64-bytestring blaze-builder bytestring array base base64-bytestring blaze-builder bytestring
case-insensitive containers cookie data-default-class deepseq case-insensitive containers cookie data-default-class deepseq
@ -73635,6 +73657,7 @@ self: {
base cmdargs composition data-lens Gamgine GLFW-b ListZipper mtl base cmdargs composition data-lens Gamgine GLFW-b ListZipper mtl
OpenGLRaw pretty-show OpenGLRaw pretty-show
]; ];
jailbreak = true;
description = "A prototypical 2d platform game"; description = "A prototypical 2d platform game";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -73837,8 +73860,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "leaky"; pname = "leaky";
version = "0.3.0.3"; version = "0.4.0.0";
sha256 = "13bl37hbhxnmj6r19x97irfxxr9cwj5rl5dksck772vzndi94nr5"; sha256 = "17cs1mszcfibfkcbwxdcn4pi3n6b84a23szv548vqxwypyrzlbf0";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -74575,8 +74598,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "libgraph"; pname = "libgraph";
version = "1.3"; version = "1.4";
sha256 = "0lj7nm7wifdakm11qa7ff7apsk0r2i426vv5ykbwl36l64085jkf"; sha256 = "0j4rjwcp85cwfzvqvmxkxrvldfhz6k8ws3qjf29lzr0yrk1vfbjm";
buildDepends = [ buildDepends = [
array base containers monads-tf process union-find array base containers monads-tf process union-find
]; ];
@ -75298,6 +75321,7 @@ self: {
buildDepends = [ buildDepends = [
base distributive lens linear OpenGL OpenGLRaw tagged base distributive lens linear OpenGL OpenGLRaw tagged
]; ];
jailbreak = true;
homepage = "http://www.github.com/bgamari/linear-opengl"; homepage = "http://www.github.com/bgamari/linear-opengl";
description = "Isomorphisms between linear and OpenGL types"; description = "Isomorphisms between linear and OpenGL types";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -75699,6 +75723,7 @@ self: {
unordered-containers unordered-containers
]; ];
buildTools = [ ocaml ]; buildTools = [ ocaml ];
configureFlags = [ "-fbuild-external" ];
homepage = "https://github.com/ucsd-progsys/liquid-fixpoint"; homepage = "https://github.com/ucsd-progsys/liquid-fixpoint";
description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -75730,6 +75755,7 @@ self: {
base directory filepath optparse-applicative process tagged tasty base directory filepath optparse-applicative process tagged tasty
tasty-hunit tasty-rerun tasty-hunit tasty-rerun
]; ];
doCheck = false;
homepage = "http://goto.ucsd.edu/liquidhaskell"; homepage = "http://goto.ucsd.edu/liquidhaskell";
description = "Liquid Types for Haskell"; description = "Liquid Types for Haskell";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -79582,8 +79608,8 @@ self: {
({ mkDerivation, base, bytestring }: ({ mkDerivation, base, bytestring }:
mkDerivation { mkDerivation {
pname = "mikmod"; pname = "mikmod";
version = "0.1.3.1"; version = "0.2.0.0";
sha256 = "0wkj11rkq7c6v1qzjjndq0jcfbk7y2vlcilw53fkd34qly0sphh4"; sha256 = "0wr671a7r20ysnry92qimdsdnf5gijbxzv382mb7w8fav88v5kvv";
buildDepends = [ base bytestring ]; buildDepends = [ base bytestring ];
homepage = "https://github.com/evanrinehart/mikmod"; homepage = "https://github.com/evanrinehart/mikmod";
description = "MikMod bindings"; description = "MikMod bindings";
@ -88103,8 +88129,8 @@ self: {
({ mkDerivation, base, doctest, primitive, random, time }: ({ mkDerivation, base, doctest, primitive, random, time }:
mkDerivation { mkDerivation {
pname = "pcg-random"; pname = "pcg-random";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "04l33f4z9hys2aydai1qml2y7izv1d5ig60mgmwifr8mk68gc1lg"; sha256 = "00w6r2zpw5h2db7h8k3y6l1kryi8jvn1rf5wamx0a634ga606czc";
buildDepends = [ base primitive random time ]; buildDepends = [ base primitive random time ];
testDepends = [ base doctest ]; testDepends = [ base doctest ];
homepage = "http://github.com/cchalmers/pcg-random"; homepage = "http://github.com/cchalmers/pcg-random";
@ -91177,8 +91203,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "postgrest"; pname = "postgrest";
version = "0.2.5.1"; version = "0.2.5.2";
sha256 = "1k9fy4arnq3nyz82ndqlqqw9i00g3d9n554ij49zhvjrc42drlng"; sha256 = "0lxc81scd52blhkrdcv5zamazbvysnmhcgqx5rjr6lznr8p438c5";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -100603,8 +100629,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "seqaid"; pname = "seqaid";
version = "0.3.0.1"; version = "0.4.0.0";
sha256 = "0kb9zjw0d0czryq26s0r8cbjhvf93czgb5c3ljm3dnr7nr8biqgk"; sha256 = "0kmzzxk1z10lqjawl0yqbv1n35b0bx41ikgiqii202m73khbg9qn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -100635,9 +100661,10 @@ self: {
({ mkDerivation, base, transformers }: ({ mkDerivation, base, transformers }:
mkDerivation { mkDerivation {
pname = "seqid"; pname = "seqid";
version = "0.3.0"; version = "0.3.1";
sha256 = "0x303al5hvw5kd4s0xa20nvmd8z9jy8m5mncldhbylsxwd402bd9"; sha256 = "1iaj9hifmmscjwi55996cx5dlm44k3gf0dlvdrnr92pf10qzdw86";
buildDepends = [ base transformers ]; buildDepends = [ base transformers ];
jailbreak = true;
description = "Sequence ID production and consumption"; description = "Sequence ID production and consumption";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -100658,8 +100685,8 @@ self: {
({ mkDerivation, base, io-streams, seqid }: ({ mkDerivation, base, io-streams, seqid }:
mkDerivation { mkDerivation {
pname = "seqid-streams"; pname = "seqid-streams";
version = "0.3.0"; version = "0.3.1";
sha256 = "1kpc972lbralvyv1y8w29ap2iqfb5prm5wcraar0mnn05c9rb9iq"; sha256 = "1pka0dl7csmpjd2xa4xdq643gpnpavgr202vmp92gv67a7jpp30d";
buildDepends = [ base io-streams seqid ]; buildDepends = [ base io-streams seqid ];
description = "Sequence ID IO-Streams"; description = "Sequence ID IO-Streams";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -103099,18 +103126,19 @@ self: {
"slack-api" = callPackage "slack-api" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, errors ({ mkDerivation, aeson, base, bytestring, containers, errors
, HsOpenSSL, io-streams, lens, lens-aeson, monad-loops, mtl , HsOpenSSL, io-streams, lens, lens-aeson, monad-loops, mtl
, network, openssl-streams, text, time, transformers, websockets , network, network-uri, openssl-streams, text, time, transformers
, wreq , websockets, wreq
}: }:
mkDerivation { mkDerivation {
pname = "slack-api"; pname = "slack-api";
version = "0.2.1"; version = "0.3";
sha256 = "1k6p60gb13g09y6isr1r90zw548vs4y1fz34amfhdx79g9zm30hy"; sha256 = "13qpvsm7k5b1lfl02dxpcffrj3ilyfcxz4yiy187xbk5hrgn2c39";
buildDepends = [ buildDepends = [
aeson base bytestring containers errors HsOpenSSL io-streams lens aeson base bytestring containers errors HsOpenSSL io-streams lens
lens-aeson monad-loops mtl network openssl-streams text time lens-aeson monad-loops mtl network network-uri openssl-streams text
transformers websockets wreq time transformers websockets wreq
]; ];
testDepends = [ base ];
description = "Bindings to the Slack RTM API"; description = "Bindings to the Slack RTM API";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -110847,8 +110875,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "test-sandbox"; pname = "test-sandbox";
version = "0.0.1.12"; version = "0.0.1.13";
sha256 = "14pds1qsdnpnl71jnxh4jgpmy0vlhdga8mipddwzqp1wiij481r3"; sha256 = "0hrqfajgmbwiwxh66ijsrvjmiind5gvi9xq14s8f0w7bcqxjcrrr";
buildDepends = [ buildDepends = [
base bytestring cereal containers data-default directory filepath base bytestring cereal containers data-default directory filepath
lifted-base monad-control monad-loops mtl network process random lifted-base monad-control monad-loops mtl network process random
@ -119467,8 +119495,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "wai-websockets"; pname = "wai-websockets";
version = "3.0.0.3"; version = "3.0.0.4";
sha256 = "1rcgl20nr05z1d7ci5zbvx70n2i33nb3bfvcv9xdyc30mdfg5h39"; sha256 = "0bnwx1fxvr7v0v2apl1sdssz2nrmb9rn86ix2kmwv323i60f6g4c";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -119513,8 +119541,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "warp"; pname = "warp";
version = "3.0.7"; version = "3.0.8";
sha256 = "0zrjjmi24mz6qz6v1q60qg1kn6cbhfc9n75jjllznb3a6bfyps3z"; sha256 = "1zfvypsql8fciip8lblbdwwxbr15i6nknk2ip3mmm8h7wxq3yn1w";
buildDepends = [ buildDepends = [
array auto-update base blaze-builder bytestring case-insensitive array auto-update base blaze-builder bytestring case-insensitive
ghc-prim hashable http-date http-types iproute network ghc-prim hashable http-date http-types iproute network
@ -119574,8 +119602,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "warp-tls"; pname = "warp-tls";
version = "3.0.1.3"; version = "3.0.1.4";
sha256 = "0x0y1g79il7l3vx3888p6vjf7jpqwpc46xb54pl3cxw3j9jjd4gc"; sha256 = "1f4bwyck6lg3jndsspimpa92p71zxmlxmk9zjx1hkplld2i4psdk";
buildDepends = [ buildDepends = [
base bytestring cprng-aes data-default-class network base bytestring cprng-aes data-default-class network
streaming-commons tls wai warp streaming-commons tls wai warp
@ -123133,6 +123161,20 @@ self: {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
}) {}; }) {};
"yampa2048" = callPackage
({ mkDerivation, base, gloss, random, Yampa }:
mkDerivation {
pname = "yampa2048";
version = "0.1.0.0";
sha256 = "03plrnzxsci4fk23h8a992n5al1jc93igf61pskmhx8zgl3j3qmz";
isLibrary = false;
isExecutable = true;
buildDepends = [ base gloss random Yampa ];
homepage = "https://github.com/ksaveljev/yampa-2048";
description = "2048 game clone using Yampa/Gloss";
license = stdenv.lib.licenses.mit;
}) {};
"yaop" = callPackage "yaop" = callPackage
({ mkDerivation, base, mtl, template-haskell }: ({ mkDerivation, base, mtl, template-haskell }:
mkDerivation { mkDerivation {
@ -123564,8 +123606,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "yesod-bin"; pname = "yesod-bin";
version = "1.4.3.4"; version = "1.4.3.5";
sha256 = "0p846afc6dvj1qq0fqn7y8wrmbc8if2929s5m1agix2srxqax1al"; sha256 = "1qqgpz50ycwk5ikkh10x5bai2d5g9zsc0lmx9150r0hzrmls7j0b";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -124388,8 +124430,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "yesod-test"; pname = "yesod-test";
version = "1.4.2.2"; version = "1.4.3";
sha256 = "1ijrk27arvwxm3727lfj1vv5hmlk40nn9qfnf4fwln0r3946a1wv"; sha256 = "1hkrxyflz3fcjf280lcafpl3krkj366xnx2ks5h0qzwhv9mjagi3";
buildDepends = [ buildDepends = [
attoparsec base blaze-builder blaze-html blaze-markup bytestring attoparsec base blaze-builder blaze-html blaze-markup bytestring
case-insensitive containers cookie hspec-core html-conduit case-insensitive containers cookie hspec-core html-conduit