mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 19:51:56 +01:00
Merge pull request #5912 from Lemmih/patch-11
Re-enable hgeometry and hgeometry-combinatorial (fixes #5886)
This commit is contained in:
commit
70c156bcb2
@ -4306,13 +4306,13 @@ packages:
|
|||||||
|
|
||||||
"David Himmelstrup <lemmih@gmail.com> @lemmih":
|
"David Himmelstrup <lemmih@gmail.com> @lemmih":
|
||||||
- chiphunk
|
- chiphunk
|
||||||
- reanimate-svg < 0 # via reanimate
|
- reanimate-svg
|
||||||
- reanimate < 0 # via hgeometry & hgeometry-combinatorial
|
- reanimate
|
||||||
- earcut
|
- earcut
|
||||||
- vector-circular
|
- vector-circular
|
||||||
# required by reanimate as of 0.4.2.0
|
# required by reanimate as of 0.4.2.0
|
||||||
- hgeometry < 0 # via vector-0.12.2.0 https://github.com/commercialhaskell/stackage/issues/5886
|
- hgeometry >= 0.12.0.2
|
||||||
- hgeometry-combinatorial < 0 # via vector-0.12.2.0 https://github.com/commercialhaskell/stackage/issues/5886
|
- hgeometry-combinatorial
|
||||||
- approximate-equality # required by hgeometry-combinatorial
|
- approximate-equality # required by hgeometry-combinatorial
|
||||||
- type-level-natural-number # required by approximate-equality
|
- type-level-natural-number # required by approximate-equality
|
||||||
|
|
||||||
@ -5255,6 +5255,8 @@ packages:
|
|||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
# global-flags
|
# global-flags
|
||||||
package-flags:
|
package-flags:
|
||||||
|
hgeometry:
|
||||||
|
planargraph: false # Won't be required by version 0.13
|
||||||
QuickCheck:
|
QuickCheck:
|
||||||
old-random: false
|
old-random: false
|
||||||
pathtype:
|
pathtype:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user