Skip to content

Commit a9545d7

Browse files
Bump versions and constraints. Refs #642.
1 parent a93f894 commit a9545d7

File tree

11 files changed

+39
-39
lines changed

11 files changed

+39
-39
lines changed

copilot-bluespec/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.4
3+
version : 4.5
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.4 && < 4.5
47+
, copilot-core >= 4.5 && < 4.6
4848
, language-bluespec >= 0.1 && < 0.2
4949

5050
exposed-modules : Copilot.Compile.Bluespec

copilot-c99/copilot-c99.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-c99
3-
version : 4.4
3+
version : 4.5
44
synopsis : A compiler for Copilot targeting C99.
55
description :
66
This package is a back-end from Copilot to C.
@@ -45,7 +45,7 @@ library
4545
, mtl >= 2.2 && < 2.4
4646
, pretty >= 1.1 && < 1.2
4747

48-
, copilot-core >= 4.4 && < 4.5
48+
, copilot-core >= 4.5 && < 4.6
4949
, language-c99 >= 0.2.0 && < 0.3
5050
, language-c99-simple >= 0.3 && < 0.4
5151

copilot-core/copilot-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: copilot-core
3-
version: 4.4
3+
version: 4.5
44
synopsis: An intermediate representation for Copilot.
55
description:
66
Intermediate representation for Copilot.

copilot-interpreter/copilot-interpreter.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-interpreter
3-
version: 4.4
3+
version: 4.5
44
synopsis: Interpreter for Copilot.
55
description:
66
Interpreter for Copilot.
@@ -44,7 +44,7 @@ library
4444
base >= 4.9 && < 5,
4545
pretty >= 1.0 && < 1.2,
4646

47-
copilot-core >= 4.4 && < 4.5
47+
copilot-core >= 4.5 && < 4.6
4848

4949
exposed-modules:
5050

copilot-language/copilot-language.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: copilot-language
3-
version: 4.4
3+
version: 4.5
44
synopsis: A Haskell-embedded DSL for monitoring hard real-time
55
distributed systems.
66
description:
@@ -42,9 +42,9 @@ library
4242
, data-reify >= 0.6 && < 0.7
4343
, mtl >= 2.0 && < 3
4444

45-
, copilot-core >= 4.4 && < 4.5
46-
, copilot-interpreter >= 4.4 && < 4.5
47-
, copilot-theorem >= 4.4 && < 4.5
45+
, copilot-core >= 4.5 && < 4.6
46+
, copilot-interpreter >= 4.5 && < 4.6
47+
, copilot-theorem >= 4.5 && < 4.6
4848

4949
exposed-modules: Copilot.Language
5050
, Copilot.Language.Operators.BitWise

copilot-libraries/copilot-libraries.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-libraries
3-
version: 4.4
3+
version: 4.5
44
synopsis: Libraries for the Copilot language.
55
description:
66
Libraries for the Copilot language.
@@ -41,7 +41,7 @@ library
4141
, containers >= 0.4 && < 0.8
4242
, mtl >= 2.0 && < 2.4
4343
, parsec >= 2.0 && < 3.2
44-
, copilot-language >= 4.4 && < 4.5
44+
, copilot-language >= 4.5 && < 4.6
4545

4646
exposed-modules:
4747
Copilot.Library.Libraries

copilot-prettyprinter/copilot-prettyprinter.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-prettyprinter
3-
version: 4.4
3+
version: 4.5
44
synopsis: A prettyprinter of Copilot Specifications.
55
description:
66
A prettyprinter of Copilot specifications.
@@ -45,7 +45,7 @@ library
4545
base >= 4.9 && < 5,
4646
pretty >= 1.0 && < 1.2,
4747

48-
copilot-core >= 4.4 && < 4.5
48+
copilot-core >= 4.5 && < 4.6
4949

5050
exposed-modules:
5151

copilot-theorem/copilot-theorem.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description:
1414
<https://copilot-language.github.io>.
1515

1616

17-
version : 4.4
17+
version : 4.5
1818
license : BSD3
1919
license-file : LICENSE
2020
maintainer : Ivan Perez <[email protected]>
@@ -63,8 +63,8 @@ library
6363
, xml >= 1.3 && < 1.4
6464
, what4 >= 1.3 && < 1.8
6565

66-
, copilot-core >= 4.4 && < 4.5
67-
, copilot-prettyprinter >= 4.4 && < 4.5
66+
, copilot-core >= 4.5 && < 4.6
67+
, copilot-prettyprinter >= 4.5 && < 4.6
6868

6969
exposed-modules : Copilot.Theorem
7070
, Copilot.Theorem.Prove

copilot-verifier/copilot-verifier.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: copilot-verifier
3-
Version: 4.4
3+
Version: 4.5
44
Author: Galois Inc.
55
Maintainer: [email protected]
66
Copyright: (c) Galois, Inc 2021-2024
@@ -45,9 +45,9 @@ common bldflags
4545
bv-sized >= 1.0.0 && < 1.1,
4646
bytestring,
4747
containers >= 0.5.9.0,
48-
copilot-c99 >= 4.4 && < 4.5,
49-
copilot-core >= 4.4 && < 4.5,
50-
copilot-theorem >= 4.4 && < 4.5,
48+
copilot-c99 >= 4.5 && < 4.6,
49+
copilot-core >= 4.5 && < 4.6,
50+
copilot-theorem >= 4.5 && < 4.6,
5151
crucible >= 0.7.1 && < 0.8,
5252
crucible-llvm >= 0.7 && < 0.8,
5353
crux >= 0.7.1 && < 0.8,
@@ -80,10 +80,10 @@ library copilot-verifier-examples
8080
hs-source-dirs: examples
8181
build-depends:
8282
case-insensitive,
83-
copilot >= 4.4 && < 4.5,
84-
copilot-language >= 4.4 && < 4.5,
85-
copilot-libraries >= 4.4 && < 4.5,
86-
copilot-prettyprinter >= 4.4 && < 4.5,
83+
copilot >= 4.5 && < 4.6,
84+
copilot-language >= 4.5 && < 4.6,
85+
copilot-libraries >= 4.5 && < 4.6,
86+
copilot-prettyprinter >= 4.5 && < 4.6,
8787
copilot-verifier
8888
exposed-modules:
8989
Copilot.Verifier.Examples

copilot-visualizer/copilot-visualizer.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: copilot-visualizer
3-
version: 4.4
3+
version: 4.5
44
synopsis: Visualizer for Copilot.
55
description:
66
Visualizer for Copilot.
@@ -65,10 +65,10 @@ library
6565
text >= 1.2.3.1 && < 2.2,
6666
websockets >= 0.12.7 && < 0.14,
6767

68-
copilot >= 4.4 && < 4.5,
69-
copilot-core >= 4.4 && < 4.5,
70-
copilot-interpreter >= 4.4 && < 4.5,
71-
copilot-language >= 4.4 && < 4.5
68+
copilot >= 4.5 && < 4.6,
69+
copilot-core >= 4.5 && < 4.6,
70+
copilot-interpreter >= 4.5 && < 4.6,
71+
copilot-language >= 4.5 && < 4.6
7272

7373
exposed-modules:
7474

@@ -121,7 +121,7 @@ executable tikz-example
121121
build-depends:
122122
base >= 4.9 && < 5,
123123

124-
copilot >= 4.4 && < 4.5,
124+
copilot >= 4.5 && < 4.6,
125125
copilot-visualizer
126126

127127
if flag(examples)

0 commit comments

Comments
 (0)