Something parses!

This commit is contained in:
2016-06-08 16:12:43 -04:00
parent 12ef49fc7b
commit e5bb88aa4e
9 changed files with 294 additions and 628 deletions

View File

@@ -9,20 +9,30 @@ maintainer: Adam Wick <awick@uhsure.com>
category: Development
build-type: Simple
cabal-version: >=1.10
cabal-version: >= 1.10
executable bang
main-is: Main.hs
build-depends:
array >= 0.5.1.0 && < 0.7,
base >= 4.8 && < 4.9,
bytestring >= 0.10 && < 0.11,
containers >= 0.5.6.2 && < 0.7,
lens >= 4.14 && < 4.18,
monadLib >= 3.7.3 && < 3.9,
optparse-applicative >= 0.12.1 && < 0.14,
text >= 1.2.2.1 && < 1.4
array,
base,
bytestring,
containers,
lens,
monadLib,
optparse-applicative,
pretty,
text
-- array >= 0.5.1.0 && < 0.7,
-- base >= 4.8 && < 4.9,
-- bytestring >= 0.10 && < 0.11,
-- containers >= 0.5.6.2 && < 0.7,
-- lens >= 4.14 && < 4.18,
-- monadLib >= 3.7.3 && < 3.9,
-- optparse-applicative >= 0.12.1 && < 0.14,
-- pretty >= 1.1.3.2 && < 1.5,
-- text >= 1.2.2.1 && < 1.4
hs-source-dirs: src
build-tools: alex, happy
ghc-options: -Wall