X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailbox-count.cabal;h=0d995c1153c2a2326f68a9f6ebefd121b78a1889;hb=4d67efc948ee9317a65c22268e31757a849c9193;hp=cf30c2ec67e88a8a6d24a6324d5f41fff30fd482;hpb=97ebddac485e448f0497f8bccab680e84cd26d8c;p=mailbox-count.git diff --git a/mailbox-count.cabal b/mailbox-count.cabal index cf30c2e..0d995c1 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -153,7 +153,7 @@ description: executable mailbox-count build-depends: - base >= 4.6 && < 5, + base >= 4.8 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -163,6 +163,7 @@ executable mailbox-count HDBC-postgresql >= 2.3, HDBC-sqlite3 >= 2.3, MissingH >= 1.2, + semigroups >= 0.18, tasty >= 0.8, tasty-hunit >= 0.8 main-is: @@ -188,7 +189,7 @@ test-suite testsuite hs-source-dirs: src test main-is: TestSuite.hs build-depends: - base >= 4.6 && < 5, + base >= 4.8 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -198,6 +199,7 @@ test-suite testsuite HDBC-postgresql >= 2.3, HDBC-sqlite3 >= 2.3, MissingH >= 1.2, + semigroups >= 0.18, tasty >= 0.8, tasty-hunit >= 0.8 @@ -208,7 +210,7 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base >= 4.6 && < 5, + base >= 4.8 && < 5, -- Additional test dependencies. doctest >= 0.9, filemanip >= 0.3.6