Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed May 11, 2024
1 parent 8996331 commit 40c612a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.7.0 (2024-05-11)
* replaced refined1 with rerefined
* simplify failures

Expand Down
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
packages.type-level-show.source = inputs.type-level-show;
devShell = nondevDevShell "ghc94";
};
haskellProjects.ghc92 = {
basePackages = pkgs.haskell.packages.ghc92;
packages.rerefined.source = inputs.rerefined;
packages.type-level-show.source = inputs.type-level-show;
devShell = nondevDevShell "ghc92";
};
};
};
}
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: strongweak
version: 0.6.1
version: 0.7.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
extra-source-files:
Expand Down Expand Up @@ -59,7 +59,7 @@ ghc-options:

# `pkg ^>= x.y.z` means `pkg >= x.y.z && < x.(y+1)
dependencies:
- base >= 4.14 && < 5
- base >= 4.17 && < 5

# strengthening
- either ^>= 5.0.1.1 # for Validation
Expand Down
6 changes: 3 additions & 3 deletions 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.6.1
version: 0.7.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
Expand Down Expand Up @@ -56,7 +56,7 @@ library
MagicHash
ghc-options: -Wall -Wno-unticked-promoted-constructors
build-depends:
base >=4.14 && <5
base >=4.17 && <5
, either >=5.0.1.1 && <5.1
, rerefined >=0.4.0 && <0.5
, text >=1.2.5.0 && <2.2
Expand Down Expand Up @@ -90,7 +90,7 @@ test-suite spec
hspec-discover:hspec-discover >=2.7 && <2.12
build-depends:
QuickCheck >=2.14.2 && <2.16
, base >=4.14 && <5
, base >=4.17 && <5
, either >=5.0.1.1 && <5.1
, generic-random >=1.5.0.1 && <1.6
, hspec >=2.7 && <2.12
Expand Down

0 comments on commit 40c612a

Please sign in to comment.