haskell-transformers-compat: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:09:27 +02:00
parent b9136ed171
commit c829e67198

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ transformers ];
meta = {
homepage = "http://github.com/ekmett/transformers-compat/";
description = "Small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms";
description = "A small compatibility shim exposing the new types from transformers 0.3 to older Haskell platforms.";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};