From 8a64f730bb4fdab2439d7008cdbae5734e073c40 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 1 May 2015 18:18:26 +0200 Subject: [PATCH] fix stackage issue for GHC 7.10 --- test/HolyProject/StringUtils/Test.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/HolyProject/StringUtils/Test.hs b/test/HolyProject/StringUtils/Test.hs index 1635723..c1dad5e 100644 --- a/test/HolyProject/StringUtils/Test.hs +++ b/test/HolyProject/StringUtils/Test.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE FlexibleContexts #-} module HolyProject.StringUtils.Test ( stringUtilsSuite ) where