summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-28 17:05:37 +0100
committerPeter Simons <simons@cryp.to>2015-11-29 15:30:30 +0100
commit7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e (patch)
treef65d447e93686ce202e32ea37dfd01aa1a2aa637 /pkgs/development/haskell-modules/configuration-common.nix
parentda54e29789ebcee896c6362c9b97abe640ea2adb (diff)
downloadnixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar.gz
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar.bz2
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar.lz
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar.xz
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.tar.zst
nixlib-7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e.zip
haskell-language-c-quote: fix build by compiling with older version of alex
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c5c592d940fd..a142722f4c80 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -930,4 +930,7 @@ self: super: {
   # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32
   morte = super.morte.override { alex = self.alex_3_1_4; };
 
+  # https://github.com/mainland/language-c-quote/issues/57
+  language-c-quote = super.language-c-quote.override { alex = self.alex_3_1_4; };
+
 }