forked from mirrors/nixpkgs
haskell-preprocessor-tools: update to version 1.0.1
This commit is contained in:
parent
7e5d1095d3
commit
4d3b7d6327
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue