mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskell-Extra: update to version 1.46.3
This commit is contained in:
parent
40bb2781ee
commit
55d8f58d76
@ -1,22 +1,21 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bzlib, filepath, HUnit, mtl, network, pureMD5, QuickCheck
|
||||
, random, regexCompat, time, Unixutils, zlib
|
||||
{ cabal, bzlib, filepath, HUnit, mtl, networkUri, pureMD5
|
||||
, QuickCheck, random, regexCompat, time, Unixutils, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Extra";
|
||||
version = "1.46.1";
|
||||
sha256 = "0dgj72s60mhc36x7hpfdcdvxydq5d5aj006gxma9zz3hqzy5nnz9";
|
||||
version = "1.46.3";
|
||||
sha256 = "1xmwp9cp905nzx5x858wyacjpppn76mkfpkxksdhlq9zhmkp5yyh";
|
||||
buildDepends = [
|
||||
bzlib filepath HUnit mtl network pureMD5 QuickCheck random
|
||||
bzlib filepath HUnit mtl networkUri pureMD5 QuickCheck random
|
||||
regexCompat time Unixutils zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://src.seereason.com/haskell-extra";
|
||||
homepage = "https://github.com/ddssff/haskell-extra";
|
||||
description = "A grab bag of modules";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user