cabal-version: 2.2 name: interval-functor version: 0.0.0.0 synopsis: Intervals of functors. description: Closed intervals in spaces described by a functor. homepage: https://github.com/robrix/interval-functor bug-reports: https://github.com/robrix/interval-functor/issues license: BSD-3-Clause license-file: LICENSE author: Rob Rix maintainer: rob.rix@me.com copyright: 2018-2020 Rob Rix category: Data extra-source-files: CHANGELOG.md README.md tested-with: GHC == 8.2.2 GHC == 8.4.4 GHC == 8.6.5 GHC == 8.8.3 GHC == 8.10.1 common common default-language: Haskell2010 ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missed-specialisations -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-name-shadowing -Wno-safe -Wno-unsafe if (impl(ghc >= 8.8)) ghc-options: -Wno-missing-deriving-strategies if (impl(ghc >= 8.10)) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module library import: common exposed-modules: Data.Functor.Interval build-depends: , base >= 4.10 && < 5 , transformers ^>= 0.5.6.2 hs-source-dirs: src test-suite test import: common type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs other-modules: Data.Functor.Interval.Test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: , base , hedgehog , interval-functor source-repository head type: git location: https://github.com/robrix/interval-functor