Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/457da3dbdb10c5e69783cec908bd636fffa12342 >--------------------------------------------------------------- commit 457da3dbdb10c5e69783cec908bd636fffa12342 Author: Johan Tibell <[email protected]> Date: Thu Nov 17 13:54:23 2011 -0800 Minor .cabal file clean-up >--------------------------------------------------------------- containers.cabal | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/containers.cabal b/containers.cabal index bbf86e5..32d7695 100644 --- a/containers.cabal +++ b/containers.cabal @@ -3,7 +3,7 @@ version: 0.4.2.0 license: BSD3 license-file: LICENSE maintainer: [email protected] -bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29 +bug-reports: https://github.com/haskell/containers/issues synopsis: Assorted concrete container types category: Data Structures description: @@ -19,7 +19,7 @@ source-repository head type: git location: http://github.com/haskell/containers.git -Library { +Library build-depends: base >= 4.2 && < 5, array, deepseq >= 1.2 && < 1.3 ghc-options: -O2 if impl(ghc>6.10) @@ -31,15 +31,12 @@ Library { Data.Set include-dirs: include extensions: CPP - if !impl(nhc98) { + if !impl(nhc98) exposed-modules: Data.Graph Data.Sequence Data.Tree - } - if impl(ghc) { + if impl(ghc) extensions: DeriveDataTypeable, StandaloneDeriving, MagicHash, Rank2Types - } -} _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
