#58: allow dev repo to be specified in cabal file ----------------------------+----------------------------------------------- Reporter: ijones | Owner: Type: enhancement | Status: closed Priority: high | Milestone: Cabal-1.6 Component: Cabal library | Version: Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.2.1 | Platform: Linux ----------------------------+----------------------------------------------- Changes (by duncan): * status: new => closed * resolution: => fixed Comment: Done. {{{ Tue Sep 30 15:27:08 PDT 2008 Duncan Coutts <duncan@haskell.org> * Add support for specifying source repos in .cabal files Ticket #58. Does not yet include checking. Tue Sep 30 20:36:37 PDT 2008 Duncan Coutts <duncan@haskell.org> * Use unknown rather than specific other repo kinds We can still add more as necessary Tue Sep 30 20:37:55 PDT 2008 Duncan Coutts <duncan@haskell.org> * Add some checks on the repository sections Tue Sep 30 20:39:28 PDT 2008 Duncan Coutts <duncan@haskell.org> * Document the source-repository stuff }}} It looks like: {{{ source-repository head type: darcs location: http://darcs.haskell.org/cabal/ }}} And has support for git, cvs, svn and others including specifying branches and tags. It also supports subdirs for projects that include multiple packages in a single repo. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/58#comment:16> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects