Checkpoint: Working my way through Typing Haskell in Haskell.
This commit is contained in:
10
bang.cabal
10
bang.cabal
@@ -20,19 +20,11 @@ executable bang
|
||||
bytestring,
|
||||
containers,
|
||||
lens,
|
||||
llvm-pretty,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user