New command line processing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user