Skip to content

Commit

Permalink
inline-r: bump upper package bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Feb 2, 2024
1 parent 4b04aee commit 888a908
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions inline-r/inline-r.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,29 @@ 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:
singletons >=2.7 && <3,
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
Expand All @@ -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,
Expand All @@ -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:
Expand All @@ -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

Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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,

0 comments on commit 888a908

Please sign in to comment.