Skip to content

Commit c344ffd

Browse files
author
Jaro Reinders
committed
Prepare 0.17.1
1 parent f32b39a commit c344ffd

File tree

25 files changed

+106
-99
lines changed

25 files changed

+106
-99
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.17.1 (2017-11-03)
2+
-------------------
3+
4+
* Removed bounds from example configs
5+
* [yi-keymap-vim] Add multiline block paste
6+
* Hopefully speed up travis CI
7+
18
0.17.0 (2017-10-09)
29
-------------------
310

example-configs/yi-all-static/yi-all-static.cabal

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-all-static
2-
version: 0.17.0
2+
version: 0.17.1
33
category: Yi
44
homepage: https://github.com/yi-editor/yi#readme
55
bug-reports: https://github.com/yi-editor/yi/issues
@@ -42,25 +42,25 @@ executable yi
4242
, microlens-platform
4343
, mtl
4444
, optparse-applicative >= 0.13.0.0
45-
, yi-core >= 0.17
46-
, yi-misc-modes >= 0.17
47-
, yi-mode-haskell >= 0.17
48-
, yi-mode-javascript >= 0.17
49-
, yi-rope >= 0.10
45+
, yi-core
46+
, yi-misc-modes
47+
, yi-mode-haskell
48+
, yi-mode-javascript
49+
, yi-rope
5050
if flag(vty)
5151
cpp-options: -DVTY
5252
build-depends:
53-
yi-frontend-vty >= 0.17
53+
yi-frontend-vty
5454
if flag(pango)
5555
cpp-options: -DPANGO
5656
build-depends:
57-
yi-frontend-pango >= 0.17
57+
yi-frontend-pango
5858
if flag(vim)
5959
cpp-options: -DVIM
6060
build-depends:
61-
yi-keymap-vim >= 0.17
61+
yi-keymap-vim
6262
if flag(emacs)
6363
cpp-options: -DEMACS
6464
build-depends:
65-
yi-keymap-emacs >= 0.17
65+
yi-keymap-emacs
6666
default-language: Haskell2010

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-emacs-vty-dynamic
2-
version: 0.17.0
2+
version: 0.17.1
33
license: GPL-2
44
author: Jaro Reinders
55
maintainer: [email protected]
@@ -9,14 +9,14 @@ cabal-version: >=1.10
99
executable yi
1010
main-is: Main.hs
1111
build-depends: base >=4.8 && <5
12-
, yi-core >= 0.17
13-
, yi-dynamic-configuration >= 0.17
14-
, yi-keymap-emacs >= 0.17
15-
, yi-frontend-vty >= 0.17
16-
, yi-mode-haskell >= 0.17
17-
, yi-mode-javascript >= 0.17
18-
, yi-misc-modes >= 0.17
19-
, yi-rope >= 0.10
12+
, yi-core
13+
, yi-dynamic-configuration
14+
, yi-keymap-emacs
15+
, yi-frontend-vty
16+
, yi-mode-haskell
17+
, yi-mode-javascript
18+
, yi-misc-modes
19+
, yi-rope
2020
, oo-prototypes
2121
, microlens-platform
2222
default-language: Haskell2010

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-emacs-vty-static
2-
version: 0.17.0
2+
version: 0.17.1
33
category: Yi
44
homepage: https://github.com/yi-editor/yi#readme
55
bug-reports: https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
2121
base >= 4.8 && < 5
2222
, microlens-platform
2323
, mtl
24-
, yi-core >= 0.17
25-
, yi-frontend-vty >= 0.17
26-
, yi-keymap-emacs >= 0.17
27-
, yi-misc-modes >= 0.17
28-
, yi-mode-haskell >= 0.17
29-
, yi-rope >= 0.10
24+
, yi-core
25+
, yi-frontend-vty
26+
, yi-keymap-emacs
27+
, yi-misc-modes
28+
, yi-mode-haskell
29+
, yi-rope
3030
default-language: Haskell2010

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-vim-colemak-vty-dynamic
2-
version: 0.17.0
2+
version: 0.17.1
33
license: GPL-2
44
author: Jaro Reinders
55
maintainer: [email protected]
@@ -9,14 +9,14 @@ cabal-version: >=1.10
99
executable yi
1010
main-is: Main.hs
1111
build-depends: base >=4.8 && <5
12-
, yi-core >= 0.17
13-
, yi-dynamic-configuration >= 0.17
14-
, yi-keymap-vim >= 0.17
15-
, yi-frontend-vty >= 0.17
16-
, yi-mode-haskell >= 0.17
17-
, yi-mode-javascript >= 0.17
18-
, yi-misc-modes >= 0.17
19-
, yi-rope >= 0.10
12+
, yi-core
13+
, yi-dynamic-configuration
14+
, yi-keymap-vim
15+
, yi-frontend-vty
16+
, yi-mode-haskell
17+
, yi-mode-javascript
18+
, yi-misc-modes
19+
, yi-rope
2020
, oo-prototypes
2121
, microlens-platform
2222
default-language: Haskell2010

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-vim-pango-dynamic
2-
version: 0.17.0
2+
version: 0.17.1
33
license: GPL-2
44
author: Jaro Reinders
55
maintainer: [email protected]
@@ -9,14 +9,14 @@ cabal-version: >=1.10
99
executable yi
1010
main-is: Main.hs
1111
build-depends: base >=4.8 && <5
12-
, yi-core >= 0.17
13-
, yi-dynamic-configuration >= 0.17
14-
, yi-keymap-vim >= 0.17
15-
, yi-frontend-pango >= 0.17
16-
, yi-mode-haskell >= 0.17
17-
, yi-mode-javascript >= 0.17
18-
, yi-misc-modes >= 0.17
19-
, yi-rope >= 0.10
12+
, yi-core
13+
, yi-dynamic-configuration
14+
, yi-keymap-vim
15+
, yi-frontend-pango
16+
, yi-mode-haskell
17+
, yi-mode-javascript
18+
, yi-misc-modes
19+
, yi-rope
2020
, oo-prototypes
2121
, microlens-platform
2222
default-language: Haskell2010

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-vim-pango-static
2-
version: 0.17.0
2+
version: 0.17.1
33
category: Yi
44
homepage: https://github.com/yi-editor/yi#readme
55
bug-reports: https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
2121
base >= 4.8 && < 5
2222
, microlens-platform
2323
, mtl
24-
, yi-core >= 0.17
25-
, yi-frontend-pango >= 0.17
26-
, yi-keymap-vim >= 0.17
27-
, yi-misc-modes >= 0.17
28-
, yi-mode-haskell >= 0.17
29-
, yi-rope >= 0.10
24+
, yi-core
25+
, yi-frontend-pango
26+
, yi-keymap-vim
27+
, yi-misc-modes
28+
, yi-mode-haskell
29+
, yi-rope
3030
default-language: Haskell2010

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-vim-vty-dynamic
2-
version: 0.17.0
2+
version: 0.17.1
33
license: GPL-2
44
author: Jaro Reinders
55
maintainer: [email protected]
@@ -9,14 +9,14 @@ cabal-version: >=1.10
99
executable yi
1010
main-is: yi.hs
1111
build-depends: base >=4.8 && <5
12-
, yi-core >= 0.17
13-
, yi-dynamic-configuration >= 0.17
14-
, yi-keymap-vim >= 0.17
15-
, yi-frontend-vty >= 0.17
16-
, yi-mode-haskell >= 0.17
17-
, yi-mode-javascript >= 0.17
18-
, yi-misc-modes >= 0.17
19-
, yi-rope >= 0.10
12+
, yi-core
13+
, yi-dynamic-configuration
14+
, yi-keymap-vim
15+
, yi-frontend-vty
16+
, yi-mode-haskell
17+
, yi-mode-javascript
18+
, yi-misc-modes
19+
, yi-rope
2020
, oo-prototypes
2121
, microlens-platform
2222
default-language: Haskell2010

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-vim-vty-static
2-
version: 0.17.0
2+
version: 0.17.1
33
category: Yi
44
homepage: https://github.com/yi-editor/yi#readme
55
bug-reports: https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
2121
base >= 4.8 && < 5
2222
, microlens-platform
2323
, mtl
24-
, yi-core >= 0.17
25-
, yi-frontend-vty >= 0.17
26-
, yi-keymap-vim >= 0.17
27-
, yi-misc-modes >= 0.17
28-
, yi-mode-haskell >= 0.17
29-
, yi-rope >= 0.10
24+
, yi-core
25+
, yi-frontend-vty
26+
, yi-keymap-vim
27+
, yi-misc-modes
28+
, yi-mode-haskell
29+
, yi-rope
3030
default-language: Haskell2010

yi-core/yi-core.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-core
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Yi editor core library
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme
@@ -51,7 +51,7 @@ library
5151
, unix-compat >= 0.1
5252
, unordered-containers >= 0.1.3
5353
, xdg-basedir >= 0.2.1
54-
, yi-language >= 0.1.1.0
54+
, yi-language >= 0.17
5555
, yi-rope >= 0.10
5656
, exceptions
5757
if flag(hint)

yi-dynamic-configuration/yi-dynamic-configuration.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-dynamic-configuration
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Dynamic configuration support for Yi
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme
@@ -20,12 +20,12 @@ library
2020
base >= 4.8 && < 5
2121
, data-default
2222
, dyre >= 0.8.11
23-
, yi-core >= 0.17.0
23+
, yi-core >= 0.17
2424
, transformers-base
2525
, mtl >= 0.1.0.1
2626
, microlens-platform
2727
, text >= 1.0
28-
, yi-rope >= 0.8
28+
, yi-rope >= 0.10
2929
exposed-modules:
3030
Yi.Boot
3131
Yi.Boot.Internal

yi-frontend-pango/yi-frontend-pango.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-frontend-pango
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Pango frontend for Yi editor
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme

yi-frontend-vty/yi-frontend-vty.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-frontend-vty
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Vty frontend for Yi editor
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme
@@ -27,9 +27,9 @@ library
2727
, stm >= 2.2
2828
, text
2929
, vty >= 5.4
30-
, yi-core
31-
, yi-language
32-
, yi-rope
30+
, yi-core >= 0.17
31+
, yi-language >= 0.17
32+
, yi-rope >= 0.10
3333
exposed-modules:
3434
Yi.Config.Default.Vty
3535
Yi.Frontend.Vty

yi-fuzzy-open/yi-fuzzy-open.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-fuzzy-open
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Fuzzy open plugin for yi
44
description: This plugin tries to do what ctrl-p does for vim and helm does for emacs.
55
category: Yi
@@ -30,8 +30,8 @@ library
3030
, text >= 1.2
3131
, transformers-base >= 0.4.4
3232
, vector >= 0.11
33-
, yi-core >= 0.17.0
34-
, yi-language >= 0.16.0
33+
, yi-core >= 0.17
34+
, yi-language >= 0.17
3535
, yi-rope >= 0.10
3636
exposed-modules:
3737
Yi.Fuzzy

yi-intero/yi-intero.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-intero
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Intero support for Yi
44
category: Yi
55
maintainer: Yi developers <[email protected]>

yi-ireader/yi-ireader.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-ireader
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Yi editor incremental reader
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme

yi-keymap-cua/yi-keymap-cua.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-keymap-cua
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Cua keymap for Yi editor
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme

yi-keymap-emacs/yi-keymap-emacs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-keymap-emacs
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Emacs keymap for Yi editor
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme

yi-keymap-vim/yi-keymap-vim.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-keymap-vim
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Vim keymap for Yi editor
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme
@@ -156,7 +156,7 @@ test-suite spec
156156
, tasty-hunit
157157
, QuickCheck
158158
, tasty-quickcheck
159-
, yi-keymap-vim >= 0.17
159+
, yi-keymap-vim
160160
other-modules:
161161
Generic.TestPureBufferManipulations
162162
Generic.TestUtils

yi-language/yi-language.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-language
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Collection of language-related Yi libraries.
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme

yi-misc-modes/yi-misc-modes.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yi-misc-modes
2-
version: 0.17.0
2+
version: 0.17.1
33
synopsis: Yi editor miscellaneous modes
44
category: Yi
55
homepage: https://github.com/yi-editor/yi#readme
@@ -30,9 +30,9 @@ library
3030
, filepath
3131
, microlens-platform
3232
, text
33-
, yi-core
34-
, yi-language
35-
, yi-rope
33+
, yi-core >= 0.17
34+
, yi-language >= 0.17
35+
, yi-rope >= 0.10
3636
build-tools:
3737
alex >= 3.0.3 && < 3.2.0 || >= 3.2.1
3838
exposed-modules:

0 commit comments

Comments
 (0)