Skip to content

Commit 061c4e4

Browse files
authored
Bump base lower bound
You don't test older GHCs, so better to be honest. I'm quite sure that `Use pure` commit broke tests on older GHCs, it's just matter of time when the library would be broken as well.
1 parent 2b7adb0 commit 061c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
System.FilePath.Windows
4949

5050
build-depends:
51-
base >= 4 && < 4.15
51+
base >= 4.9 && < 4.15
5252

5353
ghc-options: -Wall
5454

0 commit comments

Comments
 (0)