summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2016-05-29 18:21:18 -0400
committerPeter Simons <simons@cryp.to>2016-05-31 22:09:56 +0200
commitbe6c46c3b3b34f41722b4f567ae853f29a66cb91 (patch)
tree6ac0f8ac2c14339e0d5b812e5bc9964767bb0f76 /pkgs/development/haskell-modules/configuration-common.nix
parentffe733a52deace5193248c780c5c10200a9efec3 (diff)
downloadnixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar.gz
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar.bz2
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar.lz
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar.xz
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.tar.zst
nixpkgs-be6c46c3b3b34f41722b4f567ae853f29a66cb91.zip
gtk2hs-buildtools: ensure appropriate Cabal version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5f1335ca72f..200acc6539b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1005,4 +1005,6 @@ self: super: {
   yi-solarized = markBroken super.yi-solarized;
   yi-spolsky = markBroken super.yi-spolsky;
 
+  # gtk2hs-buildtools must have Cabal 1.24
+  gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_0_0; };
 }