Skip to content

Commit

Permalink
relax vector-sized upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed May 27, 2024
1 parent 1d57184 commit b3a679d
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 @@ -68,7 +68,7 @@ dependencies:

# instances
- rerefined ^>= 0.5.0
- vector-sized ^>= 1.5.0
- vector-sized >= 1.5.0 && < 1.7
- vector >= 0.12.3.1 && < 0.14

library:
Expand Down
4 changes: 2 additions & 2 deletions strongweak.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
, text >=1.2.5.0 && <2.2
, text-builder-linear >=0.1.2 && <0.2
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.6
, vector-sized >=1.5.0 && <1.7
default-language: GHC2021

test-suite spec
Expand Down Expand Up @@ -100,5 +100,5 @@ test-suite spec
, text >=1.2.5.0 && <2.2
, text-builder-linear >=0.1.2 && <0.2
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.6
, vector-sized >=1.5.0 && <1.7
default-language: GHC2021

0 comments on commit b3a679d

Please sign in to comment.