[Hackage] #921: cabal build should imply cabal configure
Hackage
cvs-ghc at haskell.org
Wed Feb 29 20:12:21 CET 2012
#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
More information about the cabal-devel
mailing list