Repository : ssh://g...@git.haskell.org/bytestring On branch : ghc-head Link : http://git.haskell.org/packages/bytestring.git/commitdiff/6ad8c0d27bcff28c80684a29b57d7a8dbf00caca
>--------------------------------------------------------------- commit 6ad8c0d27bcff28c80684a29b57d7a8dbf00caca Author: Duncan Coutts <dun...@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, _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits