Skip to content

Commit 886932e

Browse files
Merge branch 'release-3.5'. Close #247.
2 parents 65b994a + fead09d commit 886932e

File tree

12 files changed

+28
-22
lines changed

12 files changed

+28
-22
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2021-08-16
1+
2021-08-19
2+
* Version bump (3.5). (#247)
23
* Update travis domain in README. (#222)
34
* Remove commented code. (#15)
45
* Update official maintainer. (#236)

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.4
2+
version: 3.5
33
cabal-version: >= 1.10
44
license: BSD3
55
license-file: LICENSE
@@ -50,11 +50,11 @@ library
5050
, directory >= 1.3 && < 1.4
5151
, filepath >= 1.4 && < 1.5
5252

53-
, copilot-core >= 3.4 && < 3.5
54-
, copilot-theorem >= 3.4 && < 3.5
55-
, copilot-language >= 3.4 && < 3.5
56-
, copilot-libraries >= 3.4 && < 3.5
57-
, copilot-c99 >= 3.4 && < 3.5
53+
, copilot-core >= 3.5 && < 3.6
54+
, copilot-theorem >= 3.5 && < 3.6
55+
, copilot-language >= 3.5 && < 3.6
56+
, copilot-libraries >= 3.5 && < 3.6
57+
, copilot-c99 >= 3.5 && < 3.6
5858

5959

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

lib/copilot-c99/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2021-08-16
1+
2021-08-19
2+
* Version bump (3.5). (#247)
23
* Update travis domain in README. (#222)
34
* Remove second element of pair FunEnv. (#170)
45
* Allow customizing name of step function. (#64)

lib/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.4
3+
version : 3.5
44
synopsis : A compiler for Copilot targeting C99.
55
description :
66
This package is a back-end from Copilot to C.
@@ -48,7 +48,7 @@ library
4848
, mtl >= 2.2 && < 2.3
4949
, pretty >= 1.1 && < 1.2
5050

51-
, copilot-core >= 3.4 && < 3.5
51+
, copilot-core >= 3.5 && < 3.6
5252
, language-c99 >= 0.1.1 && < 0.2
5353
, language-c99-util >= 0.1.1 && < 0.2
5454
, language-c99-simple >= 0.1.1 && < 0.2

lib/copilot-core/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2021-08-16
1+
2021-08-19
2+
* Version bump (3.5). (#247)
23
* Update travis domain in README. (#222)
34
* Remove commented code. (#15)
45
* Update official maintainer. (#236)

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

lib/copilot-language/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2021-08-16
1+
2021-08-19
2+
* Version bump (3.5). (#247)
23
* Update travis domain in README. (#222)
34
* Remove ghc-prim dependency from copilot-language. (#220)
45
* Remove commented code. (#15)

lib/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.4
3+
version: 3.5
44
synopsis: A Haskell-embedded DSL for monitoring hard real-time
55
distributed systems.
66
description:
@@ -40,8 +40,8 @@ library
4040
, data-reify >= 0.6 && < 0.7
4141
, mtl >= 2.0 && < 3
4242

43-
, copilot-core >= 3.4 && < 3.5
44-
, copilot-theorem >= 3.4 && < 3.5
43+
, copilot-core >= 3.5 && < 3.6
44+
, copilot-theorem >= 3.5 && < 3.6
4545

4646
exposed-modules: Copilot
4747
, Copilot.Language

lib/copilot-libraries/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
2021-08-16
1+
2021-08-19
2+
* Version bump (3.5). (#247)
23
* Update travis domain in README. (#222)
34
* Update official maintainer. (#236)
45
* Update source repo location. (#241)

lib/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.4
3+
version: 3.5
44
synopsis: Libraries for the Copilot language.
55
description:
66
Libraries for the Copilot language.
@@ -41,7 +41,7 @@ library
4141
, data-reify >= 0.6 && < 0.7
4242
, mtl >= 2.0 && < 2.3
4343
, parsec >= 2.0 && < 3.2
44-
, copilot-language >= 3.4 && < 3.5
44+
, copilot-language >= 3.5 && < 3.6
4545

4646
exposed-modules:
4747
Copilot.Library.Libraries

0 commit comments

Comments
 (0)