packages feed

comonad 1.1.1.5 → 1.1.1.6

raw patch · 3 files changed

+7/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
Control/Comonad.hs view
@@ -100,10 +100,10 @@               wa = undefined  cokleisliTyCon :: TyCon-#if !MIN_VERSION_base(4,4,0)-cokleisliTyCon = mkTyCon "Control.Comonad.Cokleisli"-#else+#if MIN_VERSION_base(4,4,0) cokleisliTyCon = mkTyCon3 "comonad" "Control.Comonad" "Cokleisli"+#else+cokleisliTyCon = mkTyCon "Control.Comonad.Cokleisli" #endif {-# NOINLINE cokleisliTyCon #-} 
comonad.cabal view
@@ -1,6 +1,6 @@ name:          comonad category:      Control, Comonads-version:       1.1.1.5+version:       1.1.1.6 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -8,11 +8,13 @@ maintainer:    Edward A. Kmett <ekmett@gmail.com> stability:     provisional homepage:      http://github.com/ekmett/comonad/+bug-reports:   http://github.com/ekmett/comonad/issues copyright:     Copyright (C) 2008-2012 Edward A. Kmett,                Copyright (C) 2004-2008 Dave Menendez synopsis:      Haskell 98 compatible comonads description:   Haskell 98 compatible comonads build-type:    Simple+extra-source-files: .travis.yml  source-repository head   type: git