Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed May 31, 2022
1 parent af0467a commit f55e2af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2022-05-31)
Initial Hackage release (dependency issues prevented uploading).

* fix field indexing in generic errors
* add unsafe strengthening
* add property and error tests

## 0.1.0 (2022-05-16)
Initial release.

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.1.0
version: 0.2.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
extra-source-files:
Expand Down
2 changes: 0 additions & 2 deletions src/Strongweak.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE AllowAmbiguousTypes #-}

module Strongweak
( module Strongweak.Weaken
, module Strongweak.Strengthen, restrengthen
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.1.0
version: 0.2.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down

0 comments on commit f55e2af

Please sign in to comment.