[commit: packages/time] master, wip/travis: Convert README file to markdown. (5808f3e)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:49:51 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/5808f3eb013c67e1605678ed67323a557c03d835
>---------------------------------------------------------------
commit 5808f3eb013c67e1605678ed67323a557c03d835
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Tue Dec 23 20:25:10 2014 +1100
Convert README file to markdown.
Also change 'darcs' to 'git'.
>---------------------------------------------------------------
5808f3eb013c67e1605678ed67323a557c03d835
README => Readme.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README b/Readme.md
similarity index 50%
rename from README
rename to Readme.md
index f5aa1cf..584287b 100644
--- a/README
+++ b/Readme.md
@@ -1,4 +1,11 @@
-To build this package using Cabal directly from darcs, you must run
+# time
+
+This is the haskell time library that is bundled with [GHC][GHC] the Glasgow/
+Glorious Haskell compiler.
+
+To build this package using Cabal directly from git, you must run
"autoreconf" before the usual Cabal build steps (configure/build/install).
autoreconf is included in the GNU autoconf tools. There is no need to run
the "configure" script: the "setup configure" step will do this for you.
+
+[GHC]: https://www.haskell.org/ghc/
More information about the ghc-commits
mailing list