Build haddock for transformers-compat

This commit is contained in:
Gergely Risko 2013-07-08 22:14:13 +02:00 committed by Peter Simons
parent ea21636320
commit b42f757d6b

View file

@ -5,7 +5,6 @@ cabal.mkDerivation (self: {
version = "0.1.1.1";
sha256 = "0i0bcfmqsnqa8fyp81virr5bh3hk23261xyx28jcfamrc18ly9ij";
buildDepends = [ transformers ];
noHaddock = true;
meta = {
homepage = "http://github.com/ekmett/transformers-compat/";
description = "A small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms.";