Skip to content

Commit

Permalink
use condition instead of dependency to specify ghc lower-bound (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC committed Jun 23, 2023
1 parent b3473df commit 00003fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weigh.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ library
, mtl
, split
, temporary
, ghc >= 8.2.1
, criterion-measurement
default-language: Haskell2010
if impl(ghc < 8.2.1)
buildable: false

test-suite weigh-test
default-language: Haskell2010
Expand Down

0 comments on commit 00003fc

Please sign in to comment.