summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/TypeCompose/default.nix
blob: de5f41ab384bcb2036f7c368f2441dca65140f3c (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 }:

cabal.mkDerivation (self: {
  pname = "TypeCompose";
  version = "0.9.10";
  sha256 = "1wpldqdf6czl36fs4pvvj2z3kg1487sanqncp4rbmgrrhbfmqxxq";
  meta = {
    homepage = "https://github.com/conal/TypeCompose";
    description = "Type composition classes & instances";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
  };
})