Skip to content

Commit

Permalink
Add cabal.project
Browse files Browse the repository at this point in the history
Add `.vscode` to `.gitignore`
  • Loading branch information
konsumlamm committed Dec 1, 2023
1 parent 3ba23e1 commit a8efe70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
key: ${{ runner.os }}-${{ matrix.ghc }}
- name: Build
run: |
echo packages:. > cabal.project
echo tests:True >> cabal.project
echo "constraints:quickcheck-classes -semigroupoids -aeson -semirings" >> cabal.project
cabal test --test-show-details=direct
cabal bench --benchmark-option=-l
cabal sdist
Expand Down Expand Up @@ -176,9 +173,6 @@ jobs:
key: ${{ runner.os }}-latest
- name: Test
run: |
echo packages:. > cabal.project
echo tests:True >> cabal.project
echo "constraints:quickcheck-classes -semigroupoids -aeson -semirings" >> cabal.project
echo "constraints:vector +unsafechecks +internalchecks" >> cabal.project
# Some tests are filtered out because of
# https://gitlab.haskell.org/ghc/ghc/-/issues/23132
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ dist-newstyle

cabal.sandbox.config
.cabal-sandbox

########
# IDEs #
########

.vscode
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
packages: .
tests: True

package quickcheck-classes
flags: -aeson -semigroupoids -semirings

0 comments on commit a8efe70

Please sign in to comment.