Add doctest and test-framework-doctest as dependencies.
executable spline3
build-depends:
base == 4.5.*,
+ doctest == 0.6.*,
filepath == 1.*,
HUnit == 1.2.*,
QuickCheck == 2.4.*,
- repa == 3.*,
- repa-algorithms == 3.*,
- repa-io == 3.*,
- test-framework == 0.4.*,
+ repa == 3.1.*,
+ repa-algorithms == 3.1.*,
+ repa-io == 3.1.*,
+ test-framework == 0.6.*,
+ test-framework-doctest == 0.2.*,
test-framework-hunit == 0.2.*,
test-framework-quickcheck2 == 0.2.*,
vector == 0.9.*