Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Apr 9, 2012
1 parent d2c7b73 commit 404e443
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data-lens.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
name: data-lens name: data-lens
category: Control, Comonads category: Control, Comonads
version: 2.0.2 version: 2.0.3
license: BSD3 license: BSD3
cabal-version: >= 1.6 cabal-version: >= 1.6
license-file: LICENSE license-file: LICENSE
Expand All @@ -22,15 +22,15 @@ flag DeriveDataTypeable
default: True default: True


library library
build-depends: build-depends:
base >= 4 && < 5, base >= 4 && < 5,
comonad >= 1.1 && < 1.2, comonad >= 1.1.1.3 && < 1.2,
comonad-transformers >= 2.0 && < 2.1, comonad-transformers >= 2.1 && < 2.2,
containers >= 0.3 && < 0.5, containers >= 0.3 && < 0.5,
contravariant >= 0.1.2 && < 0.2, contravariant >= 0.2.0.1 && < 0.3,
distributive >= 0.2 && < 0.3, distributive >= 0.2.1 && < 0.3,
semigroupoids >= 1.2.4 && < 1.3, semigroupoids >= 1.2.4 && < 1.4,
transformers >= 0.2.0 && <= 0.3 transformers >= 0.2.0 && < 0.4


if flag(DeriveDataTypeable) if flag(DeriveDataTypeable)
extensions: DeriveDataTypeable extensions: DeriveDataTypeable
Expand All @@ -43,4 +43,4 @@ library
Data.Lens.Lazy Data.Lens.Lazy
Data.Lens.Strict Data.Lens.Strict


ghc-options: -Wall ghc-options: -Wall

0 comments on commit 404e443

Please sign in to comment.