packages feed

Cabal revisions of wl-pprint-console-0.1.0.1

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.15.0.------ see: https://github.com/sol/hpack--name:           wl-pprint-console-version:        0.1.0.1-synopsis:       Wadler/Leijen pretty printer supporting colorful console output.-description:    Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output.-category:       Text-stability:      experimental-homepage:       https://github.com/minad/wl-pprint-console#readme-bug-reports:    https://github.com/minad/wl-pprint-console/issues-author:         Daniel Mendler <mail@daniel-mendler.de>-maintainer:     Daniel Mendler <mail@daniel-mendler.de>-copyright:      2016 Daniel Mendler-license:        MIT-license-file:   LICENSE-tested-with:    GHC == 7.10.3, GHC == 8.0.1-build-type:     Simple-cabal-version:  >= 1.10--source-repository head-  type: git-  location: https://github.com/minad/wl-pprint-console--library-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base                >= 4.8 && < 5-    , colorful-monoids    >= 0.2 && < 0.3-    , wl-pprint-annotated >= 0.0.1.2 && < 0.0.2-    , text                >= 0.11 && < 1.3-    , bytestring          >= 0.10.2 && < 0.11-  exposed-modules:-      Text.PrettyPrint.Console.WL-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.15.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           wl-pprint-console
+version:        0.1.0.1
+x-revision: 1
+synopsis:       Wadler/Leijen pretty printer supporting colorful console output.
+description:    Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output.
+category:       Text
+stability:      experimental
+homepage:       https://github.com/minad/wl-pprint-console#readme
+bug-reports:    https://github.com/minad/wl-pprint-console/issues
+author:         Daniel Mendler <mail@daniel-mendler.de>
+maintainer:     Daniel Mendler <mail@daniel-mendler.de>
+copyright:      2016 Daniel Mendler
+license:        MIT
+license-file:   LICENSE
+tested-with:    GHC == 7.10.3, GHC == 8.0.1
+build-type:     Simple
+cabal-version:  >= 1.10
+
+source-repository head
+  type: git
+  location: https://github.com/minad/wl-pprint-console
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base                >= 4.8 && < 5
+    , colorful-monoids    >= 0.2 && < 0.3
+    , wl-pprint-annotated >= 0.0.1.2 && < 0.2
+    , text                >= 0.11 && < 1.3
+    , bytestring          >= 0.10.2 && < 0.11
+  exposed-modules:
+      Text.PrettyPrint.Console.WL
+  default-language: Haskell2010