Skip to content

Commit

Permalink
haskellPackages: turtle_1_3_*: 1_3_0 -> 1_3_1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
7c6f434c committed Jan 17, 2017
1 parent 54be30a commit 00965c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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;
});

Expand Down

0 comments on commit 00965c0

Please sign in to comment.