Move tui code into its own library.

This commit is contained in:
Luis Morillo
2024-01-10 07:14:59 +01:00
parent 456200e747
commit f157cf809e
13 changed files with 1442 additions and 1 deletions

View File

@@ -11,7 +11,8 @@
module Main where
#if defined(BRICK)
import BrickMain ( brickMain )
-- import BrickMain ( brickMain )
import GHCup.BrickMain (brickMain)
#endif
import qualified GHCup.GHC as GHC