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, 0 insertions, 2 deletions
diff --git a/Database/Types.hs b/Database/Types.hs
index bf5417dc8..4521bb346 100644
--- a/Database/Types.hs
+++ b/Database/Types.hs
@@ -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