Skip to content

Commit 6d94d27

Browse files
Bump versions and constraints (3.8). Refs #298.
1 parent e9f68ce commit 6d94d27

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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 : 3.7
3+
version : 3.8
44
synopsis : A compiler for Copilot targeting C99.
55
description :
66
This package is a back-end from Copilot to C.
@@ -50,7 +50,7 @@ library
5050
, mtl >= 2.2 && < 2.3
5151
, pretty >= 1.1 && < 1.2
5252

53-
, copilot-core >= 3.7 && < 3.8
53+
, copilot-core >= 3.8 && < 3.9
5454
, language-c99 >= 0.1.1 && < 0.2
5555
, language-c99-util >= 0.1.1 && < 0.2
5656
, language-c99-simple >= 0.1.1 && < 0.2

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: 3.7
3+
version: 3.8
44
synopsis: An intermediate representation for Copilot.
55
description:
66
Intermediate representation for Copilot.

copilot-language/copilot-language.cabal

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

45-
, copilot-core >= 3.7 && < 3.8
46-
, copilot-theorem >= 3.7 && < 3.8
45+
, copilot-core >= 3.8 && < 3.9
46+
, copilot-theorem >= 3.8 && < 3.9
4747

4848
exposed-modules: Copilot.Language
4949
, 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: 3.7
3+
version: 3.8
44
synopsis: Libraries for the Copilot language.
55
description:
66
Libraries for the Copilot language.
@@ -43,7 +43,7 @@ library
4343
, data-reify >= 0.6 && < 0.7
4444
, mtl >= 2.0 && < 2.3
4545
, parsec >= 2.0 && < 3.2
46-
, copilot-language >= 3.7 && < 3.8
46+
, copilot-language >= 3.8 && < 3.9
4747

4848
exposed-modules:
4949
Copilot.Library.Libraries

copilot-theorem/copilot-theorem.cabal

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

1616

17-
version : 3.7
17+
version : 3.8
1818
license : BSD3
1919
license-file : LICENSE
2020
maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>
@@ -74,7 +74,7 @@ library
7474
, xml >= 1.3 && < 1.4
7575
, what4 >= 1.1 && < 1.3
7676

77-
, copilot-core >= 3.7 && < 3.8
77+
, copilot-core >= 3.8 && < 3.9
7878

7979
exposed-modules : Copilot.Theorem
8080
, Copilot.Theorem.Prove

copilot/copilot.cabal

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

55-
, copilot-core >= 3.7 && < 3.8
56-
, copilot-theorem >= 3.7 && < 3.8
57-
, copilot-language >= 3.7 && < 3.8
58-
, copilot-libraries >= 3.7 && < 3.8
59-
, copilot-c99 >= 3.7 && < 3.8
55+
, copilot-core >= 3.8 && < 3.9
56+
, copilot-theorem >= 3.8 && < 3.9
57+
, copilot-language >= 3.8 && < 3.9
58+
, copilot-libraries >= 3.8 && < 3.9
59+
, copilot-c99 >= 3.8 && < 3.9
6060

6161

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

0 commit comments

Comments
 (0)