aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Files.hs
diff options
context:
space:
mode:
authorpacien2020-01-05 18:39:47 +0100
committerpacien2020-01-05 18:39:47 +0100
commitab2f076c5bf546f8aca9910b2b61a1b5a67361bc (patch)
treeeea286c0622cd0ea7fad60aa381fb2b6c02cfd36 /compiler/src/Files.hs
parent85a55b5206a401b8726296bd47c307752e09d8b5 (diff)
downloadldgallery-ab2f076c5bf546f8aca9910b2b61a1b5a67361bc.tar.gz
compiler: distinguish item and resource paths
GitHub: closes #13
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 51e97e6..41fc5a8 100644
--- a/compiler/src/Files.hs
+++ b/compiler/src/Files.hs
@@ -17,7 +17,7 @@
17-- along with this program. If not, see <https://www.gnu.org/licenses/>. 17-- along with this program. If not, see <https://www.gnu.org/licenses/>.
18 18
19module Files 19module Files
20 ( FileName, LocalPath, WebPath, Path 20 ( FileName, LocalPath, WebPath, Path(..)
21 , (</>), (</), (/>), (<.>) 21 , (</>), (</), (/>), (<.>)
22 , fileName, subPaths, pathLength 22 , fileName, subPaths, pathLength
23 , localPath, webPath 23 , localPath, webPath