pretty 1.0.1.0 → 1.0.1.1
raw patch · 2 files changed
+13/−6 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Text/PrettyPrint.hs +0/−1
- pretty.cabal +13/−5
Text/PrettyPrint.hs view
@@ -18,5 +18,4 @@ module Text.PrettyPrint.HughesPJ ) where -import Prelude import Text.PrettyPrint.HughesPJ
pretty.cabal view
@@ -1,16 +1,24 @@ name: pretty-version: 1.0.1.0+version: 1.0.1.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org+bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/pretty synopsis: Pretty-printing library category: Text description: This package contains John Hughes's pretty-printing library, heavily modified by Simon Peyton Jones. build-type: Simple-exposed-modules:- Text.PrettyPrint- Text.PrettyPrint.HughesPJ-build-depends: base+Cabal-Version: >= 1.6++Library+ exposed-modules:+ Text.PrettyPrint+ Text.PrettyPrint.HughesPJ+ build-depends: base >= 3 && < 5++source-repository head+ type: darcs+ location: http://darcs.haskell.org/packages/pretty/