Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Aug 2, 2011
1 parent 2c9726c commit e4e1d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-lens.cabal
@@ -1,6 +1,6 @@
name: data-lens
category: Control, Comonads
version: 1.8.0.2
version: 1.8.0.3
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand All @@ -25,12 +25,12 @@ library
build-depends:
base >= 4 && < 5,
comonad >= 1.1 && < 1.2,
comonad-transformers >= 1.8.0 && < 1.9,
comonad-transformers >= 1.8 && < 1.9,
containers >= 0.3 && < 0.5,
contravariant >= 0.1.2 && < 0.2,
distributive >= 0.2 && < 0.3,
semigroupoids >= 1.2.2 && < 1.3,
semigroups >= 0.5 && < 0.6,
semigroups >= 0.6 && < 0.7,
transformers >= 0.2.0 && <= 0.3

if flag(DeriveDataTypeable)
Expand Down

0 comments on commit e4e1d1c

Please sign in to comment.