hindent 5.3.3 → 5.3.4
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hindent.cabal +2/−2
hindent.cabal view
@@ -1,5 +1,5 @@ name: hindent-version: 5.3.3+version: 5.3.4 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. .@@ -8,7 +8,7 @@ stability: Unstable license-file: LICENSE.md author: Mihai Maruseac, Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker-maintainer: mihaimaruseac@gmail.com+maintainer: Mihai Maruseac copyright: 2014 Chris Done, 2015 Andrew Gibiansky, 2021 Mihai Maruseac category: Development build-type: Simple