Skip to content

Commit

Permalink
Revert compiler pin from cabal.project
Browse files Browse the repository at this point in the history
Problem: downstream packagers, notably Homebrew, build from repo, and
pinning the exact compiler version creates issues. See e.g.
Homebrew/homebrew-core#165071

Solution: remove the pin.
  • Loading branch information
lierdakil committed Mar 6, 2024
1 parent 8f379c7 commit 99c6e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
with-compiler: ghc-9.6.4
packages: .
package citeproc
ghc-options: -j +RTS -A64m -RTS
Expand Down

0 comments on commit 99c6e05

Please sign in to comment.