X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=2ea92c0ef3c37ba85ee43ea1be4c7a3d30ad4902;hp=79639ced92452e92ec6e82031e74e5fdd878c6cb;hb=d32fe2f0a6c83ba3046a405eda40f83c794c000d;hpb=22b9c60a6badcc6cb68902965d6f810634e30693 diff --git a/hath.cabal b/hath.cabal index 79639ce..2ea92c0 100644 --- a/hath.cabal +++ b/hath.cabal @@ -12,7 +12,10 @@ executable hath build-depends: 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