Skip to content

Commit

Permalink
upper bound for base
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 8, 2024
1 parent 88e60c9 commit bcbc32d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fnmatch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ common shared
ghc-options: -Wall
default-extensions: OverloadedStrings
default-language: GHC2021
build-depends: base >= 4.16, bytestring
build-depends:
base >= 4.16 && < 5,
bytestring

library
import: shared
Expand Down

0 comments on commit bcbc32d

Please sign in to comment.