Skip to content

Commit fd476c9

Browse files
authored
Merge pull request #40 from Copilot-Language/T39-allow-filepath-1.5
Allow building with `filepath-1.5.*`. Refs #39.
2 parents 3d43fee + df90bd4 commit fd476c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2025-03-20
22
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
3+
* Allow building with filepath-1.5.*. (#39)
34

45
2025-03-10
56
* Version bump (4.3). (#34)

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)