X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=ee3615a41eb42ee1d97ff6d6a93fcbe1e02b2431;hb=b30aa6a3d9163c4fad3b5200cb2fe552fd709d46;hp=ca43858732c61b38f6c03fd456e0b67a04da64b5;hpb=041d33c0e5ac9c0e9733f42cd96aa2fba07a043f;p=hath.git diff --git a/hath.cabal b/hath.cabal index ca43858..ee3615a 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.0 +version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -10,9 +10,12 @@ build-type: Simple executable hath build-depends: - base == 4.4.*, + base == 4.*, HUnit == 1.2.*, - QuickCheck == 2.4.* + QuickCheck == 2.6.*, + test-framework == 0.8.*, + test-framework-hunit == 0.3.*, + test-framework-quickcheck2 == 0.3.* main-is: Main.hs