summaryrefslogtreecommitdiff
path: root/Database/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Database/Types.hs')
-rw-r--r--Database/Types.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Database/Types.hs b/Database/Types.hs
index 4521bb346..bf5417dc8 100644
--- a/Database/Types.hs
+++ b/Database/Types.hs
@@ -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