Skip to content

Commit 2fc0aaf

Browse files
authored
Merge pull request #44 from Copilot-Language/T43-release-4.4
Require building with `copilot-core-4.4`. Refs #43.
2 parents b21d8e4 + 163cfb7 commit 2fc0aaf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-08
2+
* Version bump (4.4). (#43)
3+
14
2025-05-05
25
* Version bump (4.3.1). (#41)
36
* Move Copilot.Compile.Bluespec.External out of shared directory. (#36)

copilot-bluespec.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version : >= 1.10
22
name : copilot-bluespec
3-
version : 4.3.1
3+
version : 4.4
44
synopsis : A compiler for Copilot targeting FPGAs.
55
description :
66
This package is a back-end from Copilot to FPGAs in Bluespec.
@@ -44,7 +44,7 @@ library
4444
, filepath >= 1.4 && < 1.6
4545
, pretty >= 1.1.2 && < 1.2
4646

47-
, copilot-core >= 4.3 && < 4.4
47+
, copilot-core >= 4.4 && < 4.5
4848
, language-bluespec >= 0.1 && < 0.2
4949

5050
exposed-modules : Copilot.Compile.Bluespec

0 commit comments

Comments
 (0)