Updated Haskell packages.
- BNFC-meta: updated to version 0.3.0.3 - HUnit: added version 1.2.4.3 - multirec: updated to version 0.7.2 - resourcet: updated to version 0.3.2.2 svn path=/nixpkgs/trunk/; revision=34489
This commit is contained in:
17
pkgs/development/libraries/haskell/HUnit/1.2.4.3.nix
Normal file
17
pkgs/development/libraries/haskell/HUnit/1.2.4.3.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ cabal, deepseq }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "HUnit";
|
||||
version = "1.2.4.3";
|
||||
sha256 = "0sk2s0g28wly64nisgrj4wr914zx940pvj5zvkv9n467vssywzbr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ deepseq ];
|
||||
meta = {
|
||||
homepage = "http://hunit.sourceforge.net/";
|
||||
description = "A unit testing framework for Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user