[commit: packages/bytestring] ghc-head: Don't declare the Trustworthy & Unsafe extensions in the .cabal file (6ad8c0d)
git at git.haskell.org
git
Thu Oct 10 08:56:29 UTC 2013
Repository : ssh://git at git.haskell.org/bytestring
On branch : ghc-head
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/6ad8c0d27bcff28c80684a29b57d7a8dbf00caca
>---------------------------------------------------------------
commit 6ad8c0d27bcff28c80684a29b57d7a8dbf00caca
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Tue Oct 8 09:28:06 2013 +0100
Don't declare the Trustworthy & Unsafe extensions in the .cabal file
Not yet on the hackage extension list
>---------------------------------------------------------------
6ad8c0d27bcff28c80684a29b57d7a8dbf00caca
bytestring.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bytestring.cabal b/bytestring.cabal
index 0f8ba15..d3e314a 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -118,8 +118,8 @@ library
ScopedTypeVariables
RankNTypes
NamedFieldPuns
- if impl(ghc >= 7.2)
- other-extensions: Trustworthy, Unsafe
+-- if impl(ghc >= 7.2)
+-- other-extensions: Trustworthy, Unsafe
-- older ghc had issues with language pragmas guarded by cpp
if impl(ghc < 7)
default-extensions: CPP, MagicHash, UnboxedTuples,
More information about the ghc-commits
mailing list