hse-cpp-0.1: 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.1
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.Annotated.CPP
-- other-modules:
build-depends: base == 4.*
, cpphs
, haskell-src-exts >= 1.14
default-language: Haskell2010