Skip to content

Commit

Permalink
Merge pull request #120 from codedownio/master
Browse files Browse the repository at this point in the history
Bump primitive bound to fix build on Stackage nightly-2023-05-10
  • Loading branch information
kozross committed Jun 9, 2023
2 parents 5175e1e + 4c5dcc9 commit aeda224
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## WIP

- Fix build against Stackage nightly for GHC 9.4.5

## [1.6.0] - 2022-01-22

- Add instances of `FunctorWithIndex`, `FoldableWithIndex` and
Expand Down
6 changes: 2 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
resolver: lts-18.22
resolver: nightly-2023-05-10

packages:
- '.'

extra-deps:
- indexed-traversable-0.1.2@sha256:d66228887242f93ccb4fc7101a1e25a6560c8e4708f6e9ee1d3dd21901756c65,2519
2 changes: 1 addition & 1 deletion vector-sized.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
, finite-typelits >=0.1
, hashable >=1.2.4.0
, indexed-list-literals >=0.2.0.0
, primitive >=0.5 && <0.8
, primitive >=0.5 && <0.9
, indexed-traversable >=0.1.2 && <0.2
, vector >=0.12 && <0.14
default-language: Haskell2010

0 comments on commit aeda224

Please sign in to comment.