33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
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, Queries
|
|
-- other-extensions:
|
|
build-depends: base ^>=4.13.0.0,
|
|
containers,
|
|
haskell-gi-base,
|
|
QuickCheck,
|
|
gi-gdk,
|
|
gi-cairo,
|
|
gi-cairo-connector,
|
|
gi-cairo-render,
|
|
gi-gtk ^>=3.0
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010
|