Fix build with ghc < 7.10

This commit is contained in:
Julian Ospald 2016-05-29 18:57:55 +02:00
parent 79dbcd8b55
commit 21fccc9ca9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 0 deletions

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)
--------------------------------------------------------------------------------