X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=mailbox-count.cabal;h=0d995c1153c2a2326f68a9f6ebefd121b78a1889;hp=0b7fa2939c12d44a816e660a433431cf01b551a3;hb=4d67efc948ee9317a65c22268e31757a849c9193;hpb=1585e5bef7e46666a8f026a00884323c9834565b diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 0b7fa29..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, @@ -189,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, @@ -210,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