packages feed

comonad 4.2.7 → 4.2.7.1

raw patch · 3 files changed

+6/−1 lines, 3 filesdep ~basedep ~tagged

Dependency ranges changed: base, tagged

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+4.2.7.1+-------+* Use CPP+ 4.2.7 ----- * `Trustworthy` fixes for GHC 7.2
comonad.cabal view
@@ -1,6 +1,6 @@ name:          comonad category:      Control, Comonads-version:       4.2.7+version:       4.2.7.1 license:       BSD3 cabal-version: >= 1.10 license-file:  LICENSE
src/Control/Comonad/Trans/Identity.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} #if __GLASGOW_HASKELL__ >= 704 {-# LANGUAGE Safe #-} #elif __GLASGOW_HASKELL__ >= 702