Skip to content

Commit

Permalink
Drop support for GHC <8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 19, 2023
1 parent 54e46b8 commit 2617570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ jobs:
compilerVersion: 8.4.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.2.2
compilerKind: ghc
compilerVersion: 8.2.2
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.0.2
compilerKind: ghc
compilerVersion: 8.0.2
setup-method: hvr-ppa
allow-failure: false
fail-fast: false
steps:
- name: apt
Expand Down
3 changes: 1 addition & 2 deletions tar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ extra-source-files: test/data/long.tar
extra-doc-files: changelog.md
tested-with: GHC==9.8.1, GHC==9.6.3, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2,
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4,
GHC==8.2.2, GHC==8.0.2

source-repository head
type: git
Expand All @@ -45,7 +44,7 @@ library

library tar-internal
default-language: Haskell2010
build-depends: base >= 4.9 && < 5,
build-depends: base >= 4.11.0.0 && < 5,
array < 0.6,
bytestring >= 0.10 && < 0.13,
containers >= 0.2 && < 0.8,
Expand Down

0 comments on commit 2617570

Please sign in to comment.