Skip to content

Commit

Permalink
checkers.cabal: Remove redundant conditionals
Browse files Browse the repository at this point in the history
Follow-up to #63.
  • Loading branch information
sjakobi committed Feb 16, 2022
1 parent c5aa863 commit 7136788
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions checkers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base >= 4.10 && < 5, random, QuickCheck>=2.3, array >= 0.1, semigroupoids >= 5 && < 6
if !impl(ghc >= 8.0)
build-depends:
semigroups >= 0.18.2 && < 0.19

Exposed-Modules:
Test.QuickCheck.Utils
Expand All @@ -49,7 +46,5 @@ Library
Test.QuickCheck.Later
Other-modules:
Control.Monad.Extensions
ghc-options: -Wall
if impl(ghc >= 8.0)
ghc-options: -Wredundant-constraints
ghc-options: -Wall -Wredundant-constraints
Default-Language: Haskell2010

0 comments on commit 7136788

Please sign in to comment.