From 8e4bcde5be3c4292923c1b55531dfe26967480f5 Mon Sep 17 00:00:00 2001 From: micheleberetta98 Date: Wed, 14 Sep 2022 11:27:42 +0200 Subject: [PATCH] Update to version 4.0.0 --- app/Main.hs | 2 +- hasking.cabal | 4 ++-- package.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index 51ee453..7ca8d4b 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -18,7 +18,7 @@ import UI main :: IO () main = getOpts >>= \case - ShowVersion -> hPutStrLn stderr "3.2.0" >> exitSuccess + ShowVersion -> hPutStrLn stderr "4.0.0" >> exitSuccess Options cmd input -> readInput input >>= handleErrors . parseCode >>= executeCommand cmd executeCommand :: Command -> Code -> IO () diff --git a/hasking.cabal b/hasking.cabal index bd5417b..505b508 100644 --- a/hasking.cabal +++ b/hasking.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 693c8fe785df9f38176b2bf7b8dd0f2204a44357f45163bb9371c64a2367cf83 +-- hash: 2c672b213f1f8ad4fb97bb0a3d9bb2a3a59c192cd8e718442ffdc2eadb77ae8c name: hasking -version: 3.2.0 +version: 4.0.0 description: Please see the README on GitHub at homepage: https://github.com/micheleberetta98/hasking#readme bug-reports: https://github.com/micheleberetta98/hasking/issues diff --git a/package.yaml b/package.yaml index cbde537..769a2f9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hasking -version: 3.2.0 +version: 4.0.0 github: "micheleberetta98/hasking" license: MIT author: "Michele Beretta"