Skip to content

Commit

Permalink
Update from Hackage at 2020-01-06T10:46:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 6, 2020
1 parent 2661a7c commit 38e0760
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions ghc-tcplugins-extra/0.3.1/ghc-tcplugins-extra.cabal
@@ -0,0 +1,46 @@
name: ghc-tcplugins-extra
version: 0.3.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.4,
GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.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.12
hs-source-dirs: src
default-language: Haskell2010
other-extensions: CPP
LambdaCase
RecordWildCards
PatternSynonyms
if flag(deverror)
ghc-options: -Wall -Werror
else
ghc-options: -Wall
1 change: 1 addition & 0 deletions ghc-tcplugins-extra/0.3.1/ghc-tcplugins-extra.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"31ce4097866a3650a649cf39b46bf4b9","Skein512_512":"be2a423a38cc0d778e1c9ade656092217cf7faa8cba9fc49d8f37fa3629df3580e0ee95eb0291310cf2817e4ddea1280af6b40ae8faa65bd0b90b697707b1661","SHA1":"ef9db972fdaf18f3beaa8a48fa423e6a91e4cf01","SHA512":"efe01d72425d0dd86aa1e05e50a317c39566b0ea5ebdf04c4f248b70c5a27cc52a88662239b968468d00fdd6764d1eae5b4500baac14659d226d9bf705e0390f","SHA256":"4d210e1a160db3927c584058181b77ac75816c9c00b3b80d0deeead251ed3545"},"package-locations":["https://hackage.haskell.org/package/ghc-tcplugins-extra-0.3.1/ghc-tcplugins-extra-0.3.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ghc-tcplugins-extra-0.3.1.tar.gz"],"package-size":5840}

0 comments on commit 38e0760

Please sign in to comment.