File tree Expand file tree Collapse file tree 12 files changed +42
-16
lines changed Expand file tree Collapse file tree 12 files changed +42
-16
lines changed Original file line number Diff line number Diff line change 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+
162022-01-07
27 * Version bump (3.7). (#287)
38 * Guard against empty specs. (#274)
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 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+
162022-01-07
27 * Version bump (3.7). (#287)
38 * Make imports explicit, reorganize imports. (#277)
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 112022-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
482022-01-07
59 * Version bump (3.7). (#287)
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 1+ 2022-01-07
2+ * Version bump (3.8). (#298)
3+ * Mark package as uncurated to avoid modification. (#288)
4+
152022-01-07
26 * Version bump (3.7). (#287)
37
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 1+ 2022-03-07
2+ * Version bump (3.8). (#298)
3+ * Mark package as uncurated to avoid modification. (#288)
4+
152022-01-07
26 * Version bump (3.7). (#287)
37 * Relax version contraints on what4. (#277)
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
You can’t perform that action at this time.
0 commit comments