Build a copy of ghc-cabal with the in-tree compiler, for the bindist
[ghc-hetmet.git] / utils / ghc-cabal / ghc-cabal.cabal
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
new file mode 100644 (file)
index 0000000..cd8d550
--- /dev/null
@@ -0,0 +1,22 @@
+Name: ghc-cabal
+Version: 0.1
+Copyright: XXX
+License: BSD3
+-- XXX License-File: LICENSE
+Author: XXX
+Maintainer: XXX
+Synopsis: XXX
+Description:
+       XXX
+Category: Development
+build-type: Simple
+cabal-version: >=1.2
+
+Executable ghc-cabal
+    Main-Is: ghc-cabal.hs
+
+    Build-Depends: base       >= 3   && < 5,
+                   Cabal      >= 1.10 && < 1.12,
+                   directory  >= 1.1 && < 1.2,
+                   filepath   >= 1.2 && < 1.3
+