Skip to content

Commit

Permalink
Merge pull request #31 from simonmichael/patch-1
Browse files Browse the repository at this point in the history
newer alex and happy are needed with GHC 7.8
  • Loading branch information
alanz committed Apr 28, 2014
2 parents 7986ab9 + 29f6ddc commit 71ded9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions language-javascript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ Library
, blaze-builder >= 0.2 && < 1
, bytestring >= 0.9.1 && < 1
, utf8-string >= 0.3.7 && < 1
build-tools: happy >= 1.18.5, alex >= 3.0.5
if impl(ghc >= 7.8)
build-tools: happy >= 1.19, alex >= 3.1
else
build-tools: happy >= 1.18.5, alex >= 3.0.5
hs-source-dirs: src
Exposed-modules: Language.JavaScript.Parser
Language.JavaScript.Parser.Parser
Expand All @@ -51,7 +54,6 @@ Library
Language.JavaScript.Parser.ParserMonad
Language.JavaScript.Parser.StringEscape
Language.JavaScript.Parser.Token
Build-tools: happy
ghc-options: -Wall

Test-Suite test-language-javascript
Expand Down

0 comments on commit 71ded9d

Please sign in to comment.