cabal-version: 2.2 name: refined-subtype version: 0.1.0.0 synopsis: compute subtypes from refinement types description: see README.md homepage: https://hub.darcs.net/olf/refined-subtype bug-reports: https://hub.darcs.net/olf/refined-subtype/issues author: Olaf Klinke maintainer: olaf.klinke@phymetric.de copyright: 2025 Lackmann Phymetric GmbH license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: README.md test/Example.hs library exposed-modules: Data.SubType Data.Searchable Data.Type.Predicate Data.Type.Refine Topology.StoneSpace other-modules: Data.CompactSpace Paths_refined_subtype autogen-modules: Paths_refined_subtype hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.17 && <5 , containers default-language: Haskell2010 test-suite refined-subtype-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_refined_subtype autogen-modules: Paths_refined_subtype hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , refined-subtype default-language: Haskell2010