We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b21d8e4 + 163cfb7 commit 2fc0aafCopy full SHA for 2fc0aaf
CHANGELOG
@@ -1,3 +1,6 @@
1
+2025-05-08
2
+ * Version bump (4.4). (#43)
3
+
4
2025-05-05
5
* Version bump (4.3.1). (#41)
6
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)
copilot-bluespec.cabal
@@ -1,6 +1,6 @@
cabal-version : >= 1.10
name : copilot-bluespec
-version : 4.3.1
+version : 4.4
synopsis : A compiler for Copilot targeting FPGAs.
description :
This package is a back-end from Copilot to FPGAs in Bluespec.
@@ -44,7 +44,7 @@ library
44
, filepath >= 1.4 && < 1.6
45
, pretty >= 1.1.2 && < 1.2
46
47
- , copilot-core >= 4.3 && < 4.4
+ , copilot-core >= 4.4 && < 4.5
48
, language-bluespec >= 0.1 && < 0.2
49
50
exposed-modules : Copilot.Compile.Bluespec
0 commit comments