-- This file has been generated from package.yaml by hpack version 0.16.0. -- -- see: https://github.com/sol/hpack name: gridbounds version: 0.0.0.1 synopsis: Collision detection for GridBox description: This package adds collision detection to GridBox. It is based on Earclipper and GJK. category: Graphics stability: stable homepage: https://github.com/zaidan/gridbounds#readme bug-reports: https://github.com/zaidan/gridbounds/issues author: Firas Zaidan maintainer: firas@zaidan.de license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/zaidan/gridbounds library hs-source-dirs: src default-extensions: BangPatterns DeriveFunctor FlexibleContexts LambdaCase OverloadedStrings RecordWildCards ScopedTypeVariables ViewPatterns ghc-options: -Wall build-depends: base >= 4.9 && < 5.0 , gridbox >= 0.3 && < 0.4 , earclipper >= 0.0 && < 0.1 , gjk >= 0.0 && < 0.1 exposed-modules: GridBounds.Bounds GridBounds.Transform GridBounds.Triangulate 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 , gridbox >= 0.3 && < 0.4 , earclipper >= 0.0 && < 0.1 , gjk >= 0.0 && < 0.1 , gridbounds , hspec other-modules: GridBounds.BoundsSpec GridBounds.Polygon GridBounds.TransformSpec GridBounds.TriangulateSpec default-language: Haskell2010