haskell-transformers-compat: cosmetic
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user