Skip to content

Commit

Permalink
revisit supported GHC versions and drop broken travis/appveyor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bravit committed Sep 20, 2024
1 parent 1d8c2b0 commit ffffd7e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.6.3', '9.4.7', '9.2.8']
ghc: ['9.8.2', '9.6.3', '9.4.7']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v2
Expand Down
122 changes: 0 additions & 122 deletions .travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

2 changes: 0 additions & 2 deletions cabal.project.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ tests: True
allow-newer: base
allow-newer: Cabal
allow-newer: random
allow-newer: aeson
allow-newer: bytestring
-- flags: +with-pg
6 changes: 2 additions & 4 deletions hid-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 2.0
--
-- see: https://github.com/sol/hpack
--
-- hash: 97d7a69d126c9c175d3b3049a1fc9311dd7e67a175c4e255477211084c6f2d6c
-- hash: 3a83185a1a255aa08e871ef0a8fcabde2c05975f2556603454bce153bad1d11f

name: hid-examples
version: 0.5
Expand All @@ -18,15 +18,13 @@ maintainer: Vitaly Bragilevsky <[email protected]>
license: BSD3
license-file: LICENSE
tested-with:
GHC == 9.4.7, GHC == 9.6.4
GHC == 9.4.7, GHC == 9.6.4, GHC == 9.8.2
build-type: Simple
extra-source-files:
ChangeLog.md
LICENSE
README.md
stack.yaml
.travis.yml
appveyor.yml
package.yaml
data-files:
data/dirs.txt
Expand Down
4 changes: 1 addition & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ extra-source-files:
- LICENSE
- README.md
- stack.yaml
- .travis.yml
- appveyor.yml
- package.yaml

data-files:
Expand All @@ -27,7 +25,7 @@ data-files:
- data/tests/iplookup/*.*
- data/benchmarks/iplookup/*.*

tested-with: GHC == 9.4.7, GHC == 9.6.4
tested-with: GHC == 9.4.7, GHC == 9.6.4, GHC == 9.8.2

dependencies: base >=4.12 && <5

Expand Down

0 comments on commit ffffd7e

Please sign in to comment.