mirror of
https://github.com/redelmann/scat
synced 2025-01-25 05:24: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.Console.ANSI
|
||||
import Control.Exception
|
||||
import Control.Monad (when, unless)
|
||||
import Control.Monad.Reader
|
||||
|
||||
import Scat
|
||||
|
Loading…
Reference in New Issue
Block a user