Skip to content

Commit

Permalink
bump upper bounds
Browse files Browse the repository at this point in the history
Allow:
- `base-4.19` (GHC 9.10)
- `linear-1.23`
- `lens-5.3`
- `containers-0.7`
  • Loading branch information
byorgey committed May 9, 2024
1 parent d41114a commit 829e5ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions force-layout.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ source-repository head

library
exposed-modules: Physics.ForceLayout
build-depends: base >= 4.2 && < 4.20,
linear >= 1.10 && < 1.23,
lens >= 3.0 && < 5.3,
containers >=0.4 && < 0.7,
build-depends: base >= 4.2 && < 4.21,
linear >= 1.10 && < 1.24,
lens >= 3.0 && < 5.4,
containers >=0.4 && < 0.8,
data-default-class >= 0.0.1 && < 0.2
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit 829e5ff

Please sign in to comment.