cabal-version: 3.0 name: effable version: 0.1.0.0 stability: experimental category: Data synopsis: A data structure for emission plans homepage: https://github.com/carlwr/effable#readme bug-reports: https://github.com/carlwr/effable/issues author: Carl W maintainer: Carl W copyright: Carl W license: MIT build-type: Simple tested-with: GHC == 9.12.2 GHC == 9.10.2 GHC == 9.4.8 extra-doc-files: README.md description: A data structure for emission plans. For details, refer to the README.md file. source-repository head type: git location: https://github.com/carlwr/effable flag doctest description: enable doctests default: False manual: True flag suppress-module-prefixes default: False manual: True common defaults autogen-modules: Paths_effable other-modules: Paths_effable ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wno-type-defaults -Wno-partial-type-signatures -Wnoncanonical-monad-instances -Wpartial-fields -Winvalid-haddock -Wredundant-bang-patterns -Wredundant-strictness-flags -freverse-errors -fshow-hole-matches-of-hole-fits -fhide-source-paths -fwrite-ide-info if impl(ghc >= 9.8) { ghc-options: -Winconsistent-flags } if flag(suppress-module-prefixes) { ghc-options: -dsuppress-module-prefixes } default-language: GHC2021 default-extensions: PartialTypeSignatures UnicodeSyntax ExtendedDefaultRules LambdaCase RecordWildCards ViewPatterns MultiWayIf build-depends: , base >= 4 && < 5 , text < 3 library import: , defaults hs-source-dirs: src exposed-modules: Effable test-suite doctest import: , defaults if !flag(doctest) buildable: False hs-source-dirs: test/doctests type: exitcode-stdio-1.0 main-is: doctests.hs ghc-options: -threaded build-depends: , effable , doctest-parallel >= 0.3 && < 1.0