Skip to content

Commit

Permalink
Make cabal check happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 29, 2023
1 parent ea775aa commit 8bfac65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fast-digits.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description:
category: Data
build-type: Simple
cabal-version: 2.0
extra-source-files:
extra-doc-files:
changelog.md
README.md
tested-with:
Expand All @@ -34,7 +34,7 @@ library
ghc-options: -Wcompat
build-depends:
base >=4.8 && <5,
ghc-bignum,
ghc-bignum <1.4,
fast-digits-internal

library fast-digits-internal
Expand All @@ -58,11 +58,11 @@ test-suite fast-digits-tests
ghc-options: -Wcompat
build-depends:
base,
tasty,
tasty-quickcheck,
tasty-smallcheck,
QuickCheck,
smallcheck,
tasty <1.5,
tasty-quickcheck <0.11,
tasty-smallcheck <0.9,
QuickCheck <2.15,
smallcheck <1.3,
-- digits,
fast-digits,
fast-digits-internal
Expand All @@ -79,4 +79,4 @@ benchmark fast-digits-bench
base,
-- digits,
fast-digits,
tasty-bench >= 0.2.4
tasty-bench >= 0.2.4 && <0.4

0 comments on commit 8bfac65

Please sign in to comment.