mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
|
||||
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
||||
# Current versions of tasty-hedgehog need hedgehog 1.x, which
|
||||
# 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.
|
||||
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
||||
|
Loading…
Reference in New Issue
Block a user