Commit c344ffd Jaro Reinders
committed
1 parent f32b39a commit c344ffd Copy full SHA for c344ffd
File tree 25 files changed +106
-99
lines changed
yi-vim-colemak-vty-dynamic
25 files changed +106
-99
lines changed Original file line number Diff line number Diff line change
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
+
1
8
0.17.0 (2017-10-09)
2
9
-------------------
3
10
Original file line number Diff line number Diff line change 1
1
name : yi-all-static
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
category : Yi
4
4
homepage : https://github.com/yi-editor/yi#readme
5
5
bug-reports : https://github.com/yi-editor/yi/issues
@@ -42,25 +42,25 @@ executable yi
42
42
, microlens-platform
43
43
, mtl
44
44
, 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
50
50
if flag(vty)
51
51
cpp-options : -DVTY
52
52
build-depends :
53
- yi-frontend-vty >= 0.17
53
+ yi-frontend-vty
54
54
if flag(pango)
55
55
cpp-options : -DPANGO
56
56
build-depends :
57
- yi-frontend-pango >= 0.17
57
+ yi-frontend-pango
58
58
if flag(vim)
59
59
cpp-options : -DVIM
60
60
build-depends :
61
- yi-keymap-vim >= 0.17
61
+ yi-keymap-vim
62
62
if flag(emacs)
63
63
cpp-options : -DEMACS
64
64
build-depends :
65
- yi-keymap-emacs >= 0.17
65
+ yi-keymap-emacs
66
66
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-emacs-vty-dynamic
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
license : GPL-2
4
4
author : Jaro Reinders
5
5
@@ -9,14 +9,14 @@ cabal-version: >=1.10
9
9
executable yi
10
10
main-is : Main.hs
11
11
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
20
20
, oo-prototypes
21
21
, microlens-platform
22
22
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-emacs-vty-static
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
category : Yi
4
4
homepage : https://github.com/yi-editor/yi#readme
5
5
bug-reports : https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
21
21
base >= 4.8 && < 5
22
22
, microlens-platform
23
23
, 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
30
30
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-vim-colemak-vty-dynamic
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
license : GPL-2
4
4
author : Jaro Reinders
5
5
@@ -9,14 +9,14 @@ cabal-version: >=1.10
9
9
executable yi
10
10
main-is : Main.hs
11
11
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
20
20
, oo-prototypes
21
21
, microlens-platform
22
22
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-vim-pango-dynamic
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
license : GPL-2
4
4
author : Jaro Reinders
5
5
@@ -9,14 +9,14 @@ cabal-version: >=1.10
9
9
executable yi
10
10
main-is : Main.hs
11
11
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
20
20
, oo-prototypes
21
21
, microlens-platform
22
22
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-vim-pango-static
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
category : Yi
4
4
homepage : https://github.com/yi-editor/yi#readme
5
5
bug-reports : https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
21
21
base >= 4.8 && < 5
22
22
, microlens-platform
23
23
, 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
30
30
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-vim-vty-dynamic
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
license : GPL-2
4
4
author : Jaro Reinders
5
5
@@ -9,14 +9,14 @@ cabal-version: >=1.10
9
9
executable yi
10
10
main-is : yi.hs
11
11
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
20
20
, oo-prototypes
21
21
, microlens-platform
22
22
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-vim-vty-static
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
category : Yi
4
4
homepage : https://github.com/yi-editor/yi#readme
5
5
bug-reports : https://github.com/yi-editor/yi/issues
@@ -21,10 +21,10 @@ executable yi
21
21
base >= 4.8 && < 5
22
22
, microlens-platform
23
23
, 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
30
30
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
1
name : yi-core
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Yi editor core library
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
@@ -51,7 +51,7 @@ library
51
51
, unix-compat >= 0.1
52
52
, unordered-containers >= 0.1.3
53
53
, xdg-basedir >= 0.2.1
54
- , yi-language >= 0.1.1.0
54
+ , yi-language >= 0.17
55
55
, yi-rope >= 0.10
56
56
, exceptions
57
57
if flag(hint)
Original file line number Diff line number Diff line change 1
1
name : yi-dynamic-configuration
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Dynamic configuration support for Yi
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
@@ -20,12 +20,12 @@ library
20
20
base >= 4.8 && < 5
21
21
, data-default
22
22
, dyre >= 0.8.11
23
- , yi-core >= 0.17.0
23
+ , yi-core >= 0.17
24
24
, transformers-base
25
25
, mtl >= 0.1.0.1
26
26
, microlens-platform
27
27
, text >= 1.0
28
- , yi-rope >= 0.8
28
+ , yi-rope >= 0.10
29
29
exposed-modules :
30
30
Yi.Boot
31
31
Yi.Boot.Internal
Original file line number Diff line number Diff line change 1
1
name : yi-frontend-pango
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Pango frontend for Yi editor
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
Original file line number Diff line number Diff line change 1
1
name : yi-frontend-vty
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Vty frontend for Yi editor
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
@@ -27,9 +27,9 @@ library
27
27
, stm >= 2.2
28
28
, text
29
29
, 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
33
33
exposed-modules :
34
34
Yi.Config.Default.Vty
35
35
Yi.Frontend.Vty
Original file line number Diff line number Diff line change 1
1
name : yi-fuzzy-open
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Fuzzy open plugin for yi
4
4
description : This plugin tries to do what ctrl-p does for vim and helm does for emacs.
5
5
category : Yi
@@ -30,8 +30,8 @@ library
30
30
, text >= 1.2
31
31
, transformers-base >= 0.4.4
32
32
, 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
35
35
, yi-rope >= 0.10
36
36
exposed-modules :
37
37
Yi.Fuzzy
Original file line number Diff line number Diff line change 1
1
name : yi-intero
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Intero support for Yi
4
4
category : Yi
5
5
maintainer : Yi developers <
[email protected] >
Original file line number Diff line number Diff line change 1
1
name : yi-ireader
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Yi editor incremental reader
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
Original file line number Diff line number Diff line change 1
1
name : yi-keymap-cua
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Cua keymap for Yi editor
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
Original file line number Diff line number Diff line change 1
1
name : yi-keymap-emacs
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Emacs keymap for Yi editor
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
Original file line number Diff line number Diff line change 1
1
name : yi-keymap-vim
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Vim keymap for Yi editor
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
@@ -156,7 +156,7 @@ test-suite spec
156
156
, tasty-hunit
157
157
, QuickCheck
158
158
, tasty-quickcheck
159
- , yi-keymap-vim >= 0.17
159
+ , yi-keymap-vim
160
160
other-modules :
161
161
Generic.TestPureBufferManipulations
162
162
Generic.TestUtils
Original file line number Diff line number Diff line change 1
1
name : yi-language
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Collection of language-related Yi libraries.
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
Original file line number Diff line number Diff line change 1
1
name : yi-misc-modes
2
- version : 0.17.0
2
+ version : 0.17.1
3
3
synopsis : Yi editor miscellaneous modes
4
4
category : Yi
5
5
homepage : https://github.com/yi-editor/yi#readme
@@ -30,9 +30,9 @@ library
30
30
, filepath
31
31
, microlens-platform
32
32
, 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
36
36
build-tools :
37
37
alex >= 3.0.3 && < 3.2.0 || >= 3.2.1
38
38
exposed-modules :
You can’t perform that action at this time.
0 commit comments