From 5598ed7480c0ac863536e12ae886dd3d322e3ea3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 27 Nov 2020 13:19:31 +0100 Subject: [PATCH] haskellPackages.hercules-ci-agent: Update Cabal for Setup --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 0bea1287392e..3c628a7a453a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -96,4 +96,7 @@ self: super: { # Break out of "Cabal < 3.2" constraint. stylish-haskell = doJailbreak super.stylish-haskell; + # cxx-options is broken in Cabal 3.2.0.0 + hercules-ci-agent = addSetupDepend super.hercules-ci-agent self.Cabal_3_2_1_0; + }