Skip to content

Commit 016d97e

Browse files
authored
Relax upper bounds of Diff dependency (#2627)
* Relaxed upper bounds of Diff dependency * Use Dependabot to keep the versions of our GitHub Actions up to date
1 parent e7a4662 commit 016d97e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Common common
219219
contravariant < 1.6 ,
220220
data-fix < 0.4 ,
221221
deepseq < 1.6 ,
222-
Diff >= 0.2 && < 0.6 ,
222+
Diff >= 0.2 && < 1.1 ,
223223
directory >= 1.3.0.0 && < 1.4 ,
224224
dotgen >= 0.4.2 && < 0.5 ,
225225
either >= 5 && < 5.1,

0 commit comments

Comments
 (0)