File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,21 +13,26 @@ jobs:
1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest, macOS-latest, windows-latest]
16- cabal : ["3.2 "]
16+ cabal : ["3.4 "]
1717 ghc :
1818 - " 8.4.4"
1919 - " 8.6.5"
20- - " 8.8.3"
21- - " 8.10.1"
20+ - " 8.8.4"
21+ - " 8.10.4"
22+ - " 9.0.1"
2223 exclude :
2324 - os : macOS-latest
24- ghc : 8.8.3
25+ ghc : 8.10.4
26+ - os : macOS-latest
27+ ghc : 8.8.4
2528 - os : macOS-latest
2629 ghc : 8.6.5
2730 - os : macOS-latest
2831 ghc : 8.4.4
2932 - os : windows-latest
30- ghc : 8.8.3
33+ ghc : 8.10.4
34+ - os : windows-latest
35+ ghc : 8.8.4
3136 - os : windows-latest
3237 ghc : 8.6.5
3338 - os : windows-latest
3742 - uses : actions/checkout@v2
3843 if : github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
3944
40- - uses : actions/setup-haskell @v1.1.1
45+ - uses : haskell/ actions/setup@v1
4146 id : setup-haskell-cabal
4247 name : Setup Haskell
4348 with :
@@ -68,14 +73,14 @@ jobs:
6873 runs-on : ubuntu-latest
6974 strategy :
7075 matrix :
71- stack : ["2.3.1 "]
72- ghc : ["8.8.3 "]
76+ stack : ["2.5 "]
77+ ghc : ["8.10.4 "]
7378
7479 steps :
7580 - uses : actions/checkout@v2
7681 if : github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
7782
78- - uses : actions/setup-haskell @v1.1
83+ - uses : haskell/ actions/setup@v1
7984 name : Setup Haskell Stack
8085 with :
8186 ghc-version : ${{ matrix.ghc }}
Original file line number Diff line number Diff line change 33` validation-selective ` uses [ PVP Versioning] [ 1 ] .
44The changelog is available [ on GitHub] [ 2 ] .
55
6+ ## 🥧 0.1.0.1 — Mar 14, 2021
7+
8+ * [ #57 ] ( https://github.com/kowainik/relude/issues/57 ) :
9+ Support GHC-9.0. Upgrade minor version to 8.10.4 and 8.8.4.
10+
611## 0.1.0.0 — May 5, 2020
712
813* [ #41 ] ( https://github.com/kowainik/relude/issues/41 ) :
Original file line number Diff line number Diff line change 1- resolver : lts-15.4
2-
3- extra-deps :
4- - hspec-hedgehog-0.0.1.1
1+ resolver : lts-17.5
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : validation-selective
3- version : 0.1.0.0
3+ version : 0.1.0.1
44synopsis : Lighweight pure data validation based on Applicative and Selective functors
55description :
66 Lighweight pure data validation based on Applicative and Selective
@@ -28,14 +28,15 @@ extra-doc-files: README.md
2828tested-with : GHC == 8.4.4
2929 GHC == 8.6.5
3030 GHC == 8.8.3
31- GHC == 8.10.1
31+ GHC == 8.10.4
32+ GHC == 9.0.1
3233
3334source-repository head
3435 type : git
3536 location : https://github.com/kowainik/validation-selective.git
3637
3738common common-options
38- build-depends : base >= 4.11.1.0 && < 4.15
39+ build-depends : base >= 4.11.1.0 && < 4.16
3940
4041 ghc-options : -Wall
4142 -Wcompat
@@ -100,5 +101,5 @@ test-suite validation-selective-doctest
100101 type : exitcode-stdio-1.0
101102 hs-source-dirs : test
102103 main-is : Doctest.hs
103- build-depends : doctest >= 0.16 && < 0.18
104+ build-depends : doctest >= 0.16 && < 0.19
104105 ghc-options : -threaded
You can’t perform that action at this time.
0 commit comments