aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2020-11-27 13:19:31 +0100
committerPeter Simons <simons@cryp.to>2020-11-27 20:59:59 +0100
commit5598ed7480c0ac863536e12ae886dd3d322e3ea3 (patch)
treebcb3206fc7d5c49b2be8925418b13b11cdab6036 /pkgs/development/haskell-modules
parent2cc48d915f708e022b9d8b830b0c4335a1faf8d7 (diff)
haskellPackages.hercules-ci-agent: Update Cabal for Setup
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix3
1 files changed, 3 insertions, 0 deletions
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;
+
}