New command line processing.

This commit is contained in:
2016-04-30 16:15:00 -07:00
parent 079796ecc3
commit edc2a7161a
3 changed files with 58 additions and 39 deletions

View File

@@ -14,9 +14,9 @@ cabal-version: >=1.10
executable bang
main-is: Main.hs
build-depends: base >= 4.8 && < 4.9,
bytestring >= 0.10 && < 0.11,
cmdargs >= 0.10.14 && < 0.12
build-depends: base >= 4.8 && < 4.9,
bytestring >= 0.10 && < 0.11,
optparse-applicative >= 0.12.1 && < 0.14
hs-source-dirs: src
build-tools: alex, happy
default-language: Haskell2010