summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/type-eq/default.nix
blob: 89b6398c5e065a3828ce1042b4b707145281bb79 (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, cpphs }:

cabal.mkDerivation (self: {
  pname = "type-eq";
  version = "0.4.2";
  sha256 = "0nyx3lqgrnlz0l3p615ln2dglqd39jwlk91ybz7blzhq1gpgayar";
  buildTools = [ cpphs ];
  meta = {
    homepage = "http://github.com/glaebhoerl/type-eq";
    description = "Type equality evidence you can carry around";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})