haskell-tasty-hedgehog: current versions need hedgehog 1.x or later
This commit is contained in:
parent
71fee27abb
commit
2903cbf66b
@ -1236,8 +1236,9 @@ self: super: {
|
|||||||
pandoc = doDistribute super.pandoc_2_7_2;
|
pandoc = doDistribute super.pandoc_2_7_2;
|
||||||
pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
|
pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
|
||||||
|
|
||||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
# Current versions of tasty-hedgehog need hedgehog 1.x, which
|
||||||
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
# we don't have in LTS-13.x.
|
||||||
|
tasty-hedgehog = super.tasty-hedgehog.override { hedgehog = self.hedgehog_1_0; };
|
||||||
|
|
||||||
# The latest release version is ancient. You really need this tool from git.
|
# The latest release version is ancient. You really need this tool from git.
|
||||||
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user