Skip to content

Commit 8202bac

Browse files
Merge branch 'release-3.8'. Close #298.
2 parents e9f68ce + a491f89 commit 8202bac

File tree

12 files changed

+42
-16
lines changed

12 files changed

+42
-16
lines changed

copilot-c99/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-03-07
2+
* Version bump (3.8). (#298)
3+
* Hide internal modules deprecated in Copilot 3.5. (#289)
4+
* Mark package as uncurated to avoid modification. (#288)
5+
16
2022-01-07
27
* Version bump (3.7). (#287)
38
* Guard against empty specs. (#274)

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/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-03-07
2+
* Version bump (3.8). (#298)
3+
* Replaces uses of the internal Dynamic with base:Data.Dynamic. (#266)
4+
* Mark package as uncurated to avoid modification. (#288)
5+
16
2022-01-07
27
* Version bump (3.7). (#287)
38
* Make imports explicit, reorganize imports. (#277)

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/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
2022-03-07
2+
* Version bump (3.8). (#298)
23
* Introduce testing infrastructure. (#271)
4+
* Remove deprecated module Copilot. (#291)
5+
* Remove deprecated type StructArg. (#290)
6+
* Mark package as uncurated to avoid modification. (#288)
37

48
2022-01-07
59
* Version bump (3.7). (#287)

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/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-01-07
2+
* Version bump (3.8). (#298)
3+
* Mark package as uncurated to avoid modification. (#288)
4+
15
2022-01-07
26
* Version bump (3.7). (#287)
37

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/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-03-07
2+
* Version bump (3.8). (#298)
3+
* Mark package as uncurated to avoid modification. (#288)
4+
15
2022-01-07
26
* Version bump (3.7). (#287)
37
* Relax version contraints on what4. (#277)

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

0 commit comments

Comments
 (0)