Skip to content

Commit

Permalink
Relax upper bound on turtle from < 1.6 to < 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina committed Aug 6, 2024
1 parent 185b2c3 commit df603af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
no longer supports them as of hnix-0.15.
- Support hnix-0.15 and hnix-0.16.
- Support and require optparse-generic-1.4.0 or higher.
- Support turtle-1.6

## 1.0.7
### Changed
Expand Down
2 changes: 1 addition & 1 deletion hocker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ library
text >= 1.2,
time >= 1.4,
transformers >= 0.4,
turtle >= 1.3.0 && < 1.6,
turtle >= 1.3.0 && < 1.7,
unordered-containers >= 0.2,
uri-bytestring >= 0.2,
vector >= 0.11,
Expand Down

0 comments on commit df603af

Please sign in to comment.