From bcf5599d8a818cd7a3cb0caa193c4dfb9f726bb1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 20 May 2023 14:45:14 -0700 Subject: [PATCH] Bump package made from main branch to future version (#745) Signed-off-by: Mihai Maruseac --- hindent.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hindent.cabal b/hindent.cabal index 5e4e5feab..7bbb05809 100644 --- a/hindent.cabal +++ b/hindent.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: hindent -version: 6.1.0 +version: 6.1.1 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usage / explanation: category: Development diff --git a/package.yaml b/package.yaml index 714798f93..fab05581e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ spec-version: 0.30.0 name: hindent -version: 6.1.0 +version: 6.1.1 synopsis: Extensible Haskell pretty printer description: "Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usage / explanation: " category: Development