mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 16:46:09 +00:00
12 lines
270 B
Nix
12 lines
270 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "HUnit";
|
||
|
version = "1.2.2.1"; # Haskell Platform 2010.1.0.0
|
||
|
sha256 = "47235503b666658588181795540d29212283059b21edc42e1b4f1998e46ac853";
|
||
|
meta = {
|
||
|
description = "A unit testing framework for Haskell";
|
||
|
};
|
||
|
})
|
||
|
|