Skip to content

Commit

Permalink
support GHC 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 11, 2022
1 parent 3455ced commit e3fc7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies:
- base >= 4.14 && < 5
- either ^>= 5.0.1.1
- prettyprinter ^>= 1.7.1
- refined ^>= 0.7
- refined >= 0.7 && < 0.9
- vector-sized ^>= 1.5.0
- vector >= 0.12.3.1 && < 0.14

Expand Down
4 changes: 2 additions & 2 deletions strongweak.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
base >=4.14 && <5
, either >=5.0.1.1 && <5.1
, prettyprinter >=1.7.1 && <1.8
, refined ==0.7.*
, refined >=0.7 && <0.9
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.6
default-language: GHC2021
Expand Down Expand Up @@ -92,7 +92,7 @@ test-suite spec
, hspec >=2.7 && <2.11
, prettyprinter >=1.7.1 && <1.8
, quickcheck-instances >=0.3.26 && <0.4
, refined ==0.7.*
, refined >=0.7 && <0.9
, strongweak
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.6
Expand Down

0 comments on commit e3fc7d7

Please sign in to comment.