summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2017-01-09 18:19:25 +0100
committerDomen Kožar <domen@dev.si>2017-01-09 18:19:25 +0100
commit464c79ea9f929d1237dbc2df878eedad91767a72 (patch)
tree49171286624cc29e2a6727ef66ede6dc53e2b331 /pkgs/development/haskell-modules
parentd423567a9506f6ccfc09b137e6184280b92e37b6 (diff)
downloadnixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar.gz
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar.bz2
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar.lz
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar.xz
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.tar.zst
nixlib-464c79ea9f929d1237dbc2df878eedad91767a72.zip
turtle_1_3_0: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8f207a000dfe..3c48be531412 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1142,4 +1142,8 @@ self: super: {
 
   # https://github.com/krisajenkins/elm-export/pull/22
   elm-export = doJailbreak super.elm-export;
+
+  turtle_1_3_0 = super.turtle_1_3_0.overrideScope (self: super: {
+    optparse-applicative = self.optparse-applicative_0_13_0_0;
+  });
 }