Skip to content

Commit

Permalink
rename cabal.project to not interfere with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Aug 26, 2022
1 parent ec71bae commit 664f9f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ jobs:
run: |
ghcup install ghc ${{ matrix.ghc }}
ghcup set ghc ${{ matrix.ghc }}
- name: Copy cabal.project
run: |
cp cabal.project.non-nix cabal.project
- name: Cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions cabal.project → cabal.project.non-nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Setting to allow building with plain cabal. If this was
# named just cabal.project, it would interfere with the default
# nix build.

packages: .

source-repository-package
Expand Down

0 comments on commit 664f9f7

Please sign in to comment.