Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping base, containers, text #363

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 || ^>=4.19.0,
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