Allow hspec 1.6

This commit is contained in:
Michael Snoyman 2013-06-25 09:03:11 +03:00
parent d056545c3e
commit 124be9af3e

View File

@ -81,7 +81,7 @@ test-suite test
-- Test-only dependencies
, HUnit
, QuickCheck
, hspec >= 1.3 && < 1.6
, hspec >= 1.3 && < 1.7
, persistent-sqlite == 1.2.*
, persistent-template == 1.2.*
, monad-control