Skip to content

Commit 3e1b0be

Browse files
author
Jaro Reinders
committed
Fix bounds in dynamic example configs
1 parent c20bdd6 commit 3e1b0be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example-configs/yi-emacs-vty-dynamic/yi-emacs-vty-dynamic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cabal-version: >=1.10
88

99
executable yi
1010
main-is: Main.hs
11-
build-depends: base >=4.8 && <4.10
11+
build-depends: base >=4.8 && <5
1212
, yi-core >= 0.17
1313
, yi-dynamic-configuration >= 0.17
1414
, yi-keymap-emacs >= 0.17

example-configs/yi-vim-colemak-vty-dynamic/yi-vim-colemak-vty-dynamic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cabal-version: >=1.10
88

99
executable yi
1010
main-is: Main.hs
11-
build-depends: base >=4.8 && <4.10
11+
build-depends: base >=4.8 && <5
1212
, yi-core >= 0.17
1313
, yi-dynamic-configuration >= 0.17
1414
, yi-keymap-vim >= 0.17

example-configs/yi-vim-pango-dynamic/yi-vim-pango-dynamic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cabal-version: >=1.10
88

99
executable yi
1010
main-is: Main.hs
11-
build-depends: base >=4.8 && <4.10
11+
build-depends: base >=4.8 && <5
1212
, yi-core >= 0.17
1313
, yi-dynamic-configuration >= 0.17
1414
, yi-keymap-vim >= 0.17

example-configs/yi-vim-vty-dynamic/yi-vim-vty-dynamic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cabal-version: >=1.10
88

99
executable yi
1010
main-is: yi.hs
11-
build-depends: base >=4.8 && <4.10
11+
build-depends: base >=4.8 && <5
1212
, yi-core >= 0.17
1313
, yi-dynamic-configuration >= 0.17
1414
, yi-keymap-vim >= 0.17

0 commit comments

Comments
 (0)