Cabal revisions of ghc-tcplugins-extra-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ghc-tcplugins-extra-version: 0.3-synopsis: Utilities for writing GHC type-checker plugins-description: Utilities for writing GHC type-checker plugins, such as- creating constraints, with a stable API covering multiple- GHC releases.-homepage: http://github.com/clash-lang/ghc-tcplugins-extra-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-2016, University of Twente,- 2017-2018, QBayLogic-category: Type System-build-type: Simple-extra-source-files: README.md- CHANGELOG.md-cabal-version: >=1.10-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,- GHC == 8.4.2, GHC == 8.5--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 && <5,- ghc >=7.10 && <8.6- hs-source-dirs: src- default-language: Haskell2010- other-extensions: CPP- LambdaCase- RecordWildCards- PatternSynonyms- if flag(deverror)- ghc-options: -Wall -Werror- else- ghc-options: -Wall+name: ghc-tcplugins-extra +version: 0.3 +x-revision: 1 +synopsis: Utilities for writing GHC type-checker plugins +description: Utilities for writing GHC type-checker plugins, such as + creating constraints, with a stable API covering multiple + GHC releases. +homepage: http://github.com/clash-lang/ghc-tcplugins-extra +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-2016, University of Twente, + 2017-2018, QBayLogic +category: Type System +build-type: Simple +extra-source-files: README.md + CHANGELOG.md +cabal-version: >=1.10 +tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, + GHC == 8.4.2, GHC == 8.5, GHC == 8.6.1 + +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 && <5, + ghc >=7.10 && <8.7 + hs-source-dirs: src + default-language: Haskell2010 + other-extensions: CPP + LambdaCase + RecordWildCards + PatternSynonyms + if flag(deverror) + ghc-options: -Wall -Werror + else + ghc-options: -Wall
revision 2
name: ghc-tcplugins-extra version: 0.3 -x-revision: 1 +x-revision: 2 synopsis: Utilities for writing GHC type-checker plugins description: Utilities for writing GHC type-checker plugins, such as creating constraints, with a stable API covering multiple extra-source-files: README.md CHANGELOG.md cabal-version: >=1.10 -tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, - GHC == 8.4.2, GHC == 8.5, GHC == 8.6.1 +tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, + GHC == 8.6.5, GHC == 8.8.1 source-repository head type: git library exposed-modules: GHC.TcPluginM.Extra build-depends: base >=4.8 && <5, - ghc >=7.10 && <8.7 + ghc >=7.10 && <8.9 hs-source-dirs: src default-language: Haskell2010 other-extensions: CPP