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-12-08 13:19:44 +0100
committerPeter Simons <simons@cryp.to>2015-12-09 16:03:20 +0100
commita855082f31ba262e36521807189d24ab3e34c541 (patch)
tree4be625c7c2a29cf32092aef8fcff245841611257 /pkgs/development/haskell-modules/configuration-common.nix
parent770b264c9622578f91e029b9e237a7eef7280d4f (diff)
downloadnixlib-a855082f31ba262e36521807189d24ab3e34c541.tar
nixlib-a855082f31ba262e36521807189d24ab3e34c541.tar.gz
nixlib-a855082f31ba262e36521807189d24ab3e34c541.tar.bz2
nixlib-a855082f31ba262e36521807189d24ab3e34c541.tar.lz
nixlib-a855082f31ba262e36521807189d24ab3e34c541.tar.xz
nixlib-a855082f31ba262e36521807189d24ab3e34c541.tar.zst
nixlib-a855082f31ba262e36521807189d24ab3e34c541.zip
haskell-morte has been fixed upstream.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b216764ff319..fd6d521369f1 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -938,9 +938,6 @@ self: super: {
     librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
   });
 
-  # 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; };
 }