diff options
-rw-r--r-- | Database/Types.hs | 2 |
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 |