Skip to content

Commit

Permalink
Allow building with filepath-1.5.*
Browse files Browse the repository at this point in the history
`filepath-1.5.0.0` removes the `OsString` modules. This does not affect
`hsc2hs`'s use of `filepath`, and `hsc2hs`'s test suite passes without issues
when building with `filepath-1.5.0.0`.
  • Loading branch information
RyanGlScott committed Jan 22, 2024
1 parent f43ad87 commit 7885fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsc2hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Executable hsc2hs
Build-Depends: base >= 4.3.0 && < 4.20,
containers >= 0.4.0 && < 0.8,
directory >= 1.1.0 && < 1.4,
filepath >= 1.2.0 && < 1.5,
filepath >= 1.2.0 && < 1.6,
process >= 1.1.0 && < 1.7

if os(windows)
Expand Down

0 comments on commit 7885fca

Please sign in to comment.