Fix build with ghc < 7.10

This commit is contained in:
2016-05-29 18:57:55 +02:00
parent 79dbcd8b55
commit 21fccc9ca9

View File

@@ -95,7 +95,9 @@ instance RelC Fn
--------------------------------------------------------------------------------
-- PatternSynonyms
#if __GLASGOW_HASKELL__ >= 710
pattern Path :: ByteString -> Path a
#endif
pattern Path x <- (MkPath x)
--------------------------------------------------------------------------------