diff options
-rw-r--r-- | compiler/src/Compiler.hs | 1 | ||||
-rw-r--r-- | compiler/src/Files.hs | 1 | ||||
-rw-r--r-- | compiler/src/Processors.hs | 1 | ||||
-rw-r--r-- | compiler/stack.yaml | 2 | ||||
-rw-r--r-- | compiler/stack.yaml.lock | 8 |
5 files changed, 5 insertions, 8 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 |
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) |
diff --git a/compiler/src/Processors.hs b/compiler/src/Processors.hs index faa2f43..b1b688a 100644 --- a/compiler/src/Processors.hs +++ b/compiler/src/Processors.hs | |||
@@ -28,7 +28,6 @@ import Control.Exception (Exception, throwIO) | |||
28 | import Control.Monad (when) | 28 | import Control.Monad (when) |
29 | import Data.Function ((&)) | 29 | import Data.Function ((&)) |
30 | import Data.Char (toLower) | 30 | import Data.Char (toLower) |
31 | import Data.List (break) | ||
32 | import Text.Read (readMaybe) | 31 | import Text.Read (readMaybe) |
33 | 32 | ||
34 | import System.Directory hiding (copyFile) | 33 | import System.Directory hiding (copyFile) |
diff --git a/compiler/stack.yaml b/compiler/stack.yaml index 29f8539..52784f6 100644 --- a/compiler/stack.yaml +++ b/compiler/stack.yaml | |||
@@ -17,7 +17,7 @@ | |||
17 | # | 17 | # |
18 | # resolver: ./custom-snapshot.yaml | 18 | # resolver: ./custom-snapshot.yaml |
19 | # resolver: https://example.com/snapshots/2018-01-01.yaml | 19 | # resolver: https://example.com/snapshots/2018-01-01.yaml |
20 | resolver: lts-14.17 | 20 | resolver: lts-15.9 |
21 | 21 | ||
22 | # User packages to be built. | 22 | # User packages to be built. |
23 | # Various formats can be used as shown in the example below. | 23 | # Various formats can be used as shown in the example below. |
diff --git a/compiler/stack.yaml.lock b/compiler/stack.yaml.lock index fc538c1..1debcae 100644 --- a/compiler/stack.yaml.lock +++ b/compiler/stack.yaml.lock | |||
@@ -6,7 +6,7 @@ | |||
6 | packages: [] | 6 | packages: [] |
7 | snapshots: | 7 | snapshots: |
8 | - completed: | 8 | - completed: |
9 | size: 524799 | 9 | size: 492027 |
10 | url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/17.yaml | 10 | url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/9.yaml |
11 | sha256: 1d72b33c0fc048e23f4f18fd76a6ad79dd1d8a3c054644098a71a09855e40c7c | 11 | sha256: 11394dc975e96c2fea90f7f2b3229630d46351a092ebcec78f0a56403930b429 |
12 | original: lts-14.17 | 12 | original: lts-15.9 |