GenericPretty 1.1.2 → 1.1.3
raw patch · 2 files changed
+5/−5 lines, 2 files
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: 1.1.2 +Version: 1.1.3 -- A short (one-line) description of the package. Synopsis: A generic, derivable, haskell pretty printer. @@ -52,17 +52,17 @@ . 0. Make sure you have a version of ghc >= 7.2 installed and that you can use the 'runhaskell' command from the command line. . - 1. Download the file "GenericPretty-1.1.2.tar.gz" from this page. + 1. Download the file "GenericPretty-1.1.3.tar.gz" from this page. . 2. Unpack the file. If using a UNIX system, run . - tar xzf GenericPretty-1.1.2.tar.gz + tar xzf GenericPretty-1.1.3.tar.gz . If on windows use your preferred unpacking utility(for instance, 7zip : <http://www.7-zip.org/>) . 3. Move to the correct directory: . - cd GenericPretty-1.1.2 + cd GenericPretty-1.1.3 . 4. Run the following haskell commands to install the library globally .
Text/PrettyPrint/GenericPretty.hs view
@@ -17,7 +17,7 @@ These features are present in versions of GHC >= 7.2. The Generics used are based on those described in the paper "A Generic Deriving Mechanism for Haskell" - - by Magalhães, Dijkstra, Jeuring and Löh in Proceedings of the third ACM Haskell symposium on Haskell + by Magalhaes, Dijkstra, Jeuring and Loh in Proceedings of the third ACM Haskell symposium on Haskell (Haskell'2010), pp. 37-48, ACM, 2010: <http://dreixel.net/research/pdf/gdmh.pdf> . There are however several changes between the mechanism