~qrpnxz/effectful-st

8a4386b2ac65b8d31575314c9c71b9bc3499e355 — Russell Hernandez Ruiz 1 year, 15 days ago ac1211c
Bump version numbers
3 files changed, 7 insertions(+), 3 deletions(-)

M CHANGELOG.md
M README.md
M effectful-st.cabal
M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 1,5 1,9 @@
# Revision history for effectful-st

## 0.0.1.0 -- 2022-xx-xx

* Add wrappers for the whole `primitive` API.

## 0.0.0.1 -- 2022-09-12

* Add `:>` instance for `STE`. (Helps type inference.)

M README.md => README.md +1 -1
@@ 1,6 1,6 @@
# `effectful-st`

Version 0.0.0.1
Version 0.0.1.0

## Description


M effectful-st.cabal => effectful-st.cabal +2 -2
@@ 1,6 1,6 @@
cabal-version:      2.4
name:               effectful-st
version:            0.0.0.1
version:            0.0.1.0
license:            CC0-1.0
license-file:       CC0-1.0.txt
author:             Russell Hernandez Ruiz


@@ 34,7 34,7 @@ source-repository head
source-repository this
  type:     git
  location: https://git.sr.ht/~qrpnxz/effectful-st
  tag:      0.0.0.1
  tag:      0.0.1.0

library
  hs-source-dirs:   src