Skip to content

Commit 58c063d

Browse files
committed
Allow building with filepath-1.5.*. Refs #39.
This allows `copilot-bluespec` to build with the version of `filepath` bundled with GHC 9.10 or later.
1 parent 3d43fee commit 58c063d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copilot-bluespec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
ghc-options : -Wall
4242
build-depends : base >= 4.9 && < 5
4343
, directory >= 1.3 && < 1.4
44-
, filepath >= 1.4 && < 1.5
44+
, filepath >= 1.4 && < 1.6
4545
, pretty >= 1.1.2 && < 1.2
4646

4747
, copilot-core >= 4.3 && < 4.4

0 commit comments

Comments
 (0)