Skip to content

Commit

Permalink
Remove old LTSs
Browse files Browse the repository at this point in the history
  • Loading branch information
eborden committed Jul 8, 2022
1 parent 41b8626 commit da1759d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- stack.yaml # ghc-9.0
- stack-lts-18.28.yaml # ghc-8.10
- stack-lts-16.31.yaml # ghc-8.8
- stack-lts-14.27.yaml # ghc-8.6
- stack-lts-12.26.yaml # ghc-8.4
fail-fast: false

steps:
Expand Down
8 changes: 8 additions & 0 deletions module-discover.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ library
, filepattern
if impl(ghc >= 8.10)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
if impl(ghc >= 9.2)
ghc-options: -Wno-missing-kind-signatures
default-language: Haskell2010

executable module-discover-example
Expand Down Expand Up @@ -102,6 +104,8 @@ executable module-discover-example
, module-discover
if impl(ghc >= 8.10)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
if impl(ghc >= 9.2)
ghc-options: -Wno-missing-kind-signatures
default-language: Haskell2010

executable module-discover-hspec
Expand Down Expand Up @@ -139,6 +143,8 @@ executable module-discover-hspec
, module-discover
if impl(ghc >= 8.10)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
if impl(ghc >= 9.2)
ghc-options: -Wno-missing-kind-signatures
default-language: Haskell2010

test-suite spec
Expand Down Expand Up @@ -181,4 +187,6 @@ test-suite spec
, module-discover
if impl(ghc >= 8.10)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
if impl(ghc >= 9.2)
ghc-options: -Wno-missing-kind-signatures
default-language: Haskell2010
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ when:
ghc-options:
- -Wno-missing-safe-haskell-mode
- -Wno-prepositive-qualified-module
- condition: "impl(ghc >= 9.2)"
ghc-options:
- -Wno-missing-kind-signatures

dependencies:
- base < 5
Expand Down
1 change: 0 additions & 1 deletion stack-lts-12.26.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack-lts-12.26.yaml.lock

This file was deleted.

1 change: 0 additions & 1 deletion stack-lts-14.27.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack-lts-14.27.yaml.lock

This file was deleted.

0 comments on commit da1759d

Please sign in to comment.