summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/ghc-boot.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-boot/ghc-boot.cabal.in')
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index fa86241b62..efac404501 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -24,9 +24,12 @@ description: This library is shared between GHC, ghc-pkg, and other boot
The package database format and this library are constructed in
such a way that while ghc-pkg depends on Cabal, the GHC library
and program do not have to depend on Cabal.
-build-type: Simple
+build-type: Custom
extra-source-files: changelog.md
+custom-setup
+ setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.8, directory, filepath
+
source-repository head
type: git
location: https://gitlab.haskell.org/ghc/ghc.git
@@ -62,9 +65,9 @@ Library
, GHC.Lexeme
-- but done by Hadrian
- -- autogen-modules:
- -- GHC.Version
- -- GHC.Platform.Host
+ autogen-modules:
+ GHC.Version
+ GHC.Platform.Host
build-depends: base >= 4.7 && < 4.17,
binary == 0.8.*,