Skip to content

Commit

Permalink
Prepare 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ethercrow committed Sep 9, 2017
1 parent e898a87 commit fc711de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.10 (2017-09-09)
-----------------

* Dropped data-default, text-icu and charsdetect-ae dependencies
* cons and snoc now don't produce chunks of unbounded length
* Reverted lines' that was broken by 0.9 and added the corresponding test

0.9 (2017-07-03)
----------------

Expand Down
8 changes: 4 additions & 4 deletions yi-rope.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yi-rope
version: 0.9
version: 0.10
synopsis: A rope data structure used by Yi
description: A rope data structure used by Yi
license: GPL-2
Expand All @@ -19,10 +19,10 @@ library
build-depends:
base >=4.8 && <5
, binary
, bytestring
, bytestring >= 0.10
, deepseq
, fingertree
, text
, fingertree >= 0.1.1
, text >= 1.2

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit fc711de

Please sign in to comment.