From 99c6e0512a5afea6f8a27c2ad46ac38b5d472aa7 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 6 Mar 2024 18:35:02 +0300 Subject: [PATCH] Revert compiler pin from cabal.project Problem: downstream packagers, notably Homebrew, build from repo, and pinning the exact compiler version creates issues. See e.g. https://github.com/Homebrew/homebrew-core/pull/165071 Solution: remove the pin. --- cabal.project | 1 - 1 file changed, 1 deletion(-) diff --git a/cabal.project b/cabal.project index f5042ae..f7ffa87 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,3 @@ -with-compiler: ghc-9.6.4 packages: . package citeproc ghc-options: -j +RTS -A64m -RTS