X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=mailbox-count.cabal;fp=mailbox-count.cabal;h=f43282b3a79cd8bcdad0f2d791e0730d9bd066f1;hp=47af6ad9e78b24ff4fba959b2bc6c0db18928f4d;hb=15c89514a95d944ca0c660754386031512205b18;hpb=7edc31a3162bc7f035bbdebea102494df85173b4 diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 47af6ad..f43282b 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -153,7 +153,7 @@ description: executable mailbox-count build-depends: - base >= 4.8 && < 5, + base >= 4.9 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -165,10 +165,6 @@ executable mailbox-count MissingH >= 1.2, tasty >= 0.8, tasty-hunit >= 0.8 - -- Data.Semigroup was added to GHC.Base in ghc-8.0 - if impl(ghc < 8.0) - -- The minor version 0.18.2 deleted the entire API? - build-depends: semigroups < 0.18.2 main-is: Main.hs @@ -204,7 +200,7 @@ test-suite testsuite Report build-depends: - base >= 4.8 && < 5, + base >= 4.9 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -216,10 +212,6 @@ test-suite testsuite MissingH >= 1.2, tasty >= 0.8, tasty-hunit >= 0.8 - -- Data.Semigroup was added to GHC.Base in ghc-8.0 - if impl(ghc < 8.0) - -- The minor version 0.18.2 deleted the entire API? - build-depends: semigroups < 0.18.2 test-suite doctests @@ -227,7 +219,7 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base >= 4.8 && < 5, + base >= 4.9 && < 5, -- Additional test dependencies. doctest >= 0.9, filemanip >= 0.3.6