Skip to content

Commit

Permalink
Prepare 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Nov 3, 2017
1 parent f32b39a commit c344ffd
Show file tree
Hide file tree
Showing 25 changed files with 106 additions and 99 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.17.1 (2017-11-03)
-------------------

* Removed bounds from example configs
* [yi-keymap-vim] Add multiline block paste
* Hopefully speed up travis CI

0.17.0 (2017-10-09)
-------------------

Expand Down
20 changes: 10 additions & 10 deletions example-configs/yi-all-static/yi-all-static.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-all-static
version: 0.17.0
version: 0.17.1
category: Yi
homepage: https://github.com/yi-editor/yi#readme
bug-reports: https://github.com/yi-editor/yi/issues
Expand Down Expand Up @@ -42,25 +42,25 @@ executable yi
, microlens-platform
, mtl
, optparse-applicative >= 0.13.0.0
, yi-core >= 0.17
, yi-misc-modes >= 0.17
, yi-mode-haskell >= 0.17
, yi-mode-javascript >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-misc-modes
, yi-mode-haskell
, yi-mode-javascript
, yi-rope
if flag(vty)
cpp-options: -DVTY
build-depends:
yi-frontend-vty >= 0.17
yi-frontend-vty
if flag(pango)
cpp-options: -DPANGO
build-depends:
yi-frontend-pango >= 0.17
yi-frontend-pango
if flag(vim)
cpp-options: -DVIM
build-depends:
yi-keymap-vim >= 0.17
yi-keymap-vim
if flag(emacs)
cpp-options: -DEMACS
build-depends:
yi-keymap-emacs >= 0.17
yi-keymap-emacs
default-language: Haskell2010
18 changes: 9 additions & 9 deletions example-configs/yi-emacs-vty-dynamic/yi-emacs-vty-dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-emacs-vty-dynamic
version: 0.17.0
version: 0.17.1
license: GPL-2
author: Jaro Reinders
maintainer: [email protected]
Expand All @@ -9,14 +9,14 @@ cabal-version: >=1.10
executable yi
main-is: Main.hs
build-depends: base >=4.8 && <5
, yi-core >= 0.17
, yi-dynamic-configuration >= 0.17
, yi-keymap-emacs >= 0.17
, yi-frontend-vty >= 0.17
, yi-mode-haskell >= 0.17
, yi-mode-javascript >= 0.17
, yi-misc-modes >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-dynamic-configuration
, yi-keymap-emacs
, yi-frontend-vty
, yi-mode-haskell
, yi-mode-javascript
, yi-misc-modes
, yi-rope
, oo-prototypes
, microlens-platform
default-language: Haskell2010
Expand Down
14 changes: 7 additions & 7 deletions example-configs/yi-emacs-vty-static/yi-emacs-vty-static.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-emacs-vty-static
version: 0.17.0
version: 0.17.1
category: Yi
homepage: https://github.com/yi-editor/yi#readme
bug-reports: https://github.com/yi-editor/yi/issues
Expand All @@ -21,10 +21,10 @@ executable yi
base >= 4.8 && < 5
, microlens-platform
, mtl
, yi-core >= 0.17
, yi-frontend-vty >= 0.17
, yi-keymap-emacs >= 0.17
, yi-misc-modes >= 0.17
, yi-mode-haskell >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-frontend-vty
, yi-keymap-emacs
, yi-misc-modes
, yi-mode-haskell
, yi-rope
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-vim-colemak-vty-dynamic
version: 0.17.0
version: 0.17.1
license: GPL-2
author: Jaro Reinders
maintainer: [email protected]
Expand All @@ -9,14 +9,14 @@ cabal-version: >=1.10
executable yi
main-is: Main.hs
build-depends: base >=4.8 && <5
, yi-core >= 0.17
, yi-dynamic-configuration >= 0.17
, yi-keymap-vim >= 0.17
, yi-frontend-vty >= 0.17
, yi-mode-haskell >= 0.17
, yi-mode-javascript >= 0.17
, yi-misc-modes >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-dynamic-configuration
, yi-keymap-vim
, yi-frontend-vty
, yi-mode-haskell
, yi-mode-javascript
, yi-misc-modes
, yi-rope
, oo-prototypes
, microlens-platform
default-language: Haskell2010
Expand Down
18 changes: 9 additions & 9 deletions example-configs/yi-vim-pango-dynamic/yi-vim-pango-dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-vim-pango-dynamic
version: 0.17.0
version: 0.17.1
license: GPL-2
author: Jaro Reinders
maintainer: [email protected]
Expand All @@ -9,14 +9,14 @@ cabal-version: >=1.10
executable yi
main-is: Main.hs
build-depends: base >=4.8 && <5
, yi-core >= 0.17
, yi-dynamic-configuration >= 0.17
, yi-keymap-vim >= 0.17
, yi-frontend-pango >= 0.17
, yi-mode-haskell >= 0.17
, yi-mode-javascript >= 0.17
, yi-misc-modes >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-dynamic-configuration
, yi-keymap-vim
, yi-frontend-pango
, yi-mode-haskell
, yi-mode-javascript
, yi-misc-modes
, yi-rope
, oo-prototypes
, microlens-platform
default-language: Haskell2010
Expand Down
14 changes: 7 additions & 7 deletions example-configs/yi-vim-pango-static/yi-vim-pango-static.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-vim-pango-static
version: 0.17.0
version: 0.17.1
category: Yi
homepage: https://github.com/yi-editor/yi#readme
bug-reports: https://github.com/yi-editor/yi/issues
Expand All @@ -21,10 +21,10 @@ executable yi
base >= 4.8 && < 5
, microlens-platform
, mtl
, yi-core >= 0.17
, yi-frontend-pango >= 0.17
, yi-keymap-vim >= 0.17
, yi-misc-modes >= 0.17
, yi-mode-haskell >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-frontend-pango
, yi-keymap-vim
, yi-misc-modes
, yi-mode-haskell
, yi-rope
default-language: Haskell2010
18 changes: 9 additions & 9 deletions example-configs/yi-vim-vty-dynamic/yi-vim-vty-dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-vim-vty-dynamic
version: 0.17.0
version: 0.17.1
license: GPL-2
author: Jaro Reinders
maintainer: [email protected]
Expand All @@ -9,14 +9,14 @@ cabal-version: >=1.10
executable yi
main-is: yi.hs
build-depends: base >=4.8 && <5
, yi-core >= 0.17
, yi-dynamic-configuration >= 0.17
, yi-keymap-vim >= 0.17
, yi-frontend-vty >= 0.17
, yi-mode-haskell >= 0.17
, yi-mode-javascript >= 0.17
, yi-misc-modes >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-dynamic-configuration
, yi-keymap-vim
, yi-frontend-vty
, yi-mode-haskell
, yi-mode-javascript
, yi-misc-modes
, yi-rope
, oo-prototypes
, microlens-platform
default-language: Haskell2010
Expand Down
14 changes: 7 additions & 7 deletions example-configs/yi-vim-vty-static/yi-vim-vty-static.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-vim-vty-static
version: 0.17.0
version: 0.17.1
category: Yi
homepage: https://github.com/yi-editor/yi#readme
bug-reports: https://github.com/yi-editor/yi/issues
Expand All @@ -21,10 +21,10 @@ executable yi
base >= 4.8 && < 5
, microlens-platform
, mtl
, yi-core >= 0.17
, yi-frontend-vty >= 0.17
, yi-keymap-vim >= 0.17
, yi-misc-modes >= 0.17
, yi-mode-haskell >= 0.17
, yi-rope >= 0.10
, yi-core
, yi-frontend-vty
, yi-keymap-vim
, yi-misc-modes
, yi-mode-haskell
, yi-rope
default-language: Haskell2010
4 changes: 2 additions & 2 deletions yi-core/yi-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-core
version: 0.17.0
version: 0.17.1
synopsis: Yi editor core library
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down Expand Up @@ -51,7 +51,7 @@ library
, unix-compat >= 0.1
, unordered-containers >= 0.1.3
, xdg-basedir >= 0.2.1
, yi-language >= 0.1.1.0
, yi-language >= 0.17
, yi-rope >= 0.10
, exceptions
if flag(hint)
Expand Down
6 changes: 3 additions & 3 deletions yi-dynamic-configuration/yi-dynamic-configuration.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-dynamic-configuration
version: 0.17.0
version: 0.17.1
synopsis: Dynamic configuration support for Yi
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand All @@ -20,12 +20,12 @@ library
base >= 4.8 && < 5
, data-default
, dyre >= 0.8.11
, yi-core >= 0.17.0
, yi-core >= 0.17
, transformers-base
, mtl >= 0.1.0.1
, microlens-platform
, text >= 1.0
, yi-rope >= 0.8
, yi-rope >= 0.10
exposed-modules:
Yi.Boot
Yi.Boot.Internal
Expand Down
2 changes: 1 addition & 1 deletion yi-frontend-pango/yi-frontend-pango.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-frontend-pango
version: 0.17.0
version: 0.17.1
synopsis: Pango frontend for Yi editor
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down
8 changes: 4 additions & 4 deletions yi-frontend-vty/yi-frontend-vty.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-frontend-vty
version: 0.17.0
version: 0.17.1
synopsis: Vty frontend for Yi editor
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down Expand Up @@ -27,9 +27,9 @@ library
, stm >= 2.2
, text
, vty >= 5.4
, yi-core
, yi-language
, yi-rope
, yi-core >= 0.17
, yi-language >= 0.17
, yi-rope >= 0.10
exposed-modules:
Yi.Config.Default.Vty
Yi.Frontend.Vty
Expand Down
6 changes: 3 additions & 3 deletions yi-fuzzy-open/yi-fuzzy-open.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-fuzzy-open
version: 0.17.0
version: 0.17.1
synopsis: Fuzzy open plugin for yi
description: This plugin tries to do what ctrl-p does for vim and helm does for emacs.
category: Yi
Expand Down Expand Up @@ -30,8 +30,8 @@ library
, text >= 1.2
, transformers-base >= 0.4.4
, vector >= 0.11
, yi-core >= 0.17.0
, yi-language >= 0.16.0
, yi-core >= 0.17
, yi-language >= 0.17
, yi-rope >= 0.10
exposed-modules:
Yi.Fuzzy
Expand Down
2 changes: 1 addition & 1 deletion yi-intero/yi-intero.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-intero
version: 0.17.0
version: 0.17.1
synopsis: Intero support for Yi
category: Yi
maintainer: Yi developers <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion yi-ireader/yi-ireader.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-ireader
version: 0.17.0
version: 0.17.1
synopsis: Yi editor incremental reader
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down
2 changes: 1 addition & 1 deletion yi-keymap-cua/yi-keymap-cua.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-keymap-cua
version: 0.17.0
version: 0.17.1
synopsis: Cua keymap for Yi editor
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down
2 changes: 1 addition & 1 deletion yi-keymap-emacs/yi-keymap-emacs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-keymap-emacs
version: 0.17.0
version: 0.17.1
synopsis: Emacs keymap for Yi editor
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down
4 changes: 2 additions & 2 deletions yi-keymap-vim/yi-keymap-vim.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-keymap-vim
version: 0.17.0
version: 0.17.1
synopsis: Vim keymap for Yi editor
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down Expand Up @@ -156,7 +156,7 @@ test-suite spec
, tasty-hunit
, QuickCheck
, tasty-quickcheck
, yi-keymap-vim >= 0.17
, yi-keymap-vim
other-modules:
Generic.TestPureBufferManipulations
Generic.TestUtils
Expand Down
2 changes: 1 addition & 1 deletion yi-language/yi-language.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-language
version: 0.17.0
version: 0.17.1
synopsis: Collection of language-related Yi libraries.
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down
8 changes: 4 additions & 4 deletions yi-misc-modes/yi-misc-modes.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-misc-modes
version: 0.17.0
version: 0.17.1
synopsis: Yi editor miscellaneous modes
category: Yi
homepage: https://github.com/yi-editor/yi#readme
Expand Down Expand Up @@ -30,9 +30,9 @@ library
, filepath
, microlens-platform
, text
, yi-core
, yi-language
, yi-rope
, yi-core >= 0.17
, yi-language >= 0.17
, yi-rope >= 0.10
build-tools:
alex >= 3.0.3 && < 3.2.0 || >= 3.2.1
exposed-modules:
Expand Down
Loading

0 comments on commit c344ffd

Please sign in to comment.