summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-mtl/default.nix
blob: 61319f1fb5a516a11fae9d171b3cb9ad3f0788b9 (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, exceptions, extensibleExceptions, mtl }:

cabal.mkDerivation (self: {
  pname = "ghc-mtl";
  version = "1.2.1.0";
  sha256 = "0h6r6gip9nsjlsq88wj105hhqliy7ac2dmmndsfzbjz07b03cklk";
  buildDepends = [ exceptions extensibleExceptions mtl ];
  meta = {
    homepage = "http://hub.darcs.net/jcpetruzza/ghc-mtl";
    description = "An mtl compatible version of the Ghc-Api monads and monad-transformers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})