mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
haskellPackages.hgeometry-combinatiorial: unbreak
An upper bound on vector-builder was introduced which includes 0.3.8, but excludes 0.3.8.1. I don't know why, but the changes between 0.3.8 and 0.3.8.1 look harmless enough to ignore. Possibly the hgeometry-combinatorial maintainer operated under the assumption that the author of vector-builder would always use version numbers which only had 3 components.
This commit is contained in:
parent
dd00a9aff5
commit
798dbc8478
@ -1695,9 +1695,11 @@ self: super: {
|
||||
# https://github.com/jgm/pandoc/issues/7163
|
||||
pandoc = dontCheck super.pandoc;
|
||||
|
||||
# test suite triggers some kind of linking bug at runtime
|
||||
# * doctests don't work without cabal
|
||||
# https://github.com/noinia/hgeometry/issues/132
|
||||
hgeometry-combinatorial = dontCheck super.hgeometry-combinatorial;
|
||||
# * Too strict version bound on vector-builder
|
||||
# https://github.com/noinia/hgeometry/commit/a6abecb1ce4a7fd96b25cc1a5c65cd4257ecde7a#commitcomment-49282301
|
||||
hgeometry-combinatorial = dontCheck (doJailbreak super.hgeometry-combinatorial);
|
||||
|
||||
# Too strict version bounds on ansi-terminal
|
||||
# https://github.com/kowainik/co-log/pull/218
|
||||
|
Loading…
Reference in New Issue
Block a user