Relax hunit-dejafu constraint to work with 0.2 and 0.3

This commit is contained in:
Michael Walker 2016-04-28 17:07:05 +01:00
parent 4e08f66302
commit 636886c6fc

View File

@ -40,7 +40,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <5
, dejafu == 0.3.*
, dejafu >= 0.2
, HUnit
-- hs-source-dirs:
default-language: Haskell2010