aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/src/Files.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/Files.hs b/compiler/src/Files.hs
index 8a53b84..a45e8aa 100644
--- a/compiler/src/Files.hs
+++ b/compiler/src/Files.hs
@@ -53,7 +53,7 @@ type FileName = String
53type LocalPath = String 53type LocalPath = String
54type WebPath = String 54type WebPath = String
55 55
56 -- | Reversed path component list 56-- | Reversed path component list
57data Path = Path [FileName] deriving Show 57data Path = Path [FileName] deriving Show
58 58
59instance ToJSON Path where 59instance ToJSON Path where