packages feed

lifted-base 0.2.3.7 → 0.2.3.8

raw patch · 3 files changed

+8/−3 lines, 3 files

Files

Foreign/Marshal/Utils/Lifted.hs view
@@ -2,8 +2,10 @@ {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE FlexibleContexts #-} -#if __GLASGOW_HASKELL__ >= 702+#if __GLASGOW_HASKELL__ >= 710 {-# LANGUAGE Safe #-}+#elif __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-} #endif  {- |
README.markdown view
@@ -1,3 +1,6 @@+[![Hackage](https://img.shields.io/hackage/v/lifted-base.svg)](https://hackage.haskell.org/package/lifted-base)+[![Build Status](https://travis-ci.org/basvandijk/lifted-base.svg)](https://travis-ci.org/basvandijk/lifted-base)+ IO operations from the base library lifted to any instance of `MonadBase` or `MonadBaseControl` 
lifted-base.cabal view
@@ -1,5 +1,5 @@ Name:                lifted-base-Version:             0.2.3.7+Version:             0.2.3.8 Synopsis:            lifted IO operations from the base library License:             BSD3 License-file:        LICENSE@@ -29,7 +29,7 @@  source-repository head   type:     git-  location: git://github.com/basvandijk/lifted-base.git+  location: https://github.com/basvandijk/lifted-base.git  --------------------------------------------------------------------------------