about 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 16:48:38 +0100
committerPeter Simons <simons@cryp.to>2015-11-29 15:30:30 +0100
commitda54e29789ebcee896c6362c9b97abe640ea2adb (patch)
treee0ddf54051f4460f53e3fe528c0b0d191c8ce9ff /pkgs/development/haskell-modules/configuration-common.nix
parent2b6f0d08c6a79d054e1b58d8fd37f23a56471627 (diff)
downloadnixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar.gz
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar.bz2
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar.lz
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar.xz
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.tar.zst
nixlib-da54e29789ebcee896c6362c9b97abe640ea2adb.zip
haskell-morte: 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 c975e444d10c..c5c592d940fd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -927,4 +927,7 @@ self: super: {
   # https://github.com/fpco/stackage/issues/1004
   gtk2hs-buildtools = super.gtk2hs-buildtools.override { alex = self.alex_3_1_4; };
 
+  # https://github.com/Gabriel439/Haskell-Morte-Library/issues/32
+  morte = super.morte.override { alex = self.alex_3_1_4; };
+
 }