aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Files.hs
diff options
context:
space:
mode:
authorpacien2020-02-16 22:48:53 +0100
committerpacien2020-02-16 23:30:39 +0100
commit934859af018802be8a2657281aa35d51f91a83a0 (patch)
tree79da2aaf3ddc479fc35c81bef68851c4a860e92a /compiler/src/Files.hs
parent4da06ddf33c69caa75fa43405b297194183fb367 (diff)
downloadldgallery-934859af018802be8a2657281aa35d51f91a83a0.tar.gz
compiler: fix doc comment
(cherry picked from commit 4a6138c89b838c85ede2b3c341c59676580e1043)
Diffstat (limited to 'compiler/src/Files.hs')
-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