Skip to content

Commit

Permalink
Switch from darcs to Mercurial
Browse files Browse the repository at this point in the history
--HG--
rename : README => README.markdown
  • Loading branch information
bos committed Oct 21, 2010
1 parent 320ac23 commit 541f13c
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .hgignore
@@ -0,0 +1,5 @@
^dist$
\.(?:aux|eventlog|h[ip]|log|[oa]|orig|prof|ps|swp)$
~$
syntax: glob
.\#*
14 changes: 7 additions & 7 deletions .hgtags
@@ -1,7 +1,7 @@
1f07e7f8d2fc0115a8fc99a87a03ed91ed767a1c 0_2_0_0
498cdef09cdce6f1bd0dcc665c0713728ee6773d 0_6_0_0
5e76220e68e996fb9d9fe31521ae56787ceadfdc 0_3_0_0
894c0236e167c136ce47fa1dbb595a5353ea1a71 0_5_0_0
9b8a5d23623756c9c503fe6c0c426a4c129e30aa 0_1
b98dfb62a0568f6ec056ad1b353d3acbbb7f82cf 0_4_0_0
e0690355cabdd79f5087097dd8e4a0e745c9c34e 0_6_0_1
1f07e7f8d2fc0115a8fc99a87a03ed91ed767a1c 0.2.0.0
498cdef09cdce6f1bd0dcc665c0713728ee6773d 0.6.0.0
5e76220e68e996fb9d9fe31521ae56787ceadfdc 0.3.0.0
894c0236e167c136ce47fa1dbb595a5353ea1a71 0.5.0.0
9b8a5d23623756c9c503fe6c0c426a4c129e30aa 0.1
b98dfb62a0568f6ec056ad1b353d3acbbb7f82cf 0.4.0.0
e0690355cabdd79f5087097dd8e4a0e745c9c34e 0.6.0.1
31 changes: 0 additions & 31 deletions README

This file was deleted.

37 changes: 37 additions & 0 deletions README.markdown
@@ -0,0 +1,37 @@
# Text-ICU: Comprehensive support for string manipulation

This package provides the Data.Text.ICU library, for performing
complex manipulation of Unicode text. It provides features such as
the following:

* Unicode normalization

* Conversion to and from many common and obscure encodings


# Prerequisites

This library is implemented as bindings to the well-respected [ICU
library](http://www.icu-project.org/), which is not included. The versions
of ICU currently supported are 4.0 and newer.


# Get involved!

Please report bugs via the
[bitbucket issue tracker](http://bitbucket.org/bos/text-icu/issues).

Master [Mercurial repository](http://bitbucket.org/bos/text-icu):

* `hg clone http://bitbucket.org/bos/text-icu`

There's also a [git mirror](http://github.com/bos/text-icu):

* `git clone git://github.com/bos/text-icu.git`

(You can create and contribute changes using either Mercurial or git.)


# Authors

This library was written by Bryan O'Sullivan.
12 changes: 9 additions & 3 deletions text-icu.cabal
@@ -1,6 +1,8 @@
name: text-icu
version: 0.6.2.0
synopsis: Bindings to the ICU library
homepage: http://bitbucket.org/bos/text-icu
bug-reports: http://bitbucket.org/bos/text-icu/issues
description:
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
Expand Down Expand Up @@ -35,7 +37,7 @@ license-file: LICENSE
build-type: Simple
cabal-version: >= 1.6
extra-source-files:
README include/hs_text_icu.h tests/benchmarks/Breaker.hs
README.markdown include/hs_text_icu.h tests/benchmarks/Breaker.hs

library
build-depends: base < 5, bytestring, text == 0.9.1.*
Expand Down Expand Up @@ -78,5 +80,9 @@ library
ghc-options: -fwarn-tabs

source-repository head
type: darcs
location: http://code.haskell.org/text-icu/
type: mercurial
location: http://bitbucket.org/bos/text-icu

source-repository head
type: git
location: http://github.com/bos/text-icu

0 comments on commit 541f13c

Please sign in to comment.