File tree Expand file tree Collapse file tree 8 files changed +25
-25
lines changed
Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-c99
3- version : 3.18.1
3+ version : 3.19
44synopsis : A compiler for Copilot targeting C99.
55description :
66 This package is a back-end from Copilot to C.
@@ -45,9 +45,9 @@ library
4545 , mtl >= 2.2 && < 2.4
4646 , pretty >= 1.1 && < 1.2
4747
48- , copilot-core >= 3.18.1 && < 3.19
49- , language-c99 >= 0.2.0 && < 0.3
50- , language-c99-simple >= 0.3 && < 0.4
48+ , copilot-core >= 3.19 && < 3.20
49+ , language-c99 >= 0.2.0 && < 0.3
50+ , language-c99-simple >= 0.3 && < 0.4
5151
5252 exposed-modules : Copilot.Compile.C99
5353
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-core
3- version : 3.18.1
3+ version : 3.19
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-interpreter
3- version : 3.18.1
3+ version : 3.19
44synopsis : Interpreter for Copilot.
55description :
66 Interpreter for Copilot.
@@ -44,7 +44,7 @@ library
4444 base >= 4.9 && < 5 ,
4545 pretty >= 1.0 && < 1.2 ,
4646
47- copilot-core >= 3.18.1 && < 3.19
47+ copilot-core >= 3.19 && < 3.20
4848
4949 exposed-modules :
5050
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-language
3- version : 3.18.1
3+ version : 3.19
44synopsis : A Haskell-embedded DSL for monitoring hard real-time
55 distributed systems.
66description :
@@ -42,9 +42,9 @@ library
4242 , data-reify >= 0.6 && < 0.7
4343 , mtl >= 2.0 && < 3
4444
45- , copilot-core >= 3.18.1 && < 3.19
46- , copilot-interpreter >= 3.18.1 && < 3.19
47- , copilot-theorem >= 3.18.1 && < 3.19
45+ , copilot-core >= 3.19 && < 3.20
46+ , copilot-interpreter >= 3.19 && < 3.20
47+ , copilot-theorem >= 3.19 && < 3.20
4848
4949 exposed-modules : Copilot.Language
5050 , Copilot.Language.Operators.BitWise
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-libraries
3- version : 3.18.1
3+ version : 3.19
44synopsis : Libraries for the Copilot language.
55description :
66 Libraries for the Copilot language.
@@ -41,7 +41,7 @@ library
4141 , containers >= 0.4 && < 0.7
4242 , mtl >= 2.0 && < 2.4
4343 , parsec >= 2.0 && < 3.2
44- , copilot-language >= 3.18.1 && < 3.19
44+ , copilot-language >= 3.19 && < 3.20
4545
4646 exposed-modules :
4747 Copilot.Library.Libraries
Original file line number Diff line number Diff line change 11cabal-version : >= 1.10
22name : copilot-prettyprinter
3- version : 3.18.1
3+ version : 3.19
44synopsis : A prettyprinter of Copilot Specifications.
55description :
66 A prettyprinter of Copilot specifications.
@@ -45,7 +45,7 @@ library
4545 base >= 4.9 && < 5 ,
4646 pretty >= 1.0 && < 1.2 ,
4747
48- copilot-core >= 3.18.1 && < 3.19
48+ copilot-core >= 3.19 && < 3.20
4949
5050 exposed-modules :
5151
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.18.1
17+ version : 3.19
1818license : BSD3
1919license-file : LICENSE
2020maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>
@@ -63,8 +63,8 @@ library
6363 , xml >= 1.3 && < 1.4
6464 , what4 >= 1.3 && < 1.6
6565
66- , copilot-core >= 3.18.1 && < 3.19
67- , copilot-prettyprinter >= 3.18.1 && < 3.19
66+ , copilot-core >= 3.19 && < 3.20
67+ , copilot-prettyprinter >= 3.19 && < 3.20
6868
6969 exposed-modules : Copilot.Theorem
7070 , Copilot.Theorem.Prove
Original file line number Diff line number Diff line change 11name : copilot
2- version : 3.18.1
2+ version : 3.19
33cabal-version : >= 1.10
44license : BSD3
55license-file : LICENSE
@@ -52,12 +52,12 @@ library
5252 , directory >= 1.3 && < 1.4
5353 , filepath >= 1.4 && < 1.5
5454
55- , copilot-core >= 3.18.1 && < 3.19
56- , copilot-theorem >= 3.18.1 && < 3.19
57- , copilot-language >= 3.18.1 && < 3.19
58- , copilot-libraries >= 3.18.1 && < 3.19
59- , copilot-c99 >= 3.18.1 && < 3.19
60- , copilot-prettyprinter >= 3.18.1 && < 3.19
55+ , copilot-core >= 3.19 && < 3.20
56+ , copilot-theorem >= 3.19 && < 3.20
57+ , copilot-language >= 3.19 && < 3.20
58+ , copilot-libraries >= 3.19 && < 3.20
59+ , copilot-c99 >= 3.19 && < 3.20
60+ , copilot-prettyprinter >= 3.19 && < 3.20
6161
6262
6363 exposed-modules : Language.Copilot, Language.Copilot.Main
You can’t perform that action at this time.
0 commit comments