haskell-smallcheck: delete obsolete version 0.6.2

This commit is contained in:
Peter Simons
2013-02-21 16:04:50 +01:00
parent 45eb9f5589
commit f684c61325
3 changed files with 1 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
{ cabal, dlist }:
cabal.mkDerivation (self: {
pname = "smallcheck";
version = "0.6.2";
sha256 = "0yz7an3k71ia7sgs8xpkh37xz9ipsnbf13680185cij8llq8zbyr";
buildDepends = [ dlist ];
meta = {
homepage = "https://github.com/feuerbach/smallcheck";
description = "A property-based testing library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})