HGeometry is a library for computing with geometric objects in Haskell. It defines basic geometric types and primitives, and it implements some geometric data structures and algorithms.
I'm trying to figure out how to use the new hgeometry. When I generate haddocks /home/aavogt/.cabal/store/ghc-9.6.6/hgeometry-1.0.0.0-60d0e11a422806c4e7a540303b7fd84c9bbc5b34c16ded481347b8e58081048b/share/doc/html/src/HGeometry.PolyLine.Simplification.DouglasPeucker.html doesn't have a link to the Point_ or HasSquaredEuclideanDistance constraints/classes:
/home/aavogt/.cabal/store/ghc-9.6.6/hgeometry-1.0.0.0-l-point-2504875e1b4fcd7c8d1e883b0082b2a22faa874a6ced693e231819f9ba006f0e probably contains the classes, but there is no html for that library. I use cabal 3.10.3.0. Other cross-package hyperlinks work, though this is the first time I've seen one cabal file with multiple libraries.
I'm trying to figure out how to use the new hgeometry. When I generate haddocks
/home/aavogt/.cabal/store/ghc-9.6.6/hgeometry-1.0.0.0-60d0e11a422806c4e7a540303b7fd84c9bbc5b34c16ded481347b8e58081048b/share/doc/html/src/HGeometry.PolyLine.Simplification.DouglasPeucker.html
doesn't have a link to the Point_ or HasSquaredEuclideanDistance constraints/classes:/home/aavogt/.cabal/store/ghc-9.6.6/hgeometry-1.0.0.0-l-point-2504875e1b4fcd7c8d1e883b0082b2a22faa874a6ced693e231819f9ba006f0e
probably contains the classes, but there is no html for that library. I usecabal 3.10.3.0
. Other cross-package hyperlinks work, though this is the first time I've seen one cabal file with multiple libraries.