Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
text
Commits
4f91a89f
Commit
4f91a89f
authored
Aug 21, 2011
by
bos
Browse files
Point the master repo and bugtracker at github.
parent
27b58ae0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.markdown
View file @
4f91a89f
...
...
@@ -19,15 +19,15 @@ library to provide these facilities.
# Get involved!
Please report bugs via the
[
b
it
bucket
issue tracker
](
http://
b
it
bucket.org
/bos/text/issues
)
.
[
g
it
hub
issue tracker
](
http
s
://
g
it
hub.com
/bos/text/issues
)
.
Master
[
Mercurial
repository
](
http://
b
it
bucket.org
/bos/text
)
:
Master
[
git
repository
](
http
s
://
g
it
hub.com
/bos/text
)
:
*
`
h
g clone
http
://
b
it
bucket.org
/bos/text`
*
`g
it
clone
git
://
g
it
hub.com
/bos/text
.git
`
There's also a
[
git
mirror
](
http://
g
it
hub.com
/bos/text
)
:
There's also a
[
Mercurial
mirror
](
http
s
://
b
it
bucket.org
/bos/text
)
:
*
`g
it
clone
git
://
g
it
hub.com
/bos/text
.git
`
*
`
h
g clone
https
://
b
it
bucket.org
/bos/text`
(You can create and contribute changes using either Mercurial or git.)
...
...
text.cabal
View file @
4f91a89f
name: text
version: 0.11.1.5
homepage: https://
b
it
bucket.org
/bos/text
bug-reports: https://
b
it
bucket.org
/bos/text/issues
homepage: https://
g
it
hub.com
/bos/text
bug-reports: https://
g
it
hub.com
/bos/text/issues
synopsis: An efficient packed Unicode text type.
description:
.
...
...
@@ -137,10 +137,10 @@ library
cpp-options: -DINTEGER_GMP
build-depends: integer >= 0.1 && < 0.2
source-repository head
type: mercurial
location: https://bitbucket.org/bos/text
source-repository head
type: git
location: https://github.com/bos/text
source-repository head
type: mercurial
location: https://bitbucket.org/bos/text
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment