-- This file has been generated from package.yaml by hpack version 0.16.0. -- -- see: https://github.com/sol/hpack name: earclipper version: 0.0.0.1 synopsis: Ear Clipping Triangulation description: A library and command line tool to triangulate polygons with an ear clipping algorithm. homepage: https://github.com/zaidan/earclipper#readme bug-reports: https://github.com/zaidan/earclipper/issues license: MIT license-file: LICENSE author: Firas Zaidan maintainer: firas@zaidan.de category: Graphics stability: stable build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/zaidan/earclipper library ghc-options: -Wall hs-source-dirs: src default-extensions: BangPatterns DeriveFunctor FlexibleContexts LambdaCase OverloadedStrings RecordWildCards ScopedTypeVariables ViewPatterns exposed-modules: Earclipper.EarClipping Earclipper.Strings build-depends: base >= 4.9 && < 5.0 default-language: Haskell2010 executable earclipper main-is: Main.hs hs-source-dirs: app default-extensions: BangPatterns DeriveFunctor FlexibleContexts LambdaCase OverloadedStrings RecordWildCards ScopedTypeVariables ViewPatterns ghc-options: -Wall -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.9 && < 5.0 , earclipper default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test default-extensions: BangPatterns DeriveFunctor FlexibleContexts LambdaCase OverloadedStrings RecordWildCards ScopedTypeVariables ViewPatterns ghc-options: -Wall build-depends: base >= 4.9 && < 5.0 , earclipper , hspec , filepath other-modules: Earclipper.StringsSpec default-language: Haskell2010