12 lines
268 B
Nix
12 lines
268 B
Nix
|
{cabal}:
|
||
|
|
||
|
cabal.mkDerivation (self : {
|
||
|
pname = "HUnit";
|
||
|
version = "1.2.0.3"; # Haskell Platform 2009.0.0
|
||
|
sha256 = "954f584f7c096c3ddef677e70b3811195bb4fd18dfdb4727a260ca7d7465de12";
|
||
|
meta = {
|
||
|
description = "A unit testing framework for Haskell";
|
||
|
};
|
||
|
})
|
||
|
|