2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-05 21:45:42 +02:00
|
|
|
{ cabal, doctest, either, filepath, QuickCheck, transformers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "quickcheck-property-monad";
|
2014-07-22 12:22:08 +02:00
|
|
|
version = "0.2.3";
|
|
|
|
sha256 = "12vg14xwhhsqwygrs5lylsg514am5sslqc15nbl8mwzzxix1w8xb";
|
2014-05-05 21:45:42 +02:00
|
|
|
buildDepends = [ either QuickCheck transformers ];
|
|
|
|
testDepends = [ doctest filepath QuickCheck ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/bennofs/quickcheck-property-monad/";
|
|
|
|
description = "quickcheck-property-monad";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|