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)
filepath >=1.4 && <1.5 (latest: 1.5.2.0)
  • Loading branch information
byorgey authored and github-actions[bot] committed May 2, 2024
1 parent d8dabe7 commit c87b121
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions diagrams-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -101,40 +101,40 @@ Library
Diagrams.TwoD.Vector,
Diagrams.Util
other-modules: Linear.Vector.Compat
Build-depends: base >= 4.9 && < 4.20,
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 && < 0.9,
optparse-applicative >= 0.11 && < 0.19,
filepath >= 1.4 && < 1.5,
JuicyPixels >= 3.3.4 && < 3.4,
hashable >= 1.1 && < 1.5,
linear >= 1.20.1 && < 1.24,
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.2,
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,
Build-depends: base >=4.9 && <4.20,
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 && <0.9,
optparse-applicative >=0.11 && <0.19,
filepath >=1.4 && <1.5 || ^>=1.5.2,
JuicyPixels >=3.3.4 && <3.4,
hashable >=1.1 && <1.5,
linear >=1.20.1 && <1.24,
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.2,
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 @@ -159,11 +159,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 @@ -177,7 +177,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 c87b121

Please sign in to comment.