Increase upper bound on HSpec

This allows tests to be built and run when packaging for NixOS.
This commit is contained in:
Oliver Charles 2014-01-25 11:33:20 +00:00
parent 0d5d427e0d
commit 41cdd9af58

View File

@ -90,7 +90,7 @@ test-suite test
, containers , containers
, HUnit , HUnit
, QuickCheck , QuickCheck
, hspec >= 1.3 && < 1.8 , hspec >= 1.3 && < 1.9
, persistent-sqlite >= 1.2 && < 1.4 , persistent-sqlite >= 1.2 && < 1.4
, persistent-template >= 1.2 && < 1.4 , persistent-template >= 1.2 && < 1.4
, monad-control , monad-control
@ -114,4 +114,3 @@ test-suite test
, persistent-mysql >= 1.2.0 , persistent-mysql >= 1.2.0
cpp-options: -DWITH_MYSQL cpp-options: -DWITH_MYSQL