Skip to content

Commit

Permalink
Bumping 2 dependencies
Browse files Browse the repository at this point in the history
containers >=0.3 && <0.7 (latest: 0.7)
text >=0.7.1 && <2.1 (latest: 2.1)
  • Loading branch information
byorgey authored Oct 5, 2023
1 parent 0f2eace commit 2a77f18
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions diagrams-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,40 +100,40 @@ Library
Diagrams.TwoD.Types,
Diagrams.TwoD.Vector,
Diagrams.Util
Build-depends: base >= 4.9 && < 4.19,
containers >= 0.3 && < 0.7,
array >= 0.3 && < 0.6,
semigroups >= 0.3.4 && < 0.21,
monoid-extras >= 0.6 && < 0.7,
dual-tree >= 0.2 && < 0.3,
diagrams-core >= 1.4 && < 1.6,
diagrams-solve >= 0.1 && < 0.2,
active >= 0.2 && < 0.3,
colour >= 2.3.2 && < 2.4,
data-default-class < 0.2,
fingertree >= 0.1 && < 0.2,
intervals >= 0.7 && < 0.10,
lens >= 5.1 && < 5.3,
tagged >= 0.7,
optparse-applicative >= 0.11 && < 0.19,
Build-depends: base >=4.9 && <4.19,
containers >=0.3 && <0.7 || ^>=0.7,
array >=0.3 && <0.6,
semigroups >=0.3.4 && <0.21,
monoid-extras >=0.6 && <0.7,
dual-tree >=0.2 && <0.3,
diagrams-core >=1.4 && <1.6,
diagrams-solve >=0.1 && <0.2,
active >=0.2 && <0.3,
colour >=2.3.2 && <2.4,
data-default-class <0.2,
fingertree >=0.1 && <0.2,
intervals >=0.7 && <0.10,
lens >=5.1 && <5.3,
tagged >=0.7,
optparse-applicative >=0.11 && <0.19,
filepath,
JuicyPixels >= 3.3.4 && < 3.4,
hashable >= 1.1 && < 1.5,
linear >= 1.20.1 && < 1.23,
adjunctions >= 4.0 && < 5.0,
distributive >=0.2.2 && < 1.0,
process >= 1.1 && < 1.7,
fsnotify >= 0.4 && < 0.5,
directory >= 1.2 && < 1.4,
unordered-containers >= 0.2 && < 0.3,
text >= 0.7.1 && < 2.1,
mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4,
transformers >= 0.3.0 && < 0.7.0,
profunctors >= 5.0 && < 6.0,
exceptions >= 0.6 && < 1.0,
JuicyPixels >=3.3.4 && <3.4,
hashable >=1.1 && <1.5,
linear >=1.20.1 && <1.23,
adjunctions >=4.0 && <5.0,
distributive >=0.2.2 && <1.0,
process >=1.1 && <1.7,
fsnotify >=0.4 && <0.5,
directory >=1.2 && <1.4,
unordered-containers >=0.2 && <0.3,
text >=0.7.1 && <2.1 || ^>=2.1,
mtl >=2.0 && <2.3 || >=2.3.1 && <2.4,
transformers >=0.3.0 && <0.7.0,
profunctors >=5.0 && <6.0,
exceptions >=0.6 && <1.0,
cereal >=0.4.1.1 && <0.6,
bytestring >=0.9 && <0.13,
fail >= 4.9.0.0 && <4.10
fail >=4.9.0.0 && <4.10
Hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
Expand All @@ -158,11 +158,11 @@ test-suite tests
, Instances
hs-source-dirs: test
build-depends: base,
tasty >= 0.10 && < 1.6,
tasty-hunit >= 0.9.2 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
QuickCheck >= 2.7,
deepseq >= 1.3 && < 1.6,
tasty >=0.10 && <1.6,
tasty-hunit >=0.9.2 && <0.11,
tasty-quickcheck >=0.8 && <0.11,
QuickCheck >=2.7,
deepseq >=1.3 && <1.6,
diagrams-lib,
lens,
distributive,
Expand All @@ -176,7 +176,7 @@ benchmark benchmarks
hs-source-dirs:test
default-language: Haskell2010
build-depends:
base < 5,
base <5,
criterion,
diagrams-core,
diagrams-lib

0 comments on commit 2a77f18

Please sign in to comment.