Skip to content

Commit dcd3acc

Browse files
committed
Bump filepath upper bound to allow 1.5
1 parent 5bf5c61 commit dcd3acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsc2hs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Executable hsc2hs
8181
Build-Depends: base >= 4.3.0 && < 4.20,
8282
containers >= 0.4.0 && < 0.7,
8383
directory >= 1.1.0 && < 1.4,
84-
filepath >= 1.2.0 && < 1.5,
84+
filepath >= 1.2.0 && < 1.6,
8585
process >= 1.1.0 && < 1.7
8686

8787
if os(windows)

0 commit comments

Comments
 (0)