cabal-version: 2.4 -- Initial package description 'geometry.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: geometry version: 0.1.0.0 synopsis: Geometry algorithms + visual -- description: -- bug-reports: license: GPL-3.0-only license-file: LICENSE author: Francesco Magliocca maintainer: franciman12@gmail.com -- copyright: -- category: extra-source-files: CHANGELOG.md executable geometry main-is: Main.hs other-modules: ConvexHull, UserInterface -- other-extensions: build-depends: base ^>=4.13.0.0, containers, gi-gtk ^>=3.0 -- hs-source-dirs: default-language: Haskell2010