summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/preprocessor-tools/1.0.1.nix
blob: 021becccfa1f7f4246fa4ee45cdf3a6de22ff779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, mtl, parsec, syb }:

cabal.mkDerivation (self: {
  pname = "preprocessor-tools";
  version = "1.0.1";
  sha256 = "0ngfmvw6hvbr52i01n180ls4c8rx2wk2rka6g6igpvy9x2gwjin9";
  buildDepends = [ mtl parsec syb ];
  meta = {
    homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/";
    description = "A framework for extending Haskell's syntax via quick-and-dirty preprocessors";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})