Skip to content

Commit

Permalink
Update docs to point to bitbucket repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Sep 13, 2010
1 parent 325f66f commit 9dae9d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -31,7 +31,7 @@ Get involved!
Please feel welcome to contribute new code or bug fixes. You can
fetch the source repository from here:

darcs get http://darcs.serpentine.com/criterion
http://bitbucket.org/bos/criterion


Authors
Expand Down
8 changes: 6 additions & 2 deletions criterion.cabal
@@ -1,5 +1,5 @@
name: criterion
version: 0.5.0.3
version: 0.5.0.4
synopsis: Robust, reliable performance measurement and analysis
license: BSD3
license-file: LICENSE
Expand All @@ -8,7 +8,7 @@ maintainer: Bryan O'Sullivan <bos@serpentine.com>
copyright: 2009-2010 Bryan O'Sullivan
category: Development, Performance, Testing
build-type: Simple
cabal-version: >= 1.2
cabal-version: >= 1.6
extra-source-files:
README
examples/Fibber.hs
Expand Down Expand Up @@ -71,3 +71,7 @@ library
ghc-options: -Wall -funbox-strict-fields
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs

source-repository head
type: mercurial
location: http://bitbucket.org/bos/criterion

0 comments on commit 9dae9d9

Please sign in to comment.