From 1ad40a37d56aed005dd47627b000e610829c8952 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sat, 10 Oct 2015 15:00:41 -0500 Subject: [PATCH] Data.Text is not all that 7.10.2 compatible. --- haskell/.ghc.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/haskell/.ghc.hs b/haskell/.ghc.hs index b154291..7c493b3 100644 --- a/haskell/.ghc.hs +++ b/haskell/.ghc.hs @@ -6,4 +6,3 @@ import Data.List import Data.Bool import qualified Data.Set as S import qualified Data.Map as M -import qualified Data.Text as T