ghc-check-0.1.0.1: ghc-check.cabal
cabal-version: 2.4
name: ghc-check
version: 0.1.0.1
synopsis: detect mismatches between compile-time and run-time versions of the ghc api
description: detect mismatches between compile-time and run-time versions of the ghc api
bug-reports: https://github.com/pepeiborra/ghc-check/issues
license: BSD-3-Clause
license-file: LICENSE
author: Pepe Iborra
maintainer: pepeiborra@gmail.com
category: Development
extra-source-files: README.md
library
exposed-modules: GHC.Check, GHC.Check.Internal
-- other-modules:
other-extensions: TemplateHaskell
build-depends: base >=4.10.0.0 && < 5.0,
ghc,
ghc-paths,
template-haskell,
transformers
hs-source-dirs: src
default-language: Haskell2010