This commit is contained in:
2025-11-17 19:36:26 +01:00
parent 2e6172c115
commit e219436446
2 changed files with 36 additions and 11 deletions

View File

@ -12,12 +12,12 @@ library
hashable >= 1.4.7.0 && < 1.6,
mtl >= 2.2.2 && < 2.4,
pretty ^>= 1.1.3.6,
QuickCheck ^>= 2.15.0.0,
QuickCheck ^>= 2.16.0.0,
transformers >= 0.5.6.2 && < 0.7,
unordered-containers ^>= 0.2.20
build-tool-depends:
alex:alex ^>= 3.5.2.0,
happy:happy ^>= 2.1.5
alex:alex ^>= 3.5.4.0,
happy:happy ^>= 2.1.7
exposed-modules:
AbsChi
Chi
@ -31,3 +31,5 @@ executable interpreter
main-is: Assignment.hs
build-depends: base
, chi
, mtl
, unordered-containers