feat(haskell): Interaction Tree IO
oops, now we have purely modelled IO 🤷
This commit is contained in:
@@ -68,6 +68,7 @@ executable tricu
|
||||
ContentStore
|
||||
Eval
|
||||
FileEval
|
||||
IODriver
|
||||
Lexer
|
||||
Parser
|
||||
Paths_tricu
|
||||
@@ -109,9 +110,11 @@ test-suite tricu-tests
|
||||
, stm
|
||||
, tasty
|
||||
, tasty-hunit
|
||||
, temporary
|
||||
, text
|
||||
, time
|
||||
, transformers
|
||||
, unix
|
||||
, vector
|
||||
, wai
|
||||
, warp
|
||||
@@ -121,6 +124,7 @@ test-suite tricu-tests
|
||||
ContentStore
|
||||
Eval
|
||||
FileEval
|
||||
IODriver
|
||||
Lexer
|
||||
Parser
|
||||
Paths_tricu
|
||||
|
||||
Reference in New Issue
Block a user