From cc1db679d70c473a3b2e9a8ce50e45362f93e5ad Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Jan 2021 18:09:44 -0800 Subject: [PATCH] Bump version, update cabal fields --- hindent.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hindent.cabal b/hindent.cabal index ffd12ad47..8ef851b5d 100644 --- a/hindent.cabal +++ b/hindent.cabal @@ -1,20 +1,20 @@ name: hindent -version: 5.3.1 +version: 5.3.2 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. . - See the Github page for usage\/explanation: + See the Github page for usage\/explanation: license: BSD3 stability: Unstable license-file: LICENSE.md -author: Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker -maintainer: chrisdone@gmail.com -copyright: 2014 Chris Done, 2015 Andrew Gibiansky +author: Mihai Maruseac, Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker +maintainer: mihaimaruseac@gmail.com +copyright: 2014 Chris Done, 2015 Andrew Gibiansky, 2021 Mihai Maruseac category: Development build-type: Simple cabal-version: >=1.10 -homepage: https://github.com/commercialhaskell/hindent -bug-reports: https://github.com/commercialhaskell/hindent/issues +homepage: https://github.com/mihaimaruseac/hindent +bug-reports: https://github.com/mihaimaruseac/hindent/issues data-files: elisp/hindent.el extra-source-files: README.md @@ -24,7 +24,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/commercialhaskell/hindent + location: https://github.com/mihaimaruseac/hindent library hs-source-dirs: src/