From 888a908aafb02caebf08913e8acf191555df831a Mon Sep 17 00:00:00 2001 From: Connor Baker Date: Fri, 2 Feb 2024 03:17:42 +0000 Subject: [PATCH] inline-r: bump upper package bounds --- inline-r/inline-r.cabal | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/inline-r/inline-r.cabal b/inline-r/inline-r.cabal index e483772e..ab183a84 100644 --- a/inline-r/inline-r.cabal +++ b/inline-r/inline-r.cabal @@ -102,21 +102,21 @@ library build-depends: base >=4.7 && <5, aeson >=0.6 && <2.2, - bytestring >=0.10 && <0.12, - containers >=0.5 && <0.7, + bytestring >=0.10 && <0.13, + containers >=0.5 && <0.8, data-default-class >=0.1.2.0 && <0.2, - deepseq >=1.3 && <1.5, + deepseq >=1.3 && <1.6, exceptions >=0.6 && <1.1, heredoc >=0.2 && <0.3, inline-c >=0.6 && <0.10, mtl >=2.1 && <2.4, - primitive >=0.5 && <0.9, + primitive >=0.5 && <0.10, process >=1.2 && <1.7, reflection >=2 && <2.2, setenv >=0.1.1 && <0.2, template-haskell >=2.8 && <2.21, temporary >=1.2 && <1.4, - text >=0.11 && <2.1, + text >=0.11 && <2.2, vector >=0.10 && <0.14, if impl(ghc <9) build-depends: @@ -124,7 +124,7 @@ library else build-depends: singletons >=3 && <3.1, - singletons-th >=3 && <3.3, + singletons-th >=3 && <3.4, hs-source-dirs: src includes: cbits/missing_r.h c-sources: cbits/missing_r.c @@ -151,13 +151,13 @@ test-suite tests type: exitcode-stdio-1.0 main-is: tests.hs build-depends: - bytestring >=0.10 && <0.12, + bytestring >=0.10 && <0.13, directory >=1.2 && <1.4, heredoc >=0.2 && <0.3, ieee754 >=0.7 && <0.9, quickcheck-assertions >=0.1.1 && <0.4, singletons >=0.10 && <3.1, - tasty >=0.11 && <1.5, + tasty >=0.11 && <1.6, tasty-expected-failure >=0.11 && <0.13, tasty-hunit >=0.4.1 && <0.11, tasty-quickcheck >=0.4.1 && <0.11, @@ -183,7 +183,7 @@ test-suite test-qq build-depends: mtl >=2.0 && <2.4, singletons >=0.9 && <3.1, - text >=0.11 && <2.1, + text >=0.11 && <2.2, test-suite test-shootout import: @@ -193,11 +193,11 @@ test-suite test-shootout main-is: test-shootout.hs other-modules: Test.Scripts build-depends: - filepath >=1.3 && <1.5, + filepath >=1.3 && <1.6, process >=1.2 && <1.7, silently >=1.2 && <1.3, - tasty >=0.11 && <1.5, - template-haskell >=2.8 && <2.21, + tasty >=0.11 && <1.6, + template-haskell >=2.8 && <2.22, if os(windows) buildable: False @@ -208,7 +208,7 @@ test-suite test-env1 type: exitcode-stdio-1.0 main-is: test-env1.hs build-depends: - tasty >=0.11 && <1.5, + tasty >=0.11 && <1.6, test-suite test-env2 import: @@ -217,7 +217,7 @@ test-suite test-env2 type: exitcode-stdio-1.0 main-is: test-env2.hs build-depends: - tasty >=0.11 && <1.5, + tasty >=0.11 && <1.6, benchmark bench-qq import: @@ -226,8 +226,8 @@ benchmark bench-qq main-is: bench-qq.hs type: exitcode-stdio-1.0 build-depends: - filepath >=1.3 && <1.5, - template-haskell >=2.8 && <2.21, + filepath >=1.3 && <1.6, + template-haskell >=2.8 && <2.22, benchmark bench-hexp import: @@ -236,5 +236,5 @@ benchmark bench-hexp main-is: bench-hexp.hs type: exitcode-stdio-1.0 build-depends: - primitive >=0.5 && <0.9, + primitive >=0.5 && <0.10, singletons >=2.7 && <3.1,