packages feed

GenericPretty 0.1.0 → 0.1.1

raw patch · 1 files changed

+6/−3 lines, 1 filesdep ~ghc

Dependency ranges changed: ghc

Files

GenericPretty.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.0
+Version:             0.1.1
 
 -- A short (one-line) description of the package.
 Synopsis:            A generic, derivable, haskell pretty printer.
@@ -20,6 +20,9 @@ 	The output provided by the library functions is identical to that of Prelude.show, 
 	except it has extra whitespace.
 	.	
+	This requires the use of the new GHC.Generics features: <http://www.haskell.org/haskellwiki/Generics>.
+	These seem to be present in the GHC HEAD development snapshots >= 7.1.20110601.
+	.
 	For more info and examples of usage please see the README file and the API.
 
 -- URL for the project homepage or repository.
@@ -58,8 +61,8 @@   Exposed-modules:     Text.PrettyPrint.GenericPretty
   
   -- Packages needed in order to build this package.
-  Build-depends: 	   base >= 3 && < 5, ghc-prim, ghc >= 7.1.20110601
-  
+  Build-depends: 	   base >= 3 && < 5, ghc-prim, ghc >= 7.0
+  --ghc >= 7.1.20110601
   -- Modules not exported by this package.
   -- Other-modules: