diff options
author | pacien | 2020-02-16 22:48:53 +0100 |
---|---|---|
committer | pacien | 2020-02-16 23:30:39 +0100 |
commit | 934859af018802be8a2657281aa35d51f91a83a0 (patch) | |
tree | 79da2aaf3ddc479fc35c81bef68851c4a860e92a /compiler | |
parent | 4da06ddf33c69caa75fa43405b297194183fb367 (diff) | |
download | ldgallery-934859af018802be8a2657281aa35d51f91a83a0.tar.gz |
compiler: fix doc comment
(cherry picked from commit 4a6138c89b838c85ede2b3c341c59676580e1043)
Diffstat (limited to 'compiler')
-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 |