File tree Expand file tree Collapse file tree 12 files changed +28
-22
lines changed Expand file tree Collapse file tree 12 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11name : copilot
2- version : 3.4
2+ version : 3.5
33cabal-version : >= 1.10
44license : BSD3
55license-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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-c99
3- version : 3.4
3+ version : 3.5
44synopsis : A compiler for Copilot targeting C99.
55description :
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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-core
3- version : 3.4
3+ version : 3.5
44synopsis : An intermediate representation for Copilot.
55description :
66 Intermediate representation for Copilot.
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-language
3- version : 3.4
3+ version : 3.5
44synopsis : A Haskell-embedded DSL for monitoring hard real-time
55 distributed systems.
66description :
@@ -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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-libraries
3- version : 3.4
3+ version : 3.5
44synopsis : Libraries for the Copilot language.
55description :
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
You can’t perform that action at this time.
0 commit comments