diff options
author | pacien | 2020-04-25 21:34:00 +0200 |
---|---|---|
committer | pacien | 2020-04-25 21:34:00 +0200 |
commit | b04c5a58f449db6f8de0e837ffed1e087238787d (patch) | |
tree | de6224a8001125cfca657f78da49bfaf3f63661f /compiler/src/Files.hs | |
parent | c9c69214dcb16a581525eee319ced6e7d9c98bf3 (diff) | |
download | ldgallery-b04c5a58f449db6f8de0e837ffed1e087238787d.tar.gz |
compiler: bump stackage lts to 15.9
Diffstat (limited to 'compiler/src/Files.hs')
-rw-r--r-- | compiler/src/Files.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/src/Files.hs b/compiler/src/Files.hs index a45e8aa..c769815 100644 --- a/compiler/src/Files.hs +++ b/compiler/src/Files.hs | |||
@@ -28,7 +28,6 @@ module Files | |||
28 | ) where | 28 | ) where |
29 | 29 | ||
30 | 30 | ||
31 | import Control.Monad (mapM) | ||
32 | import Data.List (isPrefixOf, length, subsequences, sortOn) | 31 | import Data.List (isPrefixOf, length, subsequences, sortOn) |
33 | import Data.Function ((&)) | 32 | import Data.Function ((&)) |
34 | import Data.Text (pack) | 33 | import Data.Text (pack) |