[commit: packages/haskell2010] master: Cabal cleanup overlooked in 8d5301d03f2bb945ef3 (425df1d)

git at git.haskell.org git at git.haskell.org
Sun Sep 21 09:18:46 UTC 2014


Repository : ssh://git@git.haskell.org/haskell2010

On branch  : master
Link       : http://git.haskell.org/packages/haskell2010.git/commitdiff/425df1d9ea7adcf823bbb5426528bd80eb2b820e

>---------------------------------------------------------------

commit 425df1d9ea7adcf823bbb5426528bd80eb2b820e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Sep 21 11:17:25 2014 +0200

    Cabal cleanup overlooked in 8d5301d03f2bb945ef3


>---------------------------------------------------------------

425df1d9ea7adcf823bbb5426528bd80eb2b820e
 haskell2010.cabal | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/haskell2010.cabal b/haskell2010.cabal
index 976c33c..3e0c85b 100644
--- a/haskell2010.cabal
+++ b/haskell2010.cabal
@@ -29,8 +29,6 @@ Library
         NoImplicitPrelude
         Safe
         Trustworthy
-    if impl(ghc)
-        other-extensions: Safe, Trustworthy
 
     build-depends:
         array >= 0.5 && < 0.6,
@@ -40,8 +38,7 @@ Library
     -- build system doesn't seem to track transitive dependencies when
     -- running Haddock, and if we don't do this then Haddock can't
     -- find the docs for things defined in ghc-prim.
-    if impl(ghc)
-        build-depends: ghc-prim >= 0.3.1 && < 0.4
+    build-depends: ghc-prim >= 0.3.1 && < 0.4
 
     -- haskell2010 is a "hidden" package
     exposed: False



More information about the ghc-commits mailing list