Skip to content

Commit 2e49135

Browse files
committed
Add cabal.project* and update .gitignore
1 parent c8fdfa7 commit 2e49135

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.gitignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
*.o
2-
*.hi
3-
.cabal-sandbox
4-
cabal.sandbox.config
5-
connect-test
6-
dist
7-
simple-proxy
8-
testsuite
9-
request-rewrite-proxy
10-
spellTmp.bak
1+
dist-newstyle/

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
./

cabal.project.local

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tests: True
2+
test-show-details: direct

0 commit comments

Comments
 (0)