Skip to content

Commit a6d9f73

Browse files
authored
Merge pull request #87 from bgamari/wip/bump-filepath
Bump filepath upper bound to allow 1.5
2 parents f43ad87 + dcd3acc commit a6d9f73

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
@@ -83,7 +83,7 @@ Executable hsc2hs
8383
Build-Depends: base >= 4.3.0 && < 4.20,
8484
containers >= 0.4.0 && < 0.8,
8585
directory >= 1.1.0 && < 1.4,
86-
filepath >= 1.2.0 && < 1.5,
86+
filepath >= 1.2.0 && < 1.6,
8787
process >= 1.1.0 && < 1.7
8888

8989
if os(windows)

0 commit comments

Comments
 (0)