This commit is contained in:
Joey Hess 2016-02-14 18:01:35 -04:00
parent 885e54df0a
commit 49215d68ae
Failed to extract signature
2 changed files with 21 additions and 0 deletions

View file

@ -66,6 +66,8 @@ 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