Skip to content

Commit ab22723

Browse files
authored
Bump filepath upper bound to <1.6 (#187)
1 parent bf5bf9d commit ab22723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskeline.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Library
6565
-- wasn't fixed until 7.4.1
6666
Build-depends: base >=4.9 && < 4.20, containers>=0.4 && < 0.8,
6767
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.13,
68-
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.7,
68+
filepath >= 1.2 && < 1.6, transformers >= 0.2 && < 0.7,
6969
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
7070
exceptions == 0.10.*
7171
Default-Language: Haskell98

0 commit comments

Comments
 (0)