Fix build for GHC < 7.10

Bu işleme şunda yer alıyor:
Julian Ospald 2016-06-14 19:21:03 +02:00
ebeveyn ef66a24f87
işleme f47c8edb42
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 511B62C09D50CD28
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme

Dosyayı Görüntüle

@ -69,6 +69,10 @@ import Data.ByteString.UTF8
(
toString
)
import Data.Typeable
(
Typeable
)
import Foreign.C.Error
(
getErrno
@ -105,7 +109,7 @@ import qualified System.Posix.Files.ByteString as PF
data HPathIOException = SameFile ByteString ByteString
| DestinationInSource ByteString ByteString
| RecursiveFailure [(RecursiveFailureHint, IOException)]
deriving (Eq, Show)
deriving (Eq, Show, Typeable)
-- |A type for giving failure hints on recursive failure, which allows