Skip to content

Commit

Permalink
Merge branch 'develop' into bump-constraint-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jul 11, 2023
2 parents ea63570 + 12f9de1 commit a550f9f
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 929 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2', '9.0.1']
ghc: ['8.6.5', '8.8.4', '8.10.2', '9.0.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
- name: Cache
Expand Down
156 changes: 0 additions & 156 deletions .travis.yml

This file was deleted.

14 changes: 14 additions & 0 deletions dependent-sum/ChangeLog.md → ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Revision history for dependent-sum

## 0.7.2.0 revision 1 - 2023-05-10

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

There've been no changes to the parts of `some` re-exported from `dependent-sum` between `some-1.0.4` and `some-1.0.5`, so it is safe to do so.

## 0.7.2.0 - 2022-12-22

* Update to some-1.0.4.*

## 0.7.1.1 - 2022-12-12

* Support constraints-extras 0.4

## 0.7.1.0 revision 2 - 2021-12-28

* Allow `some` up until `1.0.4`
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions cabal.project

This file was deleted.

35 changes: 0 additions & 35 deletions dependent-sum-template/ChangeLog.md

This file was deleted.

58 changes: 0 additions & 58 deletions dependent-sum-template/dependent-sum-template.cabal

This file was deleted.

Loading

0 comments on commit a550f9f

Please sign in to comment.