From f0e575f01aece1fb082ac115b36115bb7ac0dcaf Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Mon, 9 Apr 2012 01:54:15 -0400 Subject: [PATCH] dep bump --- comonad.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/comonad.cabal b/comonad.cabal index 9d8ed6c..cefb083 100644 --- a/comonad.cabal +++ b/comonad.cabal @@ -1,6 +1,6 @@ name: comonad category: Control, Comonads -version: 1.1.1.2 +version: 1.1.1.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE @@ -28,9 +28,9 @@ library build-depends: base >= 4.4 && < 5 build-depends: - transformers >= 0.2.0 && < 0.4, - containers >= 0.3.0.0 && < 0.5, - semigroups >= 0.8 && < 0.9 + transformers >= 0.2 && < 0.4, + containers >= 0.3 && < 0.5, + semigroups >= 0.8.2 && < 0.9 if flag(OldTypeable) cpp-options: -DOLD_TYPEABLE