Skip to content

Commit

Permalink
Bumping 1 dependency
Browse files Browse the repository at this point in the history
containers >=0.4.2 && <0.7 (latest: 0.7)
  • Loading branch information
byorgey authored Oct 5, 2023
1 parent d1dfb86 commit 19b8fec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions diagrams-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ Library
Diagrams.Core.Types,
Diagrams.Core.V

Build-depends: base >= 4.11 && < 4.19,
containers >= 0.4.2 && < 0.7,
unordered-containers >= 0.2 && < 0.3,
semigroups >= 0.8.4 && < 0.21,
monoid-extras >= 0.6 && < 0.7,
dual-tree >= 0.2 && < 0.3,
lens >= 4.0 && < 5.3,
linear >= 1.11.3 && < 1.23,
adjunctions >= 4.0 && < 5.0,
distributive >=0.2.2 && < 1.0,
profunctors >= 5.0 && < 6.0,
mtl >= 2.2 && < 2.4
Build-depends: base >=4.11 && <4.19,
containers >=0.4.2 && <0.7 || ^>=0.7,
unordered-containers >=0.2 && <0.3,
semigroups >=0.8.4 && <0.21,
monoid-extras >=0.6 && <0.7,
dual-tree >=0.2 && <0.3,
lens >=4.0 && <5.3,
linear >=1.11.3 && <1.23,
adjunctions >=4.0 && <5.0,
distributive >=0.2.2 && <1.0,
profunctors >=5.0 && <6.0,
mtl >=2.2 && <2.4
hs-source-dirs: src

Other-extensions: DeriveDataTypeable
Expand Down

0 comments on commit 19b8fec

Please sign in to comment.