Commit 6fe9b22d authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #290 from edwtjo/ghc-parser-build-tools

ghc-parser: add missing build-tools directive
parents 192368d9 5fc83870
-- Initial ghc-parser.cabal generated by cabal init. For further -- Initial ghc-parser.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser name: ghc-parser
version: 0.1.3.0 version: 0.1.3.0
synopsis: Haskell source parser from GHC. synopsis: Haskell source parser from GHC.
-- description: -- description:
homepage: https://github.com/gibiansky/IHaskell homepage: https://github.com/gibiansky/IHaskell
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Andrew Gibiansky author: Andrew Gibiansky
maintainer: andrew.gibiansky@gmail.com maintainer: andrew.gibiansky@gmail.com
-- copyright: -- copyright:
category: Language category: Language
build-type: Custom build-type: Custom
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.16 cabal-version: >=1.16
extra-source-files: build-tools: happy, cpphs
extra-source-files:
build-parser.sh build-parser.sh
HaskellParser76.y.pp HaskellParser76.y.pp
HaskellParser782.y.pp HaskellParser782.y.pp
...@@ -25,8 +27,8 @@ extra-source-files: ...@@ -25,8 +27,8 @@ extra-source-files:
library library
exposed-modules: Language.Haskell.GHC.Parser, exposed-modules: Language.Haskell.GHC.Parser,
Language.Haskell.GHC.HappyParser Language.Haskell.GHC.HappyParser
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >=4.6 && <4.8, build-depends: base >=4.6 && <4.8,
ghc >=7.6 && <7.10 ghc >=7.6 && <7.10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment