summaryrefslogtreecommitdiff
path: root/testsuite/ghc-config/ghc-config.cabal
blob: 017cbea8de394a8825719901fb59f33872e54c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
cabal-version:      2.4
name:               ghc-config
version:            0.1.0.0
synopsis:           A utility used by GHC's testsuite driver to extract information from @ghc --info@.
author:             The GHC Developers
maintainer:         ghc-devs@haskell.org

executable ghc-config
    main-is:          ghc-config.hs
    build-depends:    base, process
    default-language: Haskell2010