X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=halcyon.cabal;fp=halcyon.cabal;h=a3c39bcff1507aaa7676745c9678c615240e69a8;hp=e425797b10a40cfec9144f28527517b378a7e64e;hb=e3864f89a0cae34d4d280efeb52ea5f761ddb44a;hpb=20c7ebd7b03a4f5057dcb9fa3482bd6cb47e0fe4 diff --git a/halcyon.cabal b/halcyon.cabal index e425797..a3c39bc 100644 --- a/halcyon.cabal +++ b/halcyon.cabal @@ -15,26 +15,26 @@ build-type: Simple executable halcyon build-depends: - aeson == 0.6.*, - authenticate-oauth == 1.4.*, - base == 4.*, - bytestring == 0.10.*, + aeson >= 0.7, + authenticate-oauth >= 1.5, + base >= 4.6 && < 5, + bytestring >= 0.10, cmdargs >= 0.10.5, - configurator == 0.2.*, - directory == 1.2.*, - http-client == 0.2.*, - http-client-tls == 0.2.*, + configurator >= 0.2, + directory >= 1.2, + http-client >= 0.3, + http-client-tls >= 0.2, HUnit == 1.2.*, - MissingH == 1.*, - process == 1.*, - old-locale == 1.*, + MissingH >= 1.2, + process >= 1.1, + old-locale >= 1, regex-compat == 0.*, - tagsoup == 0.13.*, - text == 0.11.*, - time == 1.*, + tagsoup >= 0.13, + text >= 1.1, + time >= 1.4, -- Test deps - test-framework == 0.8.*, - test-framework-hunit == 0.3.* + tasty >= 0.8, + tasty-hunit >= 0.3 main-is: Main.hs @@ -73,26 +73,25 @@ test-suite testsuite hs-source-dirs: src test main-is: TestSuite.hs build-depends: - aeson == 0.6.*, - authenticate-oauth == 1.4.*, - base == 4.*, - bytestring == 0.10.*, + aeson >= 0.7, + authenticate-oauth >= 1.5, + base >= 4.6 && < 5, + bytestring >= 0.10, cmdargs >= 0.10.5, - configurator == 0.2.*, - directory == 1.2.*, - http-client == 0.2.*, - http-client-tls == 0.2.*, - HUnit == 1.2.*, - MissingH == 1.*, - process == 1.*, - old-locale == 1.*, + configurator >= 0.2, + directory >= 1.2, + http-client >= 0.3, + http-client-tls >= 0.2, + MissingH >= 1.2, + process >= 1.1, + old-locale >= 1, regex-compat == 0.*, - tagsoup == 0.13.*, - text == 0.11.*, - time == 1.*, + tagsoup >= 0.13, + text >= 1.1, + time >= 1.4, -- Test deps - test-framework == 0.8.*, - test-framework-hunit == 0.3.* + tasty >= 0.8, + tasty-hunit >= 0.3 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: