Skip to content

Commit

Permalink
tighten base lower bound to 4.6, for LambdaCase
Browse files Browse the repository at this point in the history
See #278.
  • Loading branch information
byorgey committed Aug 5, 2016
1 parent 1c38161 commit a0a0357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagrams-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Library
Diagrams.TwoD.Types,
Diagrams.TwoD.Vector,
Diagrams.Util
Build-depends: base >= 4.2 && < 4.10,
Build-depends: base >= 4.6 && < 4.10,
containers >= 0.3 && < 0.6,
array >= 0.3 && < 0.6,
semigroups >= 0.3.4 && < 0.19,
Expand Down

0 comments on commit a0a0357

Please sign in to comment.