Skip to content

Commit

Permalink
Wiggle
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 12, 2024
1 parent 2516a80 commit 361bc2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6']
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
cabal: ['3.8.1.0']
include:
- os: macOS-latest
ghc: '9.4'
cabal: '3.8.1.0'
cabal: '3.10.2.1'
- os: macOS-latest
ghc: '9.6'
cabal: '3.8.1.0'
cabal: '3.10.2.1'
- os: windows-latest
ghc: '9.4'
cabal: '3.8.1.0'
cabal: '3.10.2.1'
- os: windows-latest
ghc: '9.6'
cabal: '3.8.1.0'
cabal: '3.10.2.1'
steps:
- uses: actions/checkout@v3

Expand Down
9 changes: 8 additions & 1 deletion file-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ copyright: Julian Ospald 2022
category: System
extra-source-files:
CHANGELOG.md
tested-with: GHC==9.8.1,
GHC==9.4.8,
GHC==9.2.8,
GHC==9.0.2,
GHC==8.10.7,
GHC==8.8.4,
GHC==8.6.5

source-repository head
type: git
Expand All @@ -35,7 +42,7 @@ library

hs-source-dirs: .
build-depends:
, base >=4.10 && <5
, base >=4.12 && <5
, bytestring >=0.11.3.0

if flag(os-string)
Expand Down

0 comments on commit 361bc2c

Please sign in to comment.