wl-pprint-extras 1.6.3.1 → 1.6.3.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- wl-pprint-extras.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
wl-pprint-extras.cabal view
@@ -1,6 +1,6 @@ name: wl-pprint-extras category: Control, Monads, Text-version: 1.6.3.1+version: 1.6.3.2 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE@@ -8,11 +8,13 @@ maintainer: Edward A. Kmett <ekmett@gmail.com> stability: experimental homepage: http://github.com/ekmett/wl-pprint-extras/+bug-reports: http://github.com/ekmett/wl-pprint-extras/issues 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+extra-source-files: .travis.yml source-repository head type: git