diff --git a/hgeometry-examples/hgeometry-examples.cabal b/hgeometry-examples/hgeometry-examples.cabal index 964cd2202..2b0468905 100644 --- a/hgeometry-examples/hgeometry-examples.cabal +++ b/hgeometry-examples/hgeometry-examples.cabal @@ -282,6 +282,16 @@ executable hgeometry-draw -- other-modules: -- Options +-------------------------------------------------------------------------------- +-- * Triangulate World + +executable hgeometry-triangulateWorld + import: setup + hs-source-dirs: triangulateWorld + main-is: Main.hs + build-depends: + optparse-applicative >= 0.18 + , filepath >= 1.4.100 --------------------------------------------------------------------------------