We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d43fee + df90bd4 commit fd476c9Copy full SHA for fd476c9
CHANGELOG
@@ -1,5 +1,6 @@
1
2025-03-20
2
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
3
+ * Allow building with filepath-1.5.*. (#39)
4
5
2025-03-10
6
* Version bump (4.3). (#34)
copilot-bluespec.cabal
@@ -41,7 +41,7 @@ library
41
ghc-options : -Wall
42
build-depends : base >= 4.9 && < 5
43
, directory >= 1.3 && < 1.4
44
- , filepath >= 1.4 && < 1.5
+ , filepath >= 1.4 && < 1.6
45
, pretty >= 1.1.2 && < 1.2
46
47
, copilot-core >= 4.3 && < 4.4
0 commit comments