Skip to content

Commit

Permalink
Increase the acceptable version range of containers
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 1, 2023
1 parent 80ac745 commit b17e51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cabal.project.set-1
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ constraints:
text == 1.2.5.0
, bytestring == 0.10.10.0
, vector == 0.12.2.0
, aeson == 1.5.6.0
, aeson == 1.5.6.0
, containers == 0.6.0.1
2 changes: 1 addition & 1 deletion streamly-serialize-instances.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ library
, unordered-containers
, time
, scientific
, containers >= 0.6.7 && < 1.0.0
, containers >= 0.6.0.1 && < 1.0.0
, hashable >= 1.2 && < 2.3

-- Directories containing source files.
Expand Down

0 comments on commit b17e51e

Please sign in to comment.