summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/type-level-natural-number/default.nix
blob: 7bc0c31b86dcb39139e187e0d0b14c3f0c186572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "type-level-natural-number";
  version = "2.0";
  sha256 = "17zgm5ys1z61kxxczz3bzi9m3c48py6pvyx3cqk3xlh1w7n58ryk";
  meta = {
    description = "Simple type level natural numbers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})