cabal-version:       1.20
build-type:          Simple
name:                ghc-check
version:             0.2.0.0
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:             BSD3
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
  build-depends:       base >=4.10.0.0 && < 5.0,
                       ghc,
                       ghc-paths,
                       template-haskell,
                       transformers
  hs-source-dirs:      src
  default-language:    Haskell2010