name: ghc-tcplugins-extra version: 0.1 synopsis: Utilities for writing GHC type-checker plugins -- description: homepage: http://www.clash-lang.org/ bug-reports: http://github.com/clash-lang/ghc-tcplugins-extra/issues license: BSD2 license-file: LICENSE author: Christiaan Baaij maintainer: christiaan.baaij@gmail.com copyright: Copyright © 2015 University of Twente category: Type System build-type: Simple extra-source-files: README.md CHANGELOG.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/clash-lang/ghc-tcplugins-extra.git flag deverror description: Enables `-Werror` for development mode and TravisCI default: False manual: True library exposed-modules: GHC.TcPluginM.Extra build-depends: base >=4.8 && <4.9, ghc >=7.10 && <7.12 hs-source-dirs: src default-language: Haskell2010 if flag(deverror) ghc-options: -Wall -Werror else ghc-options: -Wall