Better handling of interrupts in REPL
This commit is contained in:
@ -26,6 +26,7 @@ executable tricu
|
||||
base >=4.7
|
||||
, cmdargs
|
||||
, containers
|
||||
, exceptions
|
||||
, haskeline
|
||||
, megaparsec
|
||||
, mtl
|
||||
@ -52,6 +53,7 @@ test-suite tricu-tests
|
||||
base
|
||||
, cmdargs
|
||||
, containers
|
||||
, exceptions
|
||||
, haskeline
|
||||
, megaparsec
|
||||
, mtl
|
||||
|
Reference in New Issue
Block a user