relax version restriction for hspec-2.2(fpco/stackage#765) and HUnit-1.3(fpco/stackage#768)

This commit is contained in:
philopon 2015-08-27 01:56:22 +09:00
commit 09ecd54191

View File

@ -43,11 +43,11 @@ test-suite test
main-is: test.hs main-is: test.hs
ghc-options: -Wall -O2 ghc-options: -Wall -O2
build-depends: base build-depends: base
, hspec >=2.1 && <2.2 , hspec >=2.1 && <2.3
, memcached-binary , memcached-binary
, process >=1.2 && <1.3 , process >=1.2 && <1.3
, network >=2.5 && <2.7 , network >=2.5 && <2.7
, HUnit >=1.2 && <1.3 , HUnit >=1.2 && <1.4
, data-default-class , data-default-class
, bytestring , bytestring
default-language: Haskell2010 default-language: Haskell2010