mirror of
https://github.com/redelmann/scat
synced 2025-01-26 14:04:20 +01:00
Fix build on mtl ≥ 2.3
mtl stopped (re)exporting some functions, causing a build error.
This commit is contained in:
parent
e21cc9c17b
commit
c6a3636548
@ -9,6 +9,7 @@ import System.IO
|
|||||||
import System.Exit
|
import System.Exit
|
||||||
import System.Console.ANSI
|
import System.Console.ANSI
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
|
import Control.Monad (when, unless)
|
||||||
import Control.Monad.Reader
|
import Control.Monad.Reader
|
||||||
|
|
||||||
import Scat
|
import Scat
|
||||||
|
Loading…
Reference in New Issue
Block a user