This commit is contained in:
Joey Hess 2016-02-14 19:31:40 -04:00
parent 2ce5b6cdf2
commit 6702f5a9c6
Failed to extract signature

View file

@ -66,8 +66,6 @@ derivePersistField "SInodeCache"
-- it contains such characters.
newtype SFilePath = SFilePath String
instance
-- Note that Read instance does not work when used in any kind of complex
-- data structure.
instance Read SFilePath where