nixpkgs/pkgs/development/libraries/haskell/non-negative/default.nix
2014-08-09 13:49:24 +02:00

18 lines
526 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck, utilityHt }:
cabal.mkDerivation (self: {
pname = "non-negative";
version = "0.1.1";
sha256 = "163g3j3xrx1jkrbg2wnha3yyxyg1mn7kabmbpg82y3rbl3ihy1p7";
buildDepends = [ QuickCheck utilityHt ];
testDepends = [ QuickCheck utilityHt ];
meta = {
homepage = "http://code.haskell.org/~thielema/non-negative/";
description = "Non-negative numbers";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})