[commit: packages/random] master: Update README + issue tracker link in cabal file (fecc2d7)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:44:48 UTC 2015
Repository : ssh://git@git.haskell.org/random
On branch : master
Link : http://git.haskell.org/packages/random.git/commitdiff/fecc2d7674f8a5c844594e3c5a645ebfaecfed51
>---------------------------------------------------------------
commit fecc2d7674f8a5c844594e3c5a645ebfaecfed51
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Jun 27 15:38:24 2014 +0200
Update README + issue tracker link in cabal file
>---------------------------------------------------------------
fecc2d7674f8a5c844594e3c5a645ebfaecfed51
README.md | 13 +++++++++----
random.cabal | 2 +-
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 8c32bea..24669f7 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,17 @@
The Haskell Standard Library -- Random Number Generation
========================================================
-This core library is (was) shipped with the Glasgow Haskell Compiler and
-provides a basic interface for (splittable) random number generators.
+This library provides a basic interface for (splittable) random number generators.
The API documentation can be found here:
- http://www.haskell.org/ghc/docs/7.6.2/html/libraries/haskell98-2.0.0.2/Random.html
+ http://hackage.haskell.org/package/random/docs/System-Random.html
-A module supplying this interface is required for Haskell 98.
+A module supplying this interface is required for Haskell 98 (but not Haskell
+2010). An older [version]
+(http://www.haskell.org/ghc/docs/latest/html/libraries/haskell98/Random.html)
+of this library is included with GHC in the haskell98 package. This newer
+version, with compatible api, is included in the [Haskell Platform]
+(http://www.haskell.org/platform/contents.html).
+Please report bugs in the Github [issue tracker] (https://github.com/haskell/random/issues) (no longer in the GHC trac).
diff --git a/random.cabal b/random.cabal
index b0115de..f8dc6f8 100644
--- a/random.cabal
+++ b/random.cabal
@@ -8,7 +8,7 @@ version: 1.0.1.2
license: BSD3
license-file: LICENSE
maintainer: rrnewton at gmail.com
-bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/random
+bug-reports: https://github.com/haskell/random/issues
synopsis: random number library
category: System
description:
More information about the ghc-commits
mailing list