cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ecc0ca90c321825f155dc23884f20f462b01edc11978e490cca555c329e8fde5
name: ghc-clippy-plugin
version: 0.0.0.1
synopsis: Override GHC error messages to the user's liking
description: Please see the README on GitHub at <https://github.com/ArturGajowy/ghc-clippy-plugin#readme>
category: Development, Compiler Plugin
homepage: https://github.com/ArturGajowy/ghc-clippy-plugin#readme
bug-reports: https://github.com/ArturGajowy/ghc-clippy-plugin/issues
author: Artur Gajowy
maintainer: artur.gajowy@gmail.com
copyright: 2020 Artur Gajowy
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/ArturGajowy/ghc-clippy-plugin
library
exposed-modules:
Clippy
other-modules:
Paths_ghc_clippy_plugin
hs-source-dirs:
src
ghc-options: -fobject-code -Wall
build-depends:
base >=4.7 && <5
, dhall >=1.30.0 && <1.33
, ghc >=8.8.2 && <8.11
, text >=1.2.3.2 && <1.3
, text-icu >=0.7.0 && <0.8
, text-regex-replace >=0.1.1 && <0.2
default-language: Haskell2010