Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2025-03-20
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
* Allow building with filepath-1.5.*. (#39)

2025-03-10
* Version bump (4.3). (#34)
Expand Down
2 changes: 1 addition & 1 deletion copilot-bluespec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
ghc-options : -Wall
build-depends : base >= 4.9 && < 5
, directory >= 1.3 && < 1.4
, filepath >= 1.4 && < 1.5
, filepath >= 1.4 && < 1.6
, pretty >= 1.1.2 && < 1.2

, copilot-core >= 4.3 && < 4.4
Expand Down