Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Aug 15, 2011
1 parent d2f4382 commit f135da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comonad.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: comonad
category: Control, Comonads
version: 1.1.1
version: 1.1.1.1
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand All @@ -22,7 +22,7 @@ library
base >= 4 && < 5,
transformers >= 0.2.0 && < 0.3,
containers >= 0.3.0.0 && < 0.5,
semigroups >= 0.7.1 && < 0.8
semigroups >= 0.8 && < 0.9

exposed-modules:
Control.Comonad
Expand Down

0 comments on commit f135da4

Please sign in to comment.