3
0
Fork 0
forked from mirrors/nixpkgs

haskell-preprocessor-tools: update to version 1.0.1

This commit is contained in:
Peter Simons 2014-02-10 11:06:32 +01:00
parent 7e5d1095d3
commit 4d3b7d6327

View file

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ mtl parsec syb ];
meta = {
homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/";
description = "Extending Haskell's syntax using a custom preprocessor";
description = "A framework for extending Haskell's syntax via quick-and-dirty preprocessors";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};