about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/non-negative/default.nix
blob: 92d1cf77c639b4bcb60900ff9a100ff32c25e978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})