From 464c79ea9f929d1237dbc2df878eedad91767a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 9 Jan 2017 18:19:25 +0100 Subject: [PATCH] turtle_1_3_0: fix build --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8f207a000df..3c48be53141 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; + }); }