diff --git a/src/HPath.hs b/src/HPath.hs index 7b6b0d2..0b3b31f 100644 --- a/src/HPath.hs +++ b/src/HPath.hs @@ -95,7 +95,9 @@ instance RelC Fn -------------------------------------------------------------------------------- -- PatternSynonyms +#if __GLASGOW_HASKELL__ >= 710 pattern Path :: ByteString -> Path a +#endif pattern Path x <- (MkPath x) --------------------------------------------------------------------------------