[Hackage] #58: allow dev repo to be specified in cabal file
Hackage
trac at galois.com
Sat Oct 4 20:04:45 EDT 2008
#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 at 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 at 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 at haskell.org>
* Add some checks on the repository sections
Tue Sep 30 20:39:28 PDT 2008 Duncan Coutts <duncan at 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
More information about the cabal-devel
mailing list