Skip to content
Snippets Groups Projects
Unverified Commit a6d9f736 authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #87 from bgamari/wip/bump-filepath

Bump filepath upper bound to allow 1.5
parents f43ad87e dcd3acc8
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ Executable hsc2hs ...@@ -83,7 +83,7 @@ Executable hsc2hs
Build-Depends: base >= 4.3.0 && < 4.20, Build-Depends: base >= 4.3.0 && < 4.20,
containers >= 0.4.0 && < 0.8, containers >= 0.4.0 && < 0.8,
directory >= 1.1.0 && < 1.4, directory >= 1.1.0 && < 1.4,
filepath >= 1.2.0 && < 1.5, filepath >= 1.2.0 && < 1.6,
process >= 1.1.0 && < 1.7 process >= 1.1.0 && < 1.7
if os(windows) if os(windows)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment