Skip to content

Commit

Permalink
bump upper bounds
Browse files Browse the repository at this point in the history
Allow:
- base-4.9
- data-default-class-0.1
- transformers-0.5.x
  • Loading branch information
byorgey committed Jun 9, 2016
1 parent 5c0ac32 commit 2c9190d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diagrams-cairo.cabal
Expand Up @@ -53,7 +53,7 @@ Library
Diagrams.Backend.Cairo.Ptr
Diagrams.Backend.Cairo.Text
Hs-source-dirs: src
Build-depends: base >= 4.2 && < 4.9,
Build-depends: base >= 4.2 && < 4.10,
mtl >= 2.0 && < 2.3,
filepath,
diagrams-core >= 1.3 && < 1.4,
Expand All @@ -64,14 +64,14 @@ Library
split >= 0.1.2 && < 0.3,
containers >= 0.3 && < 0.6,
lens >= 3.8 && < 4.15,
data-default-class >= 0.0.1 && < 0.1,
data-default-class >= 0.0.1 && < 0.2,
statestack >= 0.2 && < 0.3,
JuicyPixels >= 3.1.3.2 && < 3.3,
vector >= 0.10.0 && < 0.12,
array >= 0.4.0 && < 0.6,
bytestring >= 0.9 && < 0.11,
optparse-applicative >= 0.10 && < 0.13,
transformers >= 0.3 && <0.5,
transformers >= 0.3 && <0.6,
hashable >= 1.1 && < 1.3
if impl(ghc < 7.6)
Build-depends: ghc-prim
Expand Down

0 comments on commit 2c9190d

Please sign in to comment.