Checkpoint

This commit is contained in:
2016-06-21 23:13:42 -07:00
parent 156120fbec
commit 3adb7650b4
4 changed files with 183 additions and 50 deletions

View File

@@ -15,16 +15,16 @@ cabal-version: >= 1.10
executable bang
main-is: Main.hs
build-depends:
array,
base,
bytestring,
containers,
lens,
llvm-pretty,
monadLib,
optparse-applicative,
pretty,
text
array >= 0.5.1.1 && < 0.9,
base >= 4.7 && < 5.0,
bytestring >= 0.10.6 && < 0.13,
containers >= 0.5.4 && < 0.8,
lens >= 4.14 && < 4.16,
llvm-pretty >= 0.4.0.1 && < 0.8,
monadLib >= 3.7.3 && < 3.9,
optparse-applicative >= 0.12.1.0 && < 0.15,
pretty >= 1.1.3.3 && < 1.4,
text >= 1.2.2.1 && < 1.5
hs-source-dirs: src
build-tools: alex, happy
ghc-options: -Wall