|
1 | 1 | name: copilot |
2 | | -version: 3.19.1 |
| 2 | +version: 3.20 |
3 | 3 | cabal-version: >= 1.10 |
4 | 4 | license: BSD3 |
5 | 5 | license-file: LICENSE |
@@ -47,17 +47,17 @@ library |
47 | 47 | -Wall |
48 | 48 | -fno-warn-orphans |
49 | 49 | build-depends: |
50 | | - base >= 4.9 && < 5 |
51 | | - , optparse-applicative >= 0.14 && < 0.19 |
52 | | - , directory >= 1.3 && < 1.4 |
53 | | - , filepath >= 1.4 && < 1.5 |
54 | | - |
55 | | - , copilot-core >= 3.19.1 && < 3.20 |
56 | | - , copilot-theorem >= 3.19.1 && < 3.20 |
57 | | - , copilot-language >= 3.19.1 && < 3.20 |
58 | | - , copilot-libraries >= 3.19.1 && < 3.20 |
59 | | - , copilot-c99 >= 3.19.1 && < 3.20 |
60 | | - , copilot-prettyprinter >= 3.19.1 && < 3.20 |
| 50 | + base >= 4.9 && < 5 |
| 51 | + , optparse-applicative >= 0.14 && < 0.19 |
| 52 | + , directory >= 1.3 && < 1.4 |
| 53 | + , filepath >= 1.4 && < 1.5 |
| 54 | + |
| 55 | + , copilot-core >= 3.20 && < 3.21 |
| 56 | + , copilot-theorem >= 3.20 && < 3.21 |
| 57 | + , copilot-language >= 3.20 && < 3.21 |
| 58 | + , copilot-libraries >= 3.20 && < 3.21 |
| 59 | + , copilot-c99 >= 3.20 && < 3.21 |
| 60 | + , copilot-prettyprinter >= 3.20 && < 3.21 |
61 | 61 |
|
62 | 62 |
|
63 | 63 | exposed-modules: Language.Copilot, Language.Copilot.Main |
|
0 commit comments