#813: Cabal should warn if the Cabal-Version range is too lax ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.10.1.0 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- I have a Cabal file that contains the line {{{ Cabal-Version: >=1.6 }}} and then a test section: {{{ Test-Suite test-mypkg }}} Cabal should issue a warning like: {{{ Test-Suite feature requires Cabal-Version: >=1.10. Your Cabal version range ">=1.6" is too lax. }}}
-- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/813> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel