We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca1fdf commit ab92bfaCopy full SHA for ab92bfa
.gitignore
@@ -14,7 +14,7 @@ wip/
14
.ghci
15
hie.yaml
16
/*.sh
17
-cabal.project
+cabal.project.*
18
19
# Build output
20
/html
cabal.project
@@ -2,6 +2,9 @@ packages: support/shake/1lab-shake.cabal
2
3
-- To build outside of the Nix shell, uncomment the following stanza
4
-- and replace `master` with the `rev` field from `support/nix/dep/Agda/github.json`.
5
+--
6
+-- If you want to avoid polluting your Git tree, you can move this to
7
+-- `cabal.project.local`, which is ignored by Git.
8
9
-- source-repository-package
10
-- type: git
0 commit comments