Better handling of interrupts in REPL

This commit is contained in:
2025-01-27 16:46:41 -06:00
committed by James Eversole
parent c6a7835a6f
commit 09eedfb609
4 changed files with 30 additions and 23 deletions

View File

@ -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