Cabal revisions of wl-pprint-extras-1.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: wl-pprint-extras-category: Control, Monads, Text-version: 1.6-cabal-version: >= 1.6-license: BSD3-license-file: LICENSE-author: Edward A. Kmett-maintainer: Edward A. Kmett <ekmett@gmail.com>-stability: experimental-homepage: http://github.com/ekmett/wl-pprint-extras/-copyright: Copyright (C) 2011 Edward A. Kmett,- Copyright (C) 2000 Daan Leijen-synopsis: A free monad based on the Wadler/Leijen pretty printer-description: A free monad based on the Wadler/Leijen pretty printer-build-type: Simple--source-repository head- type: git- location: git://github.com/ekmett/wl-pprint-extras.git--library-- build-depends: - base >= 4 && < 5,- containers >= 0.4 && < 0.5,- semigroups >= 0.8 && < 0.9,- semigroupoids >= 1.2.6 && < 1.3,- utf8-string >= 0.3.6 && < 0.4-- exposed-modules:- Text.PrettyPrint.Free- Text.PrettyPrint.Free.Internal-- ghc-options: -Wall +name: wl-pprint-extras +category: Control, Monads, Text +version: 1.6 +x-revision: 1 +cabal-version: >= 1.6 +license: BSD3 +license-file: LICENSE +author: Edward A. Kmett +maintainer: Edward A. Kmett <ekmett@gmail.com> +stability: experimental +homepage: http://github.com/ekmett/wl-pprint-extras/ +copyright: Copyright (C) 2011 Edward A. Kmett, + Copyright (C) 2000 Daan Leijen +synopsis: A free monad based on the Wadler/Leijen pretty printer +description: A free monad based on the Wadler/Leijen pretty printer +build-type: Simple + +source-repository head + type: git + location: git://github.com/ekmett/wl-pprint-extras.git + +library + + build-depends: + base >= 4 && < 4.5, + containers >= 0.4 && < 0.5, + semigroups >= 0.8 && < 0.9, + semigroupoids >= 1.2.6 && < 1.3, + utf8-string >= 0.3.6 && < 0.4 + + exposed-modules: + Text.PrettyPrint.Free + Text.PrettyPrint.Free.Internal + + ghc-options: -Wall