packages feed

Cabal revisions of pretty-show-1.6.7

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           pretty-show-version:        1.6.7-category:       Text--synopsis:       Tools for working with derived `Show` instances and generic-                inspection of values.-description:-  We provide a library and an executable for working with derived 'Show'-  instances. By using the library, we can parse derived 'Show' instances into a-  generic data structure. The @ppsh@ tool uses the library to produce-  human-readable versions of 'Show' instances, which can be quite handy for-  debugging Haskell programs.  We can also render complex generic values into-  an interactive Html page, for easier examination.--license:        BSD3-license-file:   LICENSE-author:         Iavor S. Diatchki-maintainer:     iavor.diatchki@gmail.com--homepage:       http://wiki.github.com/yav/pretty-show--cabal-version:  >= 1.8-build-type:     Simple--data-files:-  style/jquery.js-  style/jquery-src.js-  style/pretty-show.js-  style/pretty-show.css--library-  exposed-modules:-    Text.Show.Pretty-  other-modules:-    Text.Show.Html-    Text.Show.Parser-    Text.Show.Value-    Text.Show.PrettyVal-    Paths_pretty_show-  build-depends:-    array          >= 0.2  &&  < 2,-    base           >= 3    &&  < 5,-    haskell-lexer  >= 1    &&  < 2,-    pretty         >= 1    &&  < 2,-    filepath,-    ghc-prim-  ghc-options: -Wall -O2-  if impl(ghc < 7.4)-    cpp-options: -DNO_GENERICS-  build-tools: happy--  source-repository head-    type:     git-    location: git://github.com/yav/pretty-show.git--executable ppsh-  main-is: ppsh.hs-  other-modules: Paths_pretty_show--  hs-source-dirs: bin-  build-depends:-    base          >= 3    &&  < 5,-    pretty-show   == 1.6.7-  ghc-options: -Wall--  source-repository head-    type:     git-    location: git://github.com/yav/pretty-show.git--+name:           pretty-show
+version:        1.6.7
+x-revision: 1
+category:       Text
+
+synopsis:       Tools for working with derived `Show` instances and generic
+                inspection of values.
+description:
+  We provide a library and an executable for working with derived 'Show'
+  instances. By using the library, we can parse derived 'Show' instances into a
+  generic data structure. The @ppsh@ tool uses the library to produce
+  human-readable versions of 'Show' instances, which can be quite handy for
+  debugging Haskell programs.  We can also render complex generic values into
+  an interactive Html page, for easier examination.
+
+license:        BSD3
+license-file:   LICENSE
+author:         Iavor S. Diatchki
+maintainer:     iavor.diatchki@gmail.com
+
+homepage:       http://wiki.github.com/yav/pretty-show
+
+cabal-version:  >= 1.8
+build-type:     Simple
+
+data-files:
+  style/jquery.js
+  style/jquery-src.js
+  style/pretty-show.js
+  style/pretty-show.css
+
+library
+  exposed-modules:
+    Text.Show.Pretty
+  other-modules:
+    Text.Show.Html
+    Text.Show.Parser
+    Text.Show.Value
+    Text.Show.PrettyVal
+    Paths_pretty_show
+  build-depends:
+    array          >= 0.2  &&  < 2,
+    base           >= 4.5  &&  < 5,
+    haskell-lexer  >= 1    &&  < 2,
+    pretty         >= 1    &&  < 2,
+    filepath,
+    ghc-prim
+  ghc-options: -Wall -O2
+  if impl(ghc < 7.4)
+    cpp-options: -DNO_GENERICS
+  build-tools: happy
+
+executable ppsh
+  main-is: ppsh.hs
+  other-modules: Paths_pretty_show
+
+  hs-source-dirs: bin
+  build-depends:
+    base          >= 3    &&  < 5,
+    pretty-show   == 1.6.7
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: git://github.com/yav/pretty-show.git
+
+
revision 2
 name:           pretty-show
 version:        1.6.7
-x-revision: 1
+x-revision: 2
 category:       Text
 
 synopsis:       Tools for working with derived `Show` instances and generic
   style/pretty-show.css
 
 library
+  -- Prelude exports Semigroup.<>+  build-depends: base <4.11+   exposed-modules:
     Text.Show.Pretty
   other-modules: