rope 0.6.2 → 0.6.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- CHANGELOG.markdown +4/−0
- rope.cabal +4/−2
+ CHANGELOG.markdown view
@@ -0,0 +1,4 @@+0.6.3+-----+* `bytestring` dependency bump+
rope.cabal view
@@ -1,5 +1,5 @@ name: rope-version: 0.6.2+version: 0.6.3 license: BSD3 license-file: LICENSE author: Edward A. Kmett@@ -13,11 +13,13 @@ build-type: Simple cabal-version: >=1.2 Tested-With: GHC==6.10.4+extra-source-files:+ CHANGELOG.markdown library build-depends: base >= 4 && < 6,- bytestring >= 0.9.1.4 && < 0.10,+ bytestring >= 0.9.1.4 && < 0.11, fingertree >= 0.0.1 && < 0.1, utf8-string >= 0.3.6 && < 0.4, mtl >= 2.0.1 && < 2.2