Increase upper bound on HSpec
This allows tests to be built and run when packaging for NixOS.
This commit is contained in:
parent
0d5d427e0d
commit
41cdd9af58
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user