summaryrefslogtreecommitdiff
path: root/testsuite/ghc-config/ghc-config.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ghc-config/ghc-config.cabal')
-rw-r--r--testsuite/ghc-config/ghc-config.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/ghc-config/ghc-config.cabal b/testsuite/ghc-config/ghc-config.cabal
new file mode 100644
index 0000000000..017cbea8de
--- /dev/null
+++ b/testsuite/ghc-config/ghc-config.cabal
@@ -0,0 +1,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