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/Compiler.hs | |
parent | c9c69214dcb16a581525eee319ced6e7d9c98bf3 (diff) | |
download | ldgallery-b04c5a58f449db6f8de0e837ffed1e087238787d.tar.gz |
compiler: bump stackage lts to 15.9
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r-- | compiler/src/Compiler.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs index fa405a2..749872d 100644 --- a/compiler/src/Compiler.hs +++ b/compiler/src/Compiler.hs | |||
@@ -24,7 +24,6 @@ module Compiler | |||
24 | 24 | ||
25 | import GHC.Generics (Generic) | 25 | import GHC.Generics (Generic) |
26 | import Control.Monad (liftM2, when) | 26 | import Control.Monad (liftM2, when) |
27 | import Data.List (any) | ||
28 | import Data.Maybe (fromMaybe) | 27 | import Data.Maybe (fromMaybe) |
29 | import System.FilePath ((</>)) | 28 | import System.FilePath ((</>)) |
30 | import qualified System.FilePath.Glob as Glob | 29 | import qualified System.FilePath.Glob as Glob |