Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ethercrow committed Jul 3, 2017
1 parent d92ecd3 commit 6eb3748
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.9 (2017-07-03)
----------------

* Performance improvement for lines'

0.8 (2016-10-10)
----------------

* Fix Yi.Rope.all
8 changes: 4 additions & 4 deletions yi-rope.cabal
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: yi-rope
version: 0.7.0.2
version: 0.9
synopsis: A rope data structure used by Yi
description: A rope data structure used by Yi
license: GPL-2
license-file: LICENSE
author: Mateusz Kowalczyk
maintainer: [email protected]
author: AUTHORS
maintainer: [email protected]
category: Yi
build-type: Simple
cabal-version: >=1.10

library
ghc-options: -fpedantic-bottoms -fexpose-all-unfoldings -Wall -O2 -flate-dmd-anal
ghc-options: -fpedantic-bottoms -fexpose-all-unfoldings -ferror-spans -Wall -O2 -flate-dmd-anal

exposed-modules:
Yi.Rope
Expand Down

0 comments on commit 6eb3748

Please sign in to comment.