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

{ cabal, genericsSop, transformers }:

cabal.mkDerivation (self: {
  pname = "exhaustive";
  version = "1.1.0";
  sha256 = "14pdf5iks0j2vpg3w48qs32lnj8ahkd0jljjhx1qap66mss0i3jl";
  buildDepends = [ genericsSop transformers ];
  meta = {
    homepage = "http://github.com/ocharles/exhaustive";
    description = "Compile time checks that a computation considers producing data through all possible constructors";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})