From: Michael Orlitzky Date: Fri, 30 May 2014 14:08:51 +0000 (-0400) Subject: Loosen deps, set version to 0.0.1. X-Git-Tag: 0.0.3~13 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=4283c125388433a4e17416e62f4e8af3608eabdc Loosen deps, set version to 0.0.1. --- diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 752fe24..982cbb9 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -1,5 +1,5 @@ name: mailbox-count -version: 0.1.0 +version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -20,18 +20,18 @@ description: executable mailbox-count build-depends: - base == 4.*, - cmdargs == 0.10.*, - configurator == 0.2.*, - containers == 0.5.*, - directory == 1.2.*, - filepath == 1.3.*, - HDBC == 2.4.*, - HDBC-postgresql == 2.3.*, - HDBC-sqlite3 == 2.3.*, - MissingH == 1.2.*, - tasty == 0.8.*, - tasty-hunit == 0.8.* + base >= 4.6 && < 5, + cmdargs >= 0.10, + configurator >= 0.2, + containers >= 0.5, + directory >= 1.2, + filepath >= 1.3, + HDBC >= 2.4, + HDBC-postgresql >= 2.3, + HDBC-sqlite3 >= 2.3, + MissingH >= 1.2, + tasty >= 0.8, + tasty-hunit >= 0.8 main-is: Main.hs @@ -66,18 +66,18 @@ test-suite testsuite hs-source-dirs: src test main-is: TestSuite.hs build-depends: - base == 4.*, - cmdargs == 0.10.*, - configurator == 0.2.*, - containers == 0.5.*, - directory == 1.2.*, - filepath == 1.3.*, - HDBC == 2.4.*, - HDBC-postgresql == 2.3.*, - HDBC-sqlite3 == 2.3.*, - MissingH == 1.2.*, - tasty == 0.8.*, - tasty-hunit == 0.8.* + base >= 4.6 && < 5, + cmdargs >= 0.10, + configurator >= 0.2, + containers >= 0.5, + directory >= 1.2, + filepath >= 1.3, + HDBC >= 2.4, + HDBC-postgresql >= 2.3, + HDBC-sqlite3 >= 2.3, + MissingH >= 1.2, + tasty >= 0.8, + tasty-hunit >= 0.8 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: @@ -99,10 +99,10 @@ test-suite doctests hs-source-dirs: test main-is: Doctests.hs build-depends: - base == 4.*, + base >= 4.6 && < 5, -- Additional test dependencies. - doctest == 0.9.*, - filemanip == 0.3.6.* + doctest >= 0.9, + filemanip >= 0.3.6 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: