From f815316301ef176c980deed3a89ab58e6a18efff Mon Sep 17 00:00:00 2001 From: davean Date: Fri, 6 May 2016 21:17:08 -0400 Subject: Compiling propellor on GHC 8.0.1-rc4 ConstrainedClassMethods was added in GHC 7.6.1.3 so I think its sufficiently backwards compatible for you? --- src/Propellor/Base.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Base.hs') diff --git a/src/Propellor/Base.hs b/src/Propellor/Base.hs index 2a0f5cbc..ef75bf03 100644 --- a/src/Propellor/Base.hs +++ b/src/Propellor/Base.hs @@ -47,7 +47,7 @@ import Propellor.PropAccum import Propellor.Location import Propellor.Utilities -import System.Directory +import System.Directory hiding (isSymbolicLink) import System.IO import System.FilePath import Data.Maybe -- cgit v1.2.3