|
1 | 1 | cabal-version: >=1.10
|
2 | 2 | name: copilot-language
|
3 |
| -version: 3.19 |
| 3 | +version: 3.19.1 |
4 | 4 | synopsis: A Haskell-embedded DSL for monitoring hard real-time
|
5 | 5 | distributed systems.
|
6 | 6 | description:
|
@@ -35,16 +35,16 @@ source-repository head
|
35 | 35 | library
|
36 | 36 | default-language: Haskell2010
|
37 | 37 | hs-source-dirs: src
|
38 |
| - build-depends: base >= 4.9 && < 5 |
| 38 | + build-depends: base >= 4.9 && < 5 |
39 | 39 |
|
40 |
| - , array >= 0.5 && < 0.6 |
41 |
| - , containers >= 0.4 && < 0.7 |
42 |
| - , data-reify >= 0.6 && < 0.7 |
43 |
| - , mtl >= 2.0 && < 3 |
| 40 | + , array >= 0.5 && < 0.6 |
| 41 | + , containers >= 0.4 && < 0.7 |
| 42 | + , data-reify >= 0.6 && < 0.7 |
| 43 | + , mtl >= 2.0 && < 3 |
44 | 44 |
|
45 |
| - , copilot-core >= 3.19 && < 3.20 |
46 |
| - , copilot-interpreter >= 3.19 && < 3.20 |
47 |
| - , copilot-theorem >= 3.19 && < 3.20 |
| 45 | + , copilot-core >= 3.19.1 && < 3.20 |
| 46 | + , copilot-interpreter >= 3.19.1 && < 3.20 |
| 47 | + , copilot-theorem >= 3.19.1 && < 3.20 |
48 | 48 |
|
49 | 49 | exposed-modules: Copilot.Language
|
50 | 50 | , Copilot.Language.Operators.BitWise
|
|
0 commit comments