From 00965c05fbfafc19b5dcf880321db24c7c12e51e Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 17 Jan 2017 10:59:29 +0100 Subject: [PATCH] haskellPackages: turtle_1_3_*: 1_3_0 -> 1_3_1 I am not the correct person to patch haskellPackages, but this expression was missing `super.turtle_1_3_0` before and builds now. Real motivation: fix evaluation tests for `master`. Right now `test-eval-release.sh` passes fine. --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2d9a04b7576..7c94211d566 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1181,7 +1181,7 @@ 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: { + turtle_1_3_1 = super.turtle_1_3_1.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_13_0_0; });