1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/development/libraries/haskell/QuickCheck/default.nix
Andres Löh b148543c3e Towards Haskell Platform support.
svn path=/nixpkgs/trunk/; revision=15148
2009-04-19 11:44:37 +00:00

12 lines
274 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "QuickCheck";
version = "1.2.0.0"; # Haskell Platform 2009.0.0
sha256 = "21672d817913ac7ab6d3fd7f102dd5d0f115a0826c95b9604c8c0b0171e8d4ed";
meta = {
description = "Automatic testing of Haskell programs";
};
})