[Replaced the ChasingBottomsTestSuite executable with a test-suite. Nils Anders Danielsson **20150109185203 Ignore-this: e4dad1f0b54b5bbea0fca31783597a28 ] { hunk ./ChasingBottoms.cabal 104 -cabal-version: >= 1.8 +cabal-version: >= 1.9.2 hunk ./ChasingBottoms.cabal 131 -flag build-tests - description: Build the test suite. - default: False - manual: True - -executable ChasingBottomsTestSuite - if !flag(build-tests) - buildable: False +test-suite ChasingBottomsTestSuite + type: exitcode-stdio-1.0 }