Skip to content

Commit

Permalink
Remove some noise from cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Sep 5, 2021
1 parent 311a9c0 commit 99e15ba
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions random.cabal
Expand Up @@ -126,21 +126,21 @@ test-suite legacy-test
ghc-options:
-Wno-deprecations
build-depends:
base -any,
base,
containers >=0.5 && <0.7,
random -any
random

test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
hs-source-dirs: test
default-language: Haskell2010
build-depends:
base -any,
base,
doctest >=0.15 && <0.19,
mwc-random >=0.13 && <0.16,
primitive >=0.6 && <0.8,
random -any,
random,
unliftio >=0.2 && <0.3,
vector >= 0.10 && <0.14

Expand All @@ -155,9 +155,9 @@ test-suite spec
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base -any,
bytestring -any,
random -any,
base,
bytestring,
random,
smallcheck >=1.2 && <1.3,
tasty >=1.0 && <1.5,
tasty-smallcheck >=0.8 && <0.9,
Expand All @@ -174,8 +174,8 @@ test-suite spec-inspection
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base -any,
random -any,
base,
random,
tasty >=1.0 && <1.5
if impl(ghc >= 8.0)
build-depends:
Expand All @@ -196,9 +196,9 @@ benchmark legacy-bench
-Wno-deprecations

build-depends:
base -any,
random -any,
rdtsc -any,
base,
random,
rdtsc,
split >=0.2 && <0.3,
time >=1.4 && <1.11

Expand All @@ -209,9 +209,9 @@ benchmark bench
default-language: Haskell2010
ghc-options: -Wall -O2
build-depends:
base -any,
base,
mtl,
primitive >= 0.7.1,
random -any,
random,
splitmix >=0.1 && <0.2,
tasty-bench

0 comments on commit 99e15ba

Please sign in to comment.