hindent 4.3.1 → 4.3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~descriptivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: descriptive
API changes (from Hackage documentation)
Files
- hindent.cabal +2/−2
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 4.3.1+version: 4.3.2 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.3 && < 0.5+ , descriptive >= 0.3 && < 0.6 , haskell-src-exts executable hindent-generate-tests