summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-14 19:31:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-14 19:31:40 -0400
commitef427e6b3bfcf20c04253935f44daae37a2dce71 (patch)
treeacc703657a0ab66915a6c21d34329e3cbf9a9ada
parentb369823f7d37eeb93692306f80996452562d6b54 (diff)
fix typo
-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