Skip to content

Commit

Permalink
Merge pull request #152 from Chan-Siu-Man/siuman/bump-primitive-0.8
Browse files Browse the repository at this point in the history
Bump dependency primitive to >= 0.8 && < 0.9
  • Loading branch information
edsko authored Oct 4, 2023
2 parents 851d040 + 14e67f7 commit 6323af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion large-anon/large-anon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library
, hashable >= 1.3 && < 1.5
, mtl >= 2.2.1 && < 2.3
, optics-core >= 0.3 && < 0.5
, primitive >= 0.7.1 && < 0.8
, primitive >= 0.8 && < 0.9
, record-hasfield >= 1.0 && < 1.1
, sop-core >= 0.5 && < 0.6
, syb >= 0.7 && < 0.8
Expand Down
2 changes: 1 addition & 1 deletion large-generics/large-generics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
, deepseq >= 1.4.4 && < 1.5
, generics-sop >= 0.5 && < 0.6
, sop-core >= 0.5 && < 0.6
, primitive >= 0.7 && < 0.8
, primitive >= 0.8 && < 0.9

if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
Expand Down
2 changes: 1 addition & 1 deletion large-records/large-records.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
base >= 4.13 && < 4.18
, containers >= 0.6.2 && < 0.7
, mtl >= 2.2.1 && < 2.3
, primitive >= 0.7 && < 0.8
, primitive >= 0.8 && < 0.9
, syb >= 0.7 && < 0.8
, record-hasfield >= 1.0 && < 1.1

Expand Down

0 comments on commit 6323af1

Please sign in to comment.