Start on next
This commit is contained in:
37
3or4/chi.cabal
Normal file
37
3or4/chi.cabal
Normal file
@ -0,0 +1,37 @@
|
||||
cabal-version: 2.0
|
||||
name: chi
|
||||
version: 0.1.0
|
||||
build-type: Simple
|
||||
|
||||
library
|
||||
default-language:
|
||||
Haskell2010
|
||||
build-depends:
|
||||
array ^>= 0.5.4.0,
|
||||
base >= 4.15 && < 4.22,
|
||||
hashable >= 1.4.7.0 && < 1.6,
|
||||
mtl >= 2.2.2 && < 2.4,
|
||||
pretty ^>= 1.1.3.6,
|
||||
QuickCheck >= 2.16.0.0,
|
||||
transformers >= 0.5.6.2 && < 0.7,
|
||||
unordered-containers ^>= 0.2.20
|
||||
build-tool-depends:
|
||||
alex:alex ^>= 3.5.4.0,
|
||||
happy:happy ^>= 2.1.7
|
||||
exposed-modules:
|
||||
AbsChi
|
||||
Chi
|
||||
LexChi
|
||||
ParChi
|
||||
PrintChi
|
||||
hs-source-dirs:
|
||||
.
|
||||
|
||||
executable interpreter
|
||||
main-is: Main.hs
|
||||
hs-source-dirs:
|
||||
interpreter
|
||||
other-modules: Self
|
||||
build-depends: base
|
||||
, chi
|
||||
, mtl
|
||||
Reference in New Issue
Block a user