Skip to content

Commit

Permalink
Added hackage and travis-ci buttons to README
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Apr 5, 2016
1 parent 4a3ec06 commit efa184f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
@@ -1,3 +1,6 @@
[![Hackage](https://img.shields.io/hackage/v/monad-control.svg)](https://hackage.haskell.org/package/monad-control)
[![Build Status](https://travis-ci.org/basvandijk/monad-control.svg)](https://travis-ci.org/basvandijk/monad-control)

This package defines the type class `MonadControlIO`, a subset of
`MonadIO` into which generic control operations such as `catch` can be
lifted from `IO`. Instances are based on monad transformers in
Expand Down

0 comments on commit efa184f

Please sign in to comment.