Skip to content

Commit

Permalink
Merge pull request #3 from cardano-foundation/HeinrichApfelmus/bump-c…
Browse files Browse the repository at this point in the history
…ontainers

Bump dependencies to allow `containers-0.8`
  • Loading branch information
HeinrichApfelmus authored Mar 4, 2025
2 parents a1d35e8 + 56f1295 commit e78768b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
name: Build
on:
workflow_dispatch:
merge_group:
types:
- checks_requested
pull_request:
types:
- synchronize
Expand Down
2 changes: 1 addition & 1 deletion lib/delta-types/delta-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
hs-source-dirs: src
build-depends:
, base >= 4.14 && < 5
, containers >= 0.5 && < 0.8
, containers >= 0.5 && < 0.9
, semigroupoids >= 6.0.1 && < 6.1
exposed-modules:
Data.Delta
Expand Down

0 comments on commit e78768b

Please sign in to comment.