Skip to content

Commit

Permalink
Update to version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Sep 14, 2022
1 parent 9354e1c commit 8e4bcde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down
4 changes: 2 additions & 2 deletions hasking.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/micheleberetta98/hasking#readme>
homepage: https://github.com/micheleberetta98/hasking#readme
bug-reports: https://github.com/micheleberetta98/hasking/issues
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hasking
version: 3.2.0
version: 4.0.0
github: "micheleberetta98/hasking"
license: MIT
author: "Michele Beretta"
Expand Down

0 comments on commit 8e4bcde

Please sign in to comment.