Skip to content

Commit

Permalink
Merge branch 'master' into truelens
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyMoni committed Aug 9, 2015
2 parents b2db941 + 1a5e4f9 commit af9ae73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuadTree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ library
other-modules: Data.QuadTree.Internal

-- Other library packages from which modules are imported.
build-depends: base >= 4.6 && <= 4.8,
lens >= 4.1 && <= 4.8,
composition ==1.0.*
build-depends: base >= 4.6 && < 4.10,
lens >= 4.1 && < 4.13,
composition ==1.0.*.*

-- http://www.vex.net/~trebla/haskell/cabal-cabal.xhtml
default-language: Haskell2010
Expand Down

0 comments on commit af9ae73

Please sign in to comment.