Skip to content

Commit

Permalink
Fix version in cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Dec 14, 2021
1 parent ab5c0cb commit d0f4ab4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 📅 Revision history for HelPA

## 0.4.0.3 -- 2021-12-14

* Fix version in cabal

## 0.4.0.0 -- 2021-12-13

* Add `Assembler of SubLeq`
Expand Down
2 changes: 1 addition & 1 deletion docs/reports/stan.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions helpa.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: helpa
version: 0.3.5.0
version: 0.4.0.3

synopsis: HELPA - Heavenly Esoteric Little Portable Assembler to esoteric languages
description: Please see the README on GitHub at <https://github.com/helvm/helpa#readme>
Expand All @@ -20,7 +20,7 @@ extra-source-files:
docs/CHANGELOG.md
docs/README.md

tested-with: GHC == 9.0.1
tested-with: GHC == 9.2.1

source-repository head
type: git
Expand Down Expand Up @@ -249,7 +249,6 @@ benchmark helpa-benchmark
main-is: Main.hs
build-depends:
gauge

-- , helpa

ghc-options:
Expand Down

0 comments on commit d0f4ab4

Please sign in to comment.