Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Nov 20, 2023
2 parents b066b50 + e52a81e commit 12ef069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for dependent-sum

## 0.7.2.0 revision 2 - 2023-11-20

Bump upper bound of `some` from `1.0.5` to `1.0.6`.

Same rationale as below.

## 0.7.2.0 revision 1 - 2023-05-10

Bump upper bound of `some` from `1.0.4` to `1.0.5`.
Expand Down
2 changes: 1 addition & 1 deletion dependent-sum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Library
, constraints-extras >= 0.2 && < 0.5

-- tight bounds, so re-exported API is versioned properly.
build-depends: some >= 1.0.4 && < 1.0.6
build-depends: some >= 1.0.4 && < 1.0.7

if impl(ghc >= 7.2)
ghc-options: -trust base

0 comments on commit 12ef069

Please sign in to comment.