Skip to content

Commit

Permalink
instantiate (wide) upper bounds on my own packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Feb 18, 2013
1 parent bbec0e7 commit d712b9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions adjunctions.cabal
Expand Up @@ -36,15 +36,15 @@ library
transformers >= 0.2 && < 0.4, transformers >= 0.2 && < 0.4,
mtl >= 2.0.1 && < 2.2, mtl >= 2.0.1 && < 2.2,
containers >= 0.3 && < 0.6, containers >= 0.3 && < 0.6,
comonad >= 3, comonad >= 3 && < 4,
contravariant >= 0.2.0.1, contravariant >= 0.2.0.1 && < 1,
distributive >= 0.2.2, distributive >= 0.2.2 && < 1,
semigroupoids >= 3, semigroupoids >= 3 && < 4,
void >= 0.5.5.1, void >= 0.5.5.1 && < 1,
keys >= 3, keys >= 3 && < 4,
comonad-transformers >= 3, comonad-transformers >= 3 && < 4,
representable-functors >= 3.0.0.1, representable-functors >= 3.0.0.1 && < 4,
free >= 3 free >= 3 && < 4


exposed-modules: exposed-modules:
Data.Functor.Adjunction Data.Functor.Adjunction
Expand Down

0 comments on commit d712b9f

Please sign in to comment.