Skip to content

Commit

Permalink
[#64] Support selective-0.5 (#68)
Browse files Browse the repository at this point in the history
Resolves #64
  • Loading branch information
vrom911 authored Jun 11, 2022
1 parent 0662afc commit 51d22ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
`validation-selective` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.1.0.2 — Nov 16, 2021
## 0.1.0.2 — Jun 11, 2021

* [#62](https://github.com/kowainik/validation-selective/issues/62):
Support GHC-9.2.
* [#64](https://github.com/kowainik/validation-selective/issues/64):
Allow `selective` version `0.5`.
* Allow `hspec-2.11`.
* Allow `doctest-0.20`.

## 🥧 0.1.0.1 — Mar 14, 2021

Expand Down
8 changes: 4 additions & 4 deletions validation-selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library
exposed-modules: Validation
Validation.Combinators
build-depends: deepseq ^>= 1.4.3.0
, selective >= 0.3 && < 0.5
, selective >= 0.3 && < 0.6

test-suite validation-selective-test
import: common-options
Expand All @@ -94,10 +94,10 @@ test-suite validation-selective-test
Test.Properties
build-depends: validation-selective
, hedgehog >= 1.0 && < 1.2
, hspec >= 2.7.1 && < 2.10
, hspec >= 2.7.1 && < 2.11
, hspec-hedgehog ^>= 0.0.1.1
, selective
, text ^>= 1.2.3
, text >= 1.2.3 && < 2.1
ghc-options: -threaded
-rtsopts
-with-rtsopts=-N
Expand All @@ -107,5 +107,5 @@ test-suite validation-selective-doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Doctest.hs
build-depends: doctest >= 0.16 && < 0.20
build-depends: doctest >= 0.16 && < 0.21
ghc-options: -threaded

0 comments on commit 51d22ba

Please sign in to comment.