haskell-quickcheck-unicode: add version 1.0.0.0

This commit is contained in:
Peter Simons 2014-12-12 10:09:48 +01:00
parent f52619082e
commit 299fe02d00
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck }:
cabal.mkDerivation (self: {
pname = "quickcheck-unicode";
version = "1.0.0.0";
sha256 = "0yp7d2hwvipw2sdjf4sm45v3iiijc1yi4qk21kq12fi6x6xxwcxq";
buildDepends = [ QuickCheck ];
meta = {
homepage = "https://github.com/bos/quickcheck-unicode";
description = "Generator and shrink functions for testing Unicode-related software";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -2088,6 +2088,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
quickcheckPropertyMonad = callPackage ../development/libraries/haskell/quickcheck-property-monad {};
quickcheckUnicode = callPackage ../development/libraries/haskell/quickcheck-unicode {};
qrencode = callPackage ../development/libraries/haskell/qrencode {
inherit (pkgs) qrencode;
};