Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed May 27, 2024
1 parent 303f161 commit 1d57184
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1 (2024-05-27)
* bump meta/dependencies

## 0.7.0 (2024-05-11)
* replaced refined1 with rerefined
* simplify failures
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* clean up Validation. I don't think we need it any more-- except it might be
handy in generic strengthening. but probably we can and should just do some
casing there to save on dependencies
* if we do need it, consider instead:
https://hackage.haskell.org/package/validation-selective

## Failures: Pretty refinement failures require exposing `Doc` early
rerefined refinement failures return an ADT, which is something. But we can't
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: strongweak
version: 0.7.0
version: 0.7.1
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
extra-source-files:
Expand Down
2 changes: 1 addition & 1 deletion strongweak.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: strongweak
version: 0.7.0
version: 0.7.1
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down

0 comments on commit 1d57184

Please sign in to comment.