Skip to content

Commit

Permalink
Fix "cabal check" warnings
Browse files Browse the repository at this point in the history
- deepseq and tasty-bench need upper bounds
- CHANGELOG.md and README.md are extra-doc-files
  • Loading branch information
David Binder authored and alt-romes committed Oct 22, 2023
1 parent dc97abb commit 8d96216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hegg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ author: Rodrigo Mesquita <romes>
maintainer: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com>
copyright: Copyright (C) 2022 Rodrigo Mesquita
category: Data
extra-source-files: CHANGELOG.md
extra-doc-files: CHANGELOG.md
README.md

source-repository head
Expand Down Expand Up @@ -138,8 +138,8 @@ benchmark hegg-bench
tasty,
tasty-hunit,
tasty-quickcheck,
tasty-bench >= 0.2,
deepseq
tasty-bench >= 0.2 && < 0.4,
deepseq >= 1.4 && < 1.6
ghc-options: -with-rtsopts=-A32m
if impl(ghc >= 8.6)
ghc-options: -fproc-alignment=64
Expand Down

0 comments on commit 8d96216

Please sign in to comment.