hse-cpp-0.2: hse-cpp.cabal
-- Initial hse-cpp.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hse-cpp
version: 0.2
synopsis: Preprocess+parse haskell code
-- description:
license: MIT
license-file: LICENSE
author: Roman Cheplyaka
maintainer: Roman Cheplyaka <roma@ro-che.info>
-- copyright:
category: Language
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Language.Haskell.Exts.CPP
-- other-modules:
build-depends: base == 4.*
, cpphs
, haskell-src-exts >= 1.18
default-language: Haskell2010