diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-16 23:10:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-16 23:10:06 +0100 |
commit | 7b57942b3a10e51fdb7f78d276dc0187a22c3871 (patch) | |
tree | 8af77798f00353dcc77e85aa3e167f7aff9e0ba7 /micro2.cabal | |
parent | 55692e10192968ae7f040ceb9a8469b6ce2412c4 (diff) | |
download | micro-lang-hs-7b57942b3a10e51fdb7f78d276dc0187a22c3871.tar.gz micro-lang-hs-7b57942b3a10e51fdb7f78d276dc0187a22c3871.zip |
Test labels, test for errors WIP
Diffstat (limited to 'micro2.cabal')
-rw-r--r-- | micro2.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/micro2.cabal b/micro2.cabal index 2eadeca..537b96a 100644 --- a/micro2.cabal +++ b/micro2.cabal @@ -56,6 +56,7 @@ test-suite tests build-depends: base ^>= 4.16.1.0 , parsec ^>= 3.1.15.1 + , mtl ^>= 2.2.2 , HUnit , micro2 hs-source-dirs: test |