#921: cabal build should imply cabal configure ---------------------------------+------------------------------------------ Reporter: tibbe | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.8.0.6 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ---------------------------------+------------------------------------------ `cabal build` should run `cabal configure` if needed, even if the user never ran `cabal configure` manually before. Right now `cabal build` without `cabal configure` gives:
{{{ cabal: Run the 'configure' command first. }}} We should simply run `cabal configure` automatically, with no flags set. If the user wants different flags he/she can run `cabal configure` manually. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/921> 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