[commit: packages/mtl] master: Add a README (af2b156)

git at git.haskell.org git at git.haskell.org
Thu Aug 3 09:58:16 UTC 2017


Repository : ssh://git@git.haskell.org/mtl

On branch  : master
Link       : http://git.haskell.org/packages/mtl.git/commitdiff/af2b1560f26fc9b65a1887ed1d888666a371bd77

>---------------------------------------------------------------

commit af2b1560f26fc9b65a1887ed1d888666a371bd77
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Thu Jul 20 14:10:12 2017 -0400

    Add a README


>---------------------------------------------------------------

af2b1560f26fc9b65a1887ed1d888666a371bd77
 README.markdown | 4 ++++
 mtl.cabal       | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..d8fa1b4
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,4 @@
+The `mtl` Package  [![Hackage](https://img.shields.io/hackage/v/mtl.svg)](https://hackage.haskell.org/package/mtl) [![Build Status](https://travis-ci.org/haskell/mtl.svg)](https://travis-ci.org/haskell/mtl)
+=====================
+
+See [`mtl` on Hackage](http://hackage.haskell.org/package/mtl) for more information.
diff --git a/mtl.cabal b/mtl.cabal
index e0798dc..68d45d6 100644
--- a/mtl.cabal
+++ b/mtl.cabal
@@ -16,7 +16,7 @@ description:
     by Mark P Jones, in /Advanced School of Functional Programming/, 1995
     (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
 build-type: Simple
-extra-source-files: CHANGELOG.markdown
+extra-source-files: CHANGELOG.markdown, README.markdown
 tested-with:
   GHC==7.0.4,
   GHC==7.2.2,



More information about the ghc-commits mailing list