From 67a221018bf91713c60ffcac3412f9bede3ef819 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Anders=20M=C3=B6rtberg?= Date: Sun, 10 Jun 2018 13:15:07 -0400 Subject: [PATCH] make cubicaltt compile with the latest version of GHC --- CTT.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/CTT.hs b/CTT.hs index 3bc9e4c..21f8e9f 100644 --- a/CTT.hs +++ b/CTT.hs @@ -9,6 +9,7 @@ import qualified Data.Map as Map import Text.PrettyPrint as PP import Data.Set (Set) import qualified Data.Set as Set +import Prelude hiding ((<>)) import Connections -- 2.34.1