Add support for IO in VirtualMachine
This commit is contained in:
@@ -40,7 +40,8 @@ executable MVM
|
||||
base ^>=4.15.0.0,
|
||||
bytestring ^>=0.11.0.0,
|
||||
containers ^>=0.6.4.1,
|
||||
mtl ^>=2.2.2
|
||||
mtl ^>=2.2.2,
|
||||
transformers ^>=0.5.6.2
|
||||
|
||||
hs-source-dirs: app
|
||||
default-language: Haskell2010
|
||||
@@ -57,6 +58,7 @@ test-suite spec
|
||||
bytestring ^>=0.11.0.0,
|
||||
containers ^>=0.6.4.1,
|
||||
mtl ^>=2.2.2,
|
||||
transformers ^>=0.5.6.2,
|
||||
hspec ==2.*
|
||||
other-modules:
|
||||
Assembler.TokenizerSpec
|
||||
|
||||
Reference in New Issue
Block a user