cabal-version: 1.18 name: rampart version: 1.1.0.3 synopsis: Determine how intervals relate to each other. description: Rampart determines how intervals relate to each other. build-type: Simple category: Math extra-doc-files: docs/interval-relations.svg extra-source-files: README.markdown license-file: LICENSE.markdown license: ISC maintainer: Taylor Fausak source-repository head location: https://github.com/tfausak/rampart type: git library build-depends: base >= 4.13.0 && < 4.16 default-language: Haskell2010 exposed-modules: Rampart ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-exported-signatures -Wno-safe -Wno-missing-deriving-strategies hs-source-dirs: src/lib if impl(ghc >= 8.10) ghc-options: -Wno-missing-safe-haskell-mode test-suite test build-depends: base -any , rampart -any , hspec >= 2.7.6 && < 2.9 default-language: Haskell2010 hs-source-dirs: src/test main-is: Main.hs type: exitcode-stdio-1.0 benchmark bench build-depends: base -any , rampart -any , criterion >= 1.5.7 && < 1.6 default-language: Haskell2010 hs-source-dirs: src/bench main-is: Main.hs type: exitcode-stdio-1.0