Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 29, 2023
1 parent 9414a0c commit fb9dc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0']
ghc-version: ['9.8', '9.6', '9.4', '9.2']

include:
- os: windows-latest
ghc-version: '9.8'
- os: macos-latest
ghc-version: '9.8'

Expand Down
4 changes: 2 additions & 2 deletions fnmatch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ common warnings
ghc-options: -Wall
default-extensions: OverloadedStrings
default-language: GHC2021
build-depends: base, bytestring
build-depends: base >= 4.16, bytestring

library
import: warnings
Expand All @@ -38,4 +38,4 @@ benchmark fnmatch-bench
main-is: Main.hs
build-depends:,
fnmatch,
criterion
criterion

0 comments on commit fb9dc4c

Please sign in to comment.