[commit: ghc] ghc-8.0: ghc-boot(-th): Fix incorrect 'expose'-property and relax cabal-version (00aa3e6)
git at git.haskell.org
git at git.haskell.org
Sat May 21 14:15:15 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/00aa3e6e3f09519a0ce49e32912b24a304cbb745/ghc
>---------------------------------------------------------------
commit 00aa3e6e3f09519a0ce49e32912b24a304cbb745
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat May 21 16:15:10 2016 +0200
ghc-boot(-th): Fix incorrect 'expose'-property and relax cabal-version
This is a follow-up to e303d93fecdcb748cd341ca69f803b8201a84f51
>---------------------------------------------------------------
00aa3e6e3f09519a0ce49e32912b24a304cbb745
libraries/ghc-boot-th/ghc-boot-th.cabal.in | 5 +++--
libraries/ghc-boot/ghc-boot.cabal.in | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 58d8961..b2172bb 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -20,8 +20,6 @@ description: This library contains various bits shared between the @ghc@ and
cabal-version: >=1.10
build-type: Simple
extra-source-files: changelog.md
-exposed: False
--- Since this is re-exported by ghc-boot
source-repository head
type: git
@@ -32,6 +30,9 @@ Library
default-language: Haskell2010
other-extensions: DeriveGeneric
+ -- Since this is re-exported by ghc-boot
+ exposed: False
+
exposed-modules:
GHC.LanguageExtensions.Type
GHC.Lexeme
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 49b45c1..da2cb32 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -22,7 +22,7 @@ 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.
-cabal-version: >=1.22
+cabal-version: >=1.10
build-type: Simple
extra-source-files: changelog.md
More information about the ghc-commits
mailing list