From fb9dc4c6b23dbc36dfc7ee3018faa68382345dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 29 Dec 2023 12:24:18 +0000 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 +--- fnmatch.cabal | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de3ee9e..ecb19b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/fnmatch.cabal b/fnmatch.cabal index 96bc125..22f3625 100644 --- a/fnmatch.cabal +++ b/fnmatch.cabal @@ -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 @@ -38,4 +38,4 @@ benchmark fnmatch-bench main-is: Main.hs build-depends:, fnmatch, - criterion \ No newline at end of file + criterion