haskell-Extra: update to version 1.46.3

This commit is contained in:
Peter Simons 2014-11-06 14:29:52 +01:00
parent 40bb2781ee
commit 55d8f58d76

View File

@ -1,22 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, bzlib, filepath, HUnit, mtl, network, pureMD5, QuickCheck { cabal, bzlib, filepath, HUnit, mtl, networkUri, pureMD5
, random, regexCompat, time, Unixutils, zlib , QuickCheck, random, regexCompat, time, Unixutils, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Extra"; pname = "Extra";
version = "1.46.1"; version = "1.46.3";
sha256 = "0dgj72s60mhc36x7hpfdcdvxydq5d5aj006gxma9zz3hqzy5nnz9"; sha256 = "1xmwp9cp905nzx5x858wyacjpppn76mkfpkxksdhlq9zhmkp5yyh";
buildDepends = [ buildDepends = [
bzlib filepath HUnit mtl network pureMD5 QuickCheck random bzlib filepath HUnit mtl networkUri pureMD5 QuickCheck random
regexCompat time Unixutils zlib regexCompat time Unixutils zlib
]; ];
meta = { meta = {
homepage = "http://src.seereason.com/haskell-extra"; homepage = "https://github.com/ddssff/haskell-extra";
description = "A grab bag of modules"; description = "A grab bag of modules";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
broken = true;
}; };
}) })