summaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-14 18:01:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-14 18:01:35 -0400
commit8429fdb288d1dd2d387a8ee2e5f23c909fc7da99 (patch)
tree845133439c75765e1af846ede92c41e9dd5bf6c6 /Database
parent32ffc4fd71743b7fcad81c4a3bf93e234e0f3c6d (diff)
devblog
Diffstat (limited to 'Database')
-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