Skip to content

Commit

Permalink
Merge pull request #24 from tchoutri/misc
Browse files Browse the repository at this point in the history
Misc
  • Loading branch information
tchoutri authored Oct 2, 2024
2 parents b34bfc0 + 7fe7c59 commit 6b43344
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: confer-Linux-x86_64

- uses: actions/download-artifact@v4
with:
name: confer-Linux-static-x86_64

- uses: actions/download-artifact@v4
with:
name: confer-macOS-arm64
pattern: confer-*
merge-multiple: true

- name: Create GitHub prerelease
uses: marvinpinto/[email protected]
Expand All @@ -187,3 +180,11 @@ jobs:
confer-head-Linux-x86_64.tar.gz
confer-head-Linux-static-x86_64.tar.gz
confer-head-macOS-arm64.tar.gz
- name: Pre-release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: ./out/*
tag_name: print-api-head
9 changes: 2 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ active-repositories: hackage.haskell.org

with-compiler: ghc-9.8

-- program-locations
-- haddock-location: haddock-9.8

allow-newer: mtl, ansi-terminal, text, tasty

test-show-details: direct
Expand All @@ -15,11 +12,9 @@ documentation: True

tests: True

-- semaphore: True

-- multi-repl: True
semaphore: True

jobs: $ncpus
multi-repl: True

package *
ghc-options: +RTS -A32m -RTS -haddock
Expand Down
1 change: 1 addition & 0 deletions confer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ common extensions
default-language: GHC2021

common ghc-options
ghc-prof-options: -fprof-auto -fno-prof-count-entries -fprof-auto-calls
ghc-options:
-Wall -Wcompat -Widentities -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
Expand Down

0 comments on commit 6b43344

Please sign in to comment.