diff options
Diffstat (limited to 'compiler/src/Files.hs')
-rw-r--r-- | compiler/src/Files.hs | 2 |
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 | |||
53 | type LocalPath = String | 53 | type LocalPath = String |
54 | type WebPath = String | 54 | type WebPath = String |
55 | 55 | ||
56 | -- | Reversed path component list | 56 | -- | Reversed path component list |
57 | data Path = Path [FileName] deriving Show | 57 | data Path = Path [FileName] deriving Show |
58 | 58 | ||
59 | instance ToJSON Path where | 59 | instance ToJSON Path where |