packages feed

hindent 4.3.4 → 4.3.5

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~descriptivePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: descriptive

API changes (from Hackage documentation)

Files

README.md view
@@ -4,7 +4,7 @@ executable. Currently a work in progress (see [FIXME items](https://github.com/chrisdone/hindent/blob/master/src/HIndent/Pretty.hs)). -[Haddock API documentation](http://chrisdone.github.io/hindent/).+[Documentation](http://chrisdone.github.io/hindent/)  ## Install 
hindent.cabal view
@@ -1,5 +1,5 @@ name:                hindent-version:             4.3.4+version:             4.3.5 synopsis:            Extensible Haskell pretty printer description:         Extensible Haskell pretty printer. Both a library and an executable.                      .@@ -40,7 +40,7 @@   build-depends:     base >= 4 && < 5                    , hindent                    , text-                   , descriptive >= 0.7 && < 0.8+                   , descriptive >= 0.7 && < 0.9                    , haskell-src-exts  executable hindent-generate-tests