hackage-packages.nix: update to 5d8c308f9f with hackage2nix revision v20150807-15-ge2a125b

This commit is contained in:
Peter Simons 2015-08-08 14:58:45 +02:00
parent 2c9c135ee2
commit 230a448fe6

View File

@ -15448,8 +15448,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "TypeNat";
version = "0.2.1.0";
sha256 = "01dsw64zzwbkvm7q4jwyidjvxbkx6fvx8hhn70d2bpdxxammnxry";
version = "0.4.0.0";
sha256 = "0v6xd98nwl7zg5q5xmlrgzsb3219vcwj8rfacdyzdb9xpq5l9dnv";
libraryHaskellDepends = [ base ];
jailbreak = true;
homepage = "https://github.com/avieth/TypeNat";
@ -29334,8 +29334,8 @@ self: {
}:
mkDerivation {
pname = "cabal-bounds";
version = "0.9.4";
sha256 = "1l1nqf8878kmmdc5ssrpn52cszn9w0ym70pjjbaprpa1c7mdbziy";
version = "0.9.5";
sha256 = "0l4s0j75ianggpl3hbqrr3zp7v9jjgd5646ydqbcg040win20lzh";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -29420,8 +29420,8 @@ self: {
}:
mkDerivation {
pname = "cabal-debian";
version = "4.30";
sha256 = "07wv05fi9sgh8v9239c4rvwrxrmwk7awmk5hpcnpyx8yj8z9z7q5";
version = "4.30.2";
sha256 = "1vafxq1h2nispc7jdckxy2c746ikh60cscg9rrrbvs01wvjam9xw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -42863,8 +42863,8 @@ self: {
}:
mkDerivation {
pname = "diagrams-hsqml";
version = "0.1.0.0";
sha256 = "1j1n9bamb1fyfgbmiyqssyzh93fahmg48yb7z3z18rrxmn04rnax";
version = "0.2.0.0";
sha256 = "0f84919h7k93nnzgr2k9jp08qsgs2dgzihavmz2g9q1c6d53q6v0";
libraryHaskellDepends = [
base colour containers diagrams-core diagrams-lib hsqml lens text
transformers
@ -55649,18 +55649,17 @@ self: {
}) {};
"ghcjs-dom" = callPackage
({ mkDerivation, base, glib, gtk, mtl, text, transformers, webkit
}:
({ mkDerivation, base, ghcjs-base, mtl, text }:
mkDerivation {
pname = "ghcjs-dom";
version = "0.1.1.3";
sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly";
libraryHaskellDepends = [
base glib gtk mtl text transformers webkit
];
libraryHaskellDepends = [ base ghcjs-base mtl text ];
jailbreak = true;
description = "DOM library that supports both GHCJS and WebKitGTK";
license = stdenv.lib.licenses.mit;
}) {};
broken = true;
}) { ghcjs-base = null;};
"ghcjs-dom-hello" = callPackage
({ mkDerivation, base, ghcjs-dom, mtl }:
@ -81008,21 +81007,20 @@ self: {
}) {};
"jsaddle" = callPackage
({ mkDerivation, base, glib, gtk3, hslogger, lens, template-haskell
, text, transformers, webkitgtk3, webkitgtk3-javascriptcore
({ mkDerivation, base, hslogger, lens, template-haskell, text
, transformers
}:
mkDerivation {
pname = "jsaddle";
version = "0.2.0.6";
sha256 = "1ggnhv9lgsd330p1k6zvg20dbqb1ysh282nalxramqvn2yhmqsx4";
libraryHaskellDepends = [
base lens template-haskell text transformers webkitgtk3
webkitgtk3-javascriptcore
base lens template-haskell text transformers
];
testHaskellDepends = [
base glib gtk3 hslogger lens template-haskell text transformers
webkitgtk3 webkitgtk3-javascriptcore
base hslogger lens template-haskell text transformers
];
jailbreak = true;
description = "High level interface for webkit-javascriptcore";
license = stdenv.lib.licenses.mit;
}) {};
@ -81286,8 +81284,8 @@ self: {
}:
mkDerivation {
pname = "json-rpc";
version = "0.6.1.0";
sha256 = "1vm6x08xqsw7sd3s0cq8i4hxagyxxc5jwypc80nv2rcdnyyhdmf7";
version = "0.6.2.0";
sha256 = "1d9w18x9l0iyq5br1xgjaxkclcmrw56nlkifqkcv9fgsividhyw3";
libraryHaskellDepends = [
aeson attoparsec base bytestring conduit conduit-extra deepseq
hashable lifted-async monad-control monad-logger mtl QuickCheck stm
@ -92402,19 +92400,19 @@ self: {
"moesocks" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring
, containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network
, optparse-applicative, random, safe, stm, text, transformers, unix
, unordered-containers
, optparse-applicative, random, safe, stm, text, time, transformers
, unix, unordered-containers
}:
mkDerivation {
pname = "moesocks";
version = "0.1.0.11";
sha256 = "1qmgsps9c6hcpb1y1z6jb0bjl51apll8s1vg6arz8kma98dkd79d";
version = "0.1.0.12";
sha256 = "1f31qd4lgc2li9q7cf7zx700v23sln9wxfd7yaw0d2q0qmqj2zvi";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
aeson async attoparsec base binary bytestring containers cryptohash
hslogger HsOpenSSL lens mtl network optparse-applicative random
safe stm text transformers unix unordered-containers
safe stm text time transformers unix unordered-containers
];
homepage = "https://github.com/nfjinjing/moesocks";
description = "A functional firewall killer";
@ -94328,14 +94326,14 @@ self: {
"mtl-unleashed" = callPackage
({ mkDerivation, base, contravariant, hspec, hspec-core, lens, mtl
, profunctors
, profunctors, tagged
}:
mkDerivation {
pname = "mtl-unleashed";
version = "0.3";
sha256 = "1rirgbs4b7q7yjnvdw1j2y6nmym47adm8lcl0xysxi2hhhvs8r9c";
version = "0.3.1";
sha256 = "04kbm0lxfwv34991384blz8a4qjwl32jv0d3x6rvgpjlidphfi2l";
libraryHaskellDepends = [
base contravariant lens mtl profunctors
base contravariant lens mtl profunctors tagged
];
testHaskellDepends = [
base contravariant hspec hspec-core lens mtl profunctors
@ -107864,8 +107862,8 @@ self: {
({ mkDerivation, base, filepath, hspec, template-haskell }:
mkDerivation {
pname = "publicsuffix";
version = "0.20150804";
sha256 = "06b311vdwihqhdwf2zr0akndgyaxycli7lymzzyfbn0rhhx1g2kn";
version = "0.20150808";
sha256 = "1dcmi45vz9m4asf7i8bw6qigdcd2f7f48dmm2bq4w4dsjrp247dk";
libraryHaskellDepends = [ base filepath template-haskell ];
testHaskellDepends = [ base hspec ];
homepage = "https://github.com/wereHamster/publicsuffix-haskell/";
@ -112359,8 +112357,8 @@ self: {
({ mkDerivation, base, hmatrix, repa, vector }:
mkDerivation {
pname = "repa-linear-algebra";
version = "0.0.0.0";
sha256 = "1y16rmdygxay46xbm617g944aazml48izzmkx46avvqvjyql96w1";
version = "0.1.0.0";
sha256 = "06lvp3sj6w4kvw6qhn5wcy2c2v7w15jaicw1pm14ssxhs4xl866g";
libraryHaskellDepends = [ base hmatrix repa vector ];
homepage = "https://github.com/marcinmrotek/repa-linear-algebra";
description = "HMatrix operations for Repa";
@ -133960,8 +133958,8 @@ self: {
({ mkDerivation, base, singletons }:
mkDerivation {
pname = "type-list";
version = "0.1.0.0";
sha256 = "0y5qa882rcrlq13mfsp8yzbn6fqsc2clii2qjhk1nmg8ivqf026v";
version = "0.2.0.0";
sha256 = "19akcmjn1jgcxfsyw49pfydil47vh5zp99rb8qsyhmlv7x9czc03";
libraryHaskellDepends = [ base singletons ];
description = "Operations on type-level lists and tuples";
license = stdenv.lib.licenses.bsd3;
@ -140102,14 +140100,14 @@ self: {
"webkit" = callPackage
({ mkDerivation, base, bytestring, cairo, glib, gtk
, gtk2hs-buildtools, mtl, pango, text, webkit
, gtk2hs-buildtools, mtl, pango, text, transformers, webkit
}:
mkDerivation {
pname = "webkit";
version = "0.13.1.3";
sha256 = "00h9465xl6rfnd72cmn68z3mpany63dxl6fm2gqjbdzbrssj7306";
version = "0.14.1.0";
sha256 = "1mmlsdnq9pws3jhk0gzqdhy8b7zwm80g2cmygahqagvyh7jvb7r4";
libraryHaskellDepends = [
base bytestring cairo glib gtk mtl pango text
base bytestring cairo glib gtk mtl pango text transformers
];
libraryPkgconfigDepends = [ webkit ];
libraryToolDepends = [ gtk2hs-buildtools ];
@ -140126,6 +140124,7 @@ self: {
sha256 = "1gj40kdll7pd84graxcrc327za6kgp453zh48srmzvrk9yvnj67x";
libraryHaskellDepends = [ base glib gtk webkit ];
libraryToolDepends = [ gtk2hs-buildtools ];
jailbreak = true;
description = "JavaScriptCore FFI from webkitgtk";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -140133,18 +140132,17 @@ self: {
"webkitgtk3" = callPackage
({ mkDerivation, base, bytestring, cairo, glib, gtk2hs-buildtools
, gtk3, mtl, pango, text, webkit
, gtk3, mtl, pango, text, transformers, webkit
}:
mkDerivation {
pname = "webkitgtk3";
version = "0.13.1.3";
sha256 = "0gfznb6n46576im72m6k9wrwc2n9f48nk4dsaz2llvzlzlzx4zfk";
version = "0.14.1.0";
sha256 = "16dypc71xh223746cgwa143vqyxymx6dqxk01j3ixpx7ybzr7lnm";
libraryHaskellDepends = [
base bytestring cairo glib gtk3 mtl pango text
base bytestring cairo glib gtk3 mtl pango text transformers
];
libraryPkgconfigDepends = [ webkit ];
libraryToolDepends = [ gtk2hs-buildtools ];
jailbreak = true;
homepage = "http://projects.haskell.org/gtk2hs/";
description = "Binding to the Webkit library";
license = stdenv.lib.licenses.lgpl21;
@ -141674,8 +141672,8 @@ self: {
}:
mkDerivation {
pname = "xcffib";
version = "0.3.4";
sha256 = "03z31c5gnybpfvh3idqimnz90pzbijhrqa8hlikryab148gp1gzn";
version = "0.3.5";
sha256 = "0ri50cbsh8a67q3frsz6214b73ahmga348my5x5bp6w7likiqnly";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [