File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-c99
3- version : 3.7
3+ version : 3.8
44synopsis : A compiler for Copilot targeting C99.
55description :
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
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-core
3- version : 3.7
3+ version : 3.8
44synopsis : An intermediate representation for Copilot.
55description :
66 Intermediate representation for Copilot.
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-language
3- version : 3.7
3+ version : 3.8
44synopsis : A Haskell-embedded DSL for monitoring hard real-time
55 distributed systems.
66description :
@@ -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
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-libraries
3- version : 3.7
3+ version : 3.8
44synopsis : Libraries for the Copilot language.
55description :
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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description:
1414 <https://copilot-language.github.io> .
1515
1616
17- version : 3.7
17+ version : 3.8
1818license : BSD3
1919license-file : LICENSE
2020maintainer : 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
Original file line number Diff line number Diff line change 11name : copilot
2- version : 3.7
2+ version : 3.8
33cabal-version : >= 1.10
44license : BSD3
55license-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
You can’t perform that action at this time.
0 commit comments