Skip to content

Commit bfc176a

Browse files
Bump versions and constraints. Refs #604.
1 parent 4e22d07 commit bfc176a

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

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.2
3+
version : 4.3
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.2 && < 4.3
48+
, copilot-core >= 4.3 && < 4.4
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.2
3+
version: 4.3
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.2
3+
version: 4.3
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.2 && < 4.3
47+
copilot-core >= 4.3 && < 4.4
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.2
3+
version: 4.3
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.2 && < 4.3
46-
, copilot-interpreter >= 4.2 && < 4.3
47-
, copilot-theorem >= 4.2 && < 4.3
45+
, copilot-core >= 4.3 && < 4.4
46+
, copilot-interpreter >= 4.3 && < 4.4
47+
, copilot-theorem >= 4.3 && < 4.4
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.2
3+
version: 4.3
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.2 && < 4.3
44+
, copilot-language >= 4.3 && < 4.4
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.2
3+
version: 4.3
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.2 && < 4.3
48+
copilot-core >= 4.3 && < 4.4
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.2
17+
version : 4.3
1818
license : BSD3
1919
license-file : LICENSE
2020
maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>
@@ -63,8 +63,8 @@ library
6363
, xml >= 1.3 && < 1.4
6464
, what4 >= 1.3 && < 1.7
6565

66-
, copilot-core >= 4.2 && < 4.3
67-
, copilot-prettyprinter >= 4.2 && < 4.3
66+
, copilot-core >= 4.3 && < 4.4
67+
, copilot-prettyprinter >= 4.3 && < 4.4
6868

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

copilot/copilot.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: copilot
2-
version: 4.2
2+
version: 4.3
33
cabal-version: >= 1.10
44
license: BSD3
55
license-file: LICENSE
@@ -52,12 +52,12 @@ library
5252
, directory >= 1.3 && < 1.4
5353
, filepath >= 1.4 && < 1.6
5454

55-
, copilot-core >= 4.2 && < 4.3
56-
, copilot-theorem >= 4.2 && < 4.3
57-
, copilot-language >= 4.2 && < 4.3
58-
, copilot-libraries >= 4.2 && < 4.3
59-
, copilot-c99 >= 4.2 && < 4.3
60-
, copilot-prettyprinter >= 4.2 && < 4.3
55+
, copilot-core >= 4.3 && < 4.4
56+
, copilot-theorem >= 4.3 && < 4.4
57+
, copilot-language >= 4.3 && < 4.4
58+
, copilot-libraries >= 4.3 && < 4.4
59+
, copilot-c99 >= 4.3 && < 4.4
60+
, copilot-prettyprinter >= 4.3 && < 4.4
6161

6262

6363
exposed-modules: Language.Copilot, Language.Copilot.Main

0 commit comments

Comments
 (0)