Skip to content

Commit

Permalink
add bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Feb 1, 2024
1 parent 7ad1076 commit bbbdf99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions raaz.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ executable raaz
, Command.Info
, Command.Checksum
, Usage
build-depends: optparse-applicative >= 0.13.0.0
build-depends: optparse-applicative >= 0.13.0.0 && < 0.18
, core
, raaz
if impl(ghc < 8)
Expand All @@ -635,9 +635,9 @@ executable raaz
common test-defaults
import: defaults
build-depends: core
, HUnit >= 1.2
, QuickCheck >= 2.4
, hspec
, HUnit >= 1.2 && < 1.7
, QuickCheck >= 2.4 && < 2.15
, hspec >= 2.10.6 && < 2.11

library test-core
import: test-defaults
Expand Down Expand Up @@ -835,8 +835,8 @@ test-suite monocypher
common bench-defaults
import:defaults
hs-source-dirs: benchmarks/internal
build-depends: criterion-measurement >= 0.1
, pretty
build-depends: criterion-measurement >= 0.1 && < 0.3
, pretty >= 1.1.3 && < 1.2
, core

library bench-types
Expand Down Expand Up @@ -865,7 +865,7 @@ benchmark primitives
hs-source-dirs: benchmarks
main-is: Main.hs
type: exitcode-stdio-1.0
build-depends: pretty
build-depends: pretty >= 1.1.3 && < 1.2
, core
, implementation
, bench-types
Expand Down

0 comments on commit bbbdf99

Please sign in to comment.