1
0
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:
Michele Guerini Rocco 2024-06-05 12:20:03 +02:00
parent e21cc9c17b
commit c6a3636548
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

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