diff options
author | pacien | 2019-12-25 22:48:34 +0100 |
---|---|---|
committer | pacien | 2019-12-25 22:48:34 +0100 |
commit | 5b35285daa62fb9c10280fb43e340ba7b0746f5a (patch) | |
tree | 982561d1bb179dd76b6537d2e14fd58d17e749b6 /compiler/src/Files.hs | |
parent | 0b2f6fb420d213b4ee718b9ac79cc3f9fa7678d5 (diff) | |
download | ldgallery-5b35285daa62fb9c10280fb43e340ba7b0746f5a.tar.gz |
compiler: add gallery config file handling
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 7948842..30e4b94 100644 --- a/compiler/src/Files.hs +++ b/compiler/src/Files.hs | |||
@@ -32,9 +32,9 @@ import Data.Bool (bool) | |||
32 | import Data.List (isPrefixOf, length, deleteBy) | 32 | import Data.List (isPrefixOf, length, deleteBy) |
33 | import Data.Function ((&)) | 33 | import Data.Function ((&)) |
34 | import System.Directory (doesDirectoryExist, listDirectory) | 34 | import System.Directory (doesDirectoryExist, listDirectory) |
35 | |||
35 | import qualified System.FilePath | 36 | import qualified System.FilePath |
36 | import qualified System.FilePath.Posix | 37 | import qualified System.FilePath.Posix |
37 | import Utils | ||
38 | 38 | ||
39 | 39 | ||
40 | type FileName = String | 40 | type FileName = String |