summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/non-negative/default.nix
blob: 9b7af5e775173c41841f74438c23c1b7346be58f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
  };
})