cabal-version: 1.12 name: facet-enumeration version: 0.1.0.0 license: BSD3 license-file: LICENSE copyright: 2020 Fernando Zhapa maintainer: ferynando7@gmail.com author: Fernando Zhapa, Julio Rey, Matheus Medeiros de Souza homepage: https://github.com/tropical-group/facet-enumeration bug-reports: https://github.com/tropical-group/facet-enumeration/issues synopsis: Implementations of algorithms for the facet enumeration problem description: Please see the README on GitHub at category: Computational Geometry build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/tropical-group/facet-enumeration library exposed-modules: Geometry.Matrix Geometry.Facet Geometry.LRS Geometry.Vertex Util hs-source-dirs: src other-modules: Paths_facet_enumeration default-language: Haskell2010 ghc-options: -freverse-errors build-depends: base >=4.12.0.0 && <4.13, matrix >=0.3.6.1 && <0.4, vector >=0.12.0.2 && <0.13, lens ==4.17.*, hmatrix-glpk >=0.19.0.0 && <0.20, containers >=0.6.0.1 && <0.7, linear ==1.21.*, hmatrix >=0.19.0.0 && <0.20 executable facet-enumeration-exe main-is: Main.hs hs-source-dirs: app other-modules: Paths_facet_enumeration default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N -freverse-errors build-depends: base >=4.7 && <5, facet-enumeration -any test-suite facet-enumeration-test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test other-modules: Paths_facet_enumeration TFacet TLRS TestCases default-language: Haskell2010 ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N -freverse-errors build-depends: base >=4.7 && <5, facet-enumeration -any, tasty ==1.2.*, tasty-hspec >=1.1.5.1 && <1.2, tasty-hunit >=0.10.0.1 && <0.11, containers >=0.6.0.1 && <0.7, matrix >=0.3.6.1 && <0.4 benchmark facet-enumeration-benchmarks type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: benchmark other-modules: Paths_facet_enumeration default-language: Haskell2010 ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N1 -freverse-errors build-depends: facet-enumeration -any, base >=4.12.0.0 && <4.13, matrix >=0.3.6.1 && <0.4, criterion >=1.5.4.0 && <1.6