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.
This commit is contained in:
parent
54be30a0b1
commit
00965c05fb
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user