hackage-packages.nix: re-generate from Hackage 2015-01-23T17:16:39+0100

Fixes https://github.com/NixOS/nixpkgs/issues/5920.
This commit is contained in:
Peter Simons 2015-01-23 12:11:10 +01:00
parent d1b06927bc
commit 37c8cbd92f
2 changed files with 118 additions and 55 deletions

View File

@ -50,7 +50,7 @@ self: super: {
}); # warning: "Module Control.Monad.Error is deprecated"
# Depends on time == 0.1.5, which we don't have.
HStringTemplate_0_8 = dontDistribute super.HStringTemplate_0_8;
HStringTemplate_0_8_1 = dontDistribute super.HStringTemplate_0_8_1;
# This is part of bytestring in our compiler.
bytestring-builder = dontHaddock super.bytestring-builder;

View File

@ -3944,23 +3944,26 @@ self: {
}) {};
"EtaMOO" = callPackage
({ mkDerivation, array, base, bytestring, containers, haskeline
, mtl, network, old-locale, parsec, pcre, pureMD5, random, stm
, text, time, transformers, unix, unordered-containers, vector
({ mkDerivation, array, base, bytestring, case-insensitive
, containers, hashable, haskeline, mtl, network, old-locale, parsec
, pcre, pipes, pipes-bytestring, pipes-concurrency, pipes-network
, pureMD5, random, stm, stm-chans, text, time, transformers, unix
, unordered-containers, vector
}:
mkDerivation {
pname = "EtaMOO";
version = "0.1.0.0";
sha256 = "1c693ljwhhcvfdy0jrzsviv4ahl526jgc1r0hff6c9kk0k0cl2rk";
version = "0.2.0.0";
sha256 = "0v7qq4d6zd3nr0856q3crivqqfq5q0rdppzf48jgzc9fzas6jl9n";
isLibrary = false;
isExecutable = true;
buildDepends = [
array base bytestring containers haskeline mtl network old-locale
parsec pureMD5 random stm text time transformers unix
unordered-containers vector
array base bytestring case-insensitive containers hashable
haskeline mtl network old-locale parsec pipes pipes-bytestring
pipes-concurrency pipes-network pureMD5 random stm stm-chans text
time transformers unix unordered-containers vector
];
extraLibraries = [ pcre ];
homepage = "https://github.com/verement/etamoo";
homepage = "http://verement.github.io/etamoo";
description = "A new implementation of the LambdaMOO server";
license = stdenv.lib.licenses.bsd3;
}) { inherit (pkgs) pcre;};
@ -6789,7 +6792,7 @@ self: {
pname = "HStringTemplate";
version = "0.7.3";
sha256 = "1gw4v16nk0878qplcx6by2bl4280lwyn9a252p6ldaqlbk9vygw8";
editedCabalFile = "ece4d19b1b67b3fe543c1db710d3322e67f46c041fcd072d5870d47f89afb027";
editedCabalFile = "f3b42ea4e5c29507d6d186ccd34c83425d2e16a55ca3af95fd8bb1a71e3f54cb";
buildDepends = [
array base blaze-builder bytestring containers deepseq directory
filepath mtl old-locale old-time parsec pretty syb template-haskell
@ -6799,19 +6802,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"HStringTemplate_0_8" = callPackage
"HStringTemplate_0_8_1" = callPackage
({ mkDerivation, array, base, blaze-builder, bytestring, containers
, deepseq, directory, filepath, mtl, parsec, pretty, syb
, template-haskell, text, time, utf8-string, void
, template-haskell, text, time, void
}:
mkDerivation {
pname = "HStringTemplate";
version = "0.8";
sha256 = "07wgnkv2ga0h277fr8z18lsvbrhww5bv5s4av6nzl4x4984x0b8y";
version = "0.8.1";
sha256 = "1ccdr1ihlm6m5nb04wkqhksj77hhghag47zkxbmdc1d1qf5z5vzy";
buildDepends = [
array base blaze-builder bytestring containers deepseq directory
filepath mtl parsec pretty syb template-haskell text time
utf8-string void
filepath mtl parsec pretty syb template-haskell text time void
];
jailbreak = true;
description = "StringTemplate implementation in Haskell";
@ -7191,8 +7193,8 @@ self: {
}:
mkDerivation {
pname = "HaXml";
version = "1.25.2";
sha256 = "0n434pwkxbsw6amj1mllaxdjhzwlc2nzd61js4i7if1h6cj73qph";
version = "1.25.3";
sha256 = "1iq74dnxvannx9x1whqc3ixn93r4v5z7b4yv21n9q5963kpafj34";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -24246,8 +24248,8 @@ self: {
}:
mkDerivation {
pname = "blaze-html";
version = "0.7.0.3";
sha256 = "1jn3vvrxb3ifxb5yzs76pjlk8c366xg1sab7qlw9a4kwmigvl6vx";
version = "0.7.1.0";
sha256 = "0krvyik9hdizvyx3r499vah34b1jnnv4ivm9h1ij7rgh9xjw34ja";
buildDepends = [ base blaze-builder blaze-markup bytestring text ];
testDepends = [
base blaze-builder blaze-markup bytestring containers HUnit
@ -32016,12 +32018,12 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"control-monad-free_0_6_0_1" = callPackage
"control-monad-free_0_6_1" = callPackage
({ mkDerivation, base, prelude-extras, transformers }:
mkDerivation {
pname = "control-monad-free";
version = "0.6.0.1";
sha256 = "0mpf50s0n7ir4ibai5hqq1c0vx7k9a8bj745db69pmfvq25d3scs";
version = "0.6.1";
sha256 = "11i297ngwb5ck23vsr84fh5qx4hn7fzm9ml90y79lwi97hyigagy";
buildDepends = [ base prelude-extras transformers ];
homepage = "http://github.com/pepeiborra/control-monad-free";
description = "Free monads and monad transformers";
@ -40730,8 +40732,8 @@ self: {
}:
mkDerivation {
pname = "egison-tutorial";
version = "3.3.6";
sha256 = "0v234hcmx7jr8xqdsmi0v4p0a80v09sdmgqpmvssr0vfj9gjk18x";
version = "3.5.0";
sha256 = "17r2864hghba3yhkrjfkr8x3kc4pjf4zpdbbzrjnnsfm0303mpar";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -53229,6 +53231,21 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"handsy" = callPackage
({ mkDerivation, base, bytestring, free, process, process-extras
, transformers
}:
mkDerivation {
pname = "handsy";
version = "0.0.1";
sha256 = "0fmx48qamfb4kcdgild3zyw0mm93g6ap3gx4gc13y4ci63i1hp1s";
buildDepends = [
base bytestring free process process-extras transformers
];
description = "A DSL to describe common shell operations and interpeters for running them locally and remotely";
license = stdenv.lib.licenses.bsd3;
}) {};
"hangman" = callPackage
({ mkDerivation, base, mtl, random, utility-ht }:
mkDerivation {
@ -60012,8 +60029,8 @@ self: {
}:
mkDerivation {
pname = "hmark";
version = "1.0.0";
sha256 = "0wk69qy1zq5wdmiw7pjrglcypqfm79fzl9yay67s0mvl2k5l0ms4";
version = "1.2";
sha256 = "1s4ichb5dchcimcq9pvdddv2ibbdk2cb2b7p0l7p9s5lxn53bxgg";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -65315,8 +65332,8 @@ self: {
}:
mkDerivation {
pname = "http-client";
version = "0.4.6.2";
sha256 = "1v8k9n23mcql3wpxjq9xy7ppmj8z1vga0ny681pqbdapyqnpfdjc";
version = "0.4.7";
sha256 = "1r00gp6s2m0bnjv4nl12r22m42627fhlkxwski5i2r8i14s98y4k";
buildDepends = [
array base base64-bytestring blaze-builder bytestring
case-insensitive containers cookie data-default-class deepseq
@ -66391,8 +66408,8 @@ self: {
}:
mkDerivation {
pname = "hxt";
version = "9.3.1.10";
sha256 = "0jmd13wh29i7rl8wvz2mrn4055r4pc8qaph5p0hkw8mbpkn93jcf";
version = "9.3.1.11";
sha256 = "1c98cw6dd0932nnyg6j62srdfrcpmsdqbv1habrz4fwkdl7bb46f";
buildDepends = [
base binary bytestring containers deepseq directory filepath HUnit
hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri
@ -68253,8 +68270,8 @@ self: {
}:
mkDerivation {
pname = "inflections";
version = "0.1.0.7";
sha256 = "0hf0s23x5fp763lfq8a4q3jp4d9k886sz56lrav915sz13v8rddz";
version = "0.1.0.8";
sha256 = "1d4f5k2cmk5w13p8x1iy8cgqmi9rf9gqjd175i6z86kz6jj8q3cs";
buildDepends = [ base containers parsec ];
testDepends = [
base containers HUnit parsec QuickCheck test-framework
@ -72049,6 +72066,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"laika" = callPackage
({ mkDerivation, attoparsec, base-prelude, either, record
, system-fileio, system-filepath, template-haskell, text
, transformers
}:
mkDerivation {
pname = "laika";
version = "0.1.0";
sha256 = "168a7gpqx8b6jjg42z74v8w3hlagwcr6xiwmh8qhzm1ynvpna714";
buildDepends = [
attoparsec base-prelude either record system-fileio system-filepath
template-haskell text transformers
];
homepage = "https://github.com/nikita-volkov/laika";
description = "Minimalistic type-checked compile-time template engine";
license = stdenv.lib.licenses.mit;
}) {};
"lambda-ast" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -76992,6 +77027,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) { inherit (pkgs) lzma;};
"maam" = callPackage
({ mkDerivation, base, Cabal, containers, directory
, template-haskell, text
}:
mkDerivation {
pname = "maam";
version = "0.1.0.0";
sha256 = "016r6ifvn07089fxkki3374cxinj6z6axpg16660qx9i552lrg4r";
isLibrary = true;
isExecutable = true;
buildDepends = [
base Cabal containers directory template-haskell text
];
description = "A monadic framework for abstract interpretation";
license = stdenv.lib.licenses.bsd3;
}) {};
"maccatcher" = callPackage
({ mkDerivation, base, binary, parsec, process }:
mkDerivation {
@ -81798,13 +81850,13 @@ self: {
({ mkDerivation, base, mtl, transformers }:
mkDerivation {
pname = "multistate";
version = "0.2.0.0";
sha256 = "1wdl03ad7va1j67rdnnhc9y7nkg26x55mr8g4qcd7ipz9jvzbg56";
version = "0.3.0.0";
sha256 = "1sqaxvvs94max8gw1sz3kkgnp8y9zwrjdclnzv1kkkhciix9a1d1";
isLibrary = true;
isExecutable = true;
buildDepends = [ base mtl transformers ];
homepage = "https://github.com/lspitzner/multistate";
description = "like mtl's ReaderT/StateT, but more than one contained value/type";
description = "like mtl's ReaderT/WriterT/StateT, but more than one contained value/type";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -84047,12 +84099,11 @@ self: {
}:
mkDerivation {
pname = "networked-game";
version = "0.1.0.0";
sha256 = "18wr12sd2lj6wp04l47x7b5sb85q2j3h5f6j6c082nlb6snxvqhh";
version = "0.1.0.1";
sha256 = "12sy97cgqrsmqywh0cznp8wbsw8z2yahlfalsjy32qarcz44banz";
buildDepends = [
base binary bytestring containers network time transformers
];
jailbreak = true;
description = "Networked-game support library";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -94589,8 +94640,8 @@ self: {
}:
mkDerivation {
pname = "record";
version = "0.1.4";
sha256 = "1zg453hhs55vd6rfj17cg8z69djr0gynfpz0sxgqq5sw9g6d359g";
version = "0.1.5";
sha256 = "1ivxj613j0raxvi3wi1ja370501cypwflrrm4p9yk9xyjz9b2cp8";
buildDepends = [
attoparsec base base-prelude template-haskell text transformers
];
@ -98716,8 +98767,8 @@ self: {
}:
mkDerivation {
pname = "sbv";
version = "3.5";
sha256 = "00r80h8p6w1ir2sk3m2xgims22fzxyvij9mz6b0kn9n0qsjmkpaz";
version = "4.0";
sha256 = "0clc65rwxdgr1ps7r06cv5dqq91cfb56z9zmmw700xdmjdjq73f4";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -99944,8 +99995,8 @@ self: {
}:
mkDerivation {
pname = "semigroups";
version = "0.16.0.1";
sha256 = "1j0k65mlsgx0v9gayy221iz3l5990qry5nzhx3w395pn3djrxvs6";
version = "0.16.1";
sha256 = "0ffy7xmzbwwbkcrpdyq0yw07w9ibiwnb2y5qmg0f5p71x830f3ad";
buildDepends = [
base bytestring containers deepseq hashable nats text
unordered-containers
@ -101004,8 +101055,8 @@ self: {
}:
mkDerivation {
pname = "shakespeare";
version = "2.0.3";
sha256 = "0kc6xada1c53a8z47ihbvsfmz5jfxxsp8xibrdxzn9p1wc2wr38l";
version = "2.0.4";
sha256 = "1a5pim3gqmsc4karc9qvqad3hdsv7jr5h6ly560hzkb527gdxcnb";
buildDepends = [
aeson base blaze-html blaze-markup bytestring containers directory
exceptions ghc-prim parsec process system-fileio system-filepath
@ -107243,8 +107294,8 @@ self: {
}:
mkDerivation {
pname = "stylish-haskell";
version = "0.5.11.0";
sha256 = "1174gs5a2n6l2flyb2x93yiq7viwb52kbadw6jya6041xrpblckz";
version = "0.5.11.1";
sha256 = "18d5f25wsjryvh7pzj9wsra5pcna484v4yq8fpdbbic2cp2j3vg1";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -116318,7 +116369,19 @@ self: {
pname = "utf8-string";
version = "0.3.8";
sha256 = "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0";
editedCabalFile = "8ba832e460ddcb31eb8a04c77828a2b1ce313d6a9591a21b78e4546242a82627";
editedCabalFile = "0555d720026fff65342bdc500391ffd300858b6f2c6db441d4dd1eafbcb599ff";
buildDepends = [ base bytestring ];
homepage = "http://github.com/glguy/utf8-string/";
description = "Support for reading and writing UTF8 Strings";
license = stdenv.lib.licenses.bsd3;
}) {};
"utf8-string_1" = callPackage
({ mkDerivation, base, bytestring }:
mkDerivation {
pname = "utf8-string";
version = "1";
sha256 = "025snarzyk4kkw1dk3i8dsxilvxh4kazl6nwq61w9q49y39qiwvr";
buildDepends = [ base bytestring ];
homepage = "http://github.com/glguy/utf8-string/";
description = "Support for reading and writing UTF8 Strings";
@ -118774,8 +118837,8 @@ self: {
}:
mkDerivation {
pname = "warp";
version = "3.0.6";
sha256 = "11796axyfl2lji0ic5hscvc8gfsrn6yavg3j1g0fnqpi9mgy11qz";
version = "3.0.7";
sha256 = "0zrjjmi24mz6qz6v1q60qg1kn6cbhfc9n75jjllznb3a6bfyps3z";
buildDepends = [
array auto-update base blaze-builder bytestring case-insensitive
ghc-prim hashable http-date http-types iproute network
@ -119842,8 +119905,8 @@ self: {
({ mkDerivation, base, bytestring, network, unix }:
mkDerivation {
pname = "witty";
version = "0.0.3";
sha256 = "18m767qgzgz6ns5kv9sbj239iw13hfrkv6qgmcwhglh7nnhl0fpy";
version = "0.0.4";
sha256 = "1k8c74j28nji46gib7r2ivfbvvzmkka9qnyf8hh7cyjgsmxxvq83";
isLibrary = false;
isExecutable = true;
buildDepends = [ base bytestring network unix ];