|
1 | 1 | # hslua-module-doclayout |
2 | 2 |
|
3 | | -[](https://github.com/hslua/hslua-module-doclayout/actions) |
4 | | -[](https://travis-ci.org/hslua/hslua-module-doclayout) |
| 3 | +[![GitHub CI][CI badge]](https://github.com/hslua/hslua-module-doclayout/actions) |
| 4 | +[![Build status][Travis badge]](https://travis-ci.org/hslua/hslua-module-doclayout) |
5 | 5 | [](https://ci.appveyor.com/project/hslua/hslua-module-doclayout) |
6 | | -[](https://hackage.haskell.org/package/hslua-module-doclayout) |
7 | | -[](http://stackage.org/lts/package/hslua-module-doclayout) |
8 | | -[](http://stackage.org/nightly/package/hslua-module-doclayout) |
9 | | -[](LICENSE) |
| 6 | +[![Hackage][Hackage badge]](https://hackage.haskell.org/package/hslua-module-doclayout) |
| 7 | +[![Stackage Lts][Stackage Lts badge]](http://stackage.org/lts/package/hslua-module-doclayout) |
| 8 | +[![Stackage Nightly][Stackage Nightly badge]](http://stackage.org/nightly/package/hslua-module-doclayout) |
| 9 | +[![MIT license][License badge]](LICENSE) |
10 | 10 |
|
11 | | -Lua module wrapping Text.DocLayout. |
| 11 | +Lua module wrapping the [doclayout] Haskell package. |
| 12 | + |
| 13 | +[doclayout]: https://hackage.haskell.org/package/doclayout |
| 14 | +[CI badge]: https://github.com/hslua/hslua-module-doclayout/workflows/CI/badge.svg |
| 15 | +[Travis badge]: https://img.shields.io/travis/hslua/hslua-module-doclayout.svg?logo=travis |
| 16 | +[Hackage badge]: https://img.shields.io/hackage/v/hslua-module-doclayout.svg?logo=haskell |
| 17 | +[Stackage Lts badge]: http://stackage.org/package/hslua-module-doclayout/badge/lts |
| 18 | +[Stackage Nightly badge]: http://stackage.org/package/hslua-module-doclayout/badge/nightly |
| 19 | +[License badge]: https://img.shields.io/badge/license-MIT-blue.svg |
| 20 | + |
| 21 | +# License |
| 22 | + |
| 23 | +This package is made available under the MIT license. See [`LICENSE`](LICENSE) |
| 24 | +for details. |
0 commit comments