Skip to content

Commit

Permalink
Allow base-4.20, fixes #230
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 27, 2024
1 parent a65ed6e commit 55a34df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filepath.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ library

default-language: Haskell2010
build-depends:
, base >=4.12.0.0 && <4.20
, base >=4.12.0.0 && <4.21
, bytestring >=0.11.3.0
, deepseq
, exceptions
Expand Down

0 comments on commit 55a34df

Please sign in to comment.