Commit fd769d4
committed
Explicitly list .cabal files in cabal.project. Refs #622.
The `copilot-verifier` package was originally developed in an external repo
(https://github.com/Copilot-Language/copilot-verifier), but there is interest
in having all Copilot projects and libraries merged into the main
https://github.com/Copilot-Language/copilot repo for ease of management.
For now, we wish not to add `copilot-verifier` to the `cabal.project` file, as
its version bounds are tighter than the range of GHC versions that `copilot`
currently supports. As such, this commit explicitly lists the `.cabal` files of
packages that we do want to include in the `cabal.project`, i.e., all of the
`.cabal` files except for `copilot-verifier.cabal`.1 parent 280b1f8 commit fd769d4
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments