vcswrapper: Wrapper for source code management systems

[ development, library, program ] [ Propose Tags ]

Provides simple haskell functions to call external source code management systems. Currently git and SVN are supported.


[Skip to Readme]

Modules

[Last Documentation]

  • VCSWrapper
    • VCSWrapper.Common
    • VCSWrapper.Git
    • VCSWrapper.Mercurial
    • VCSWrapper.Svn

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.3, 0.0.4, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6
Dependencies base (>=4.0.0.0 && <4.5), directory (>=1.1.0.0 && <1.2), filepath (>=1.2.0.0 && <1.3), haddock (>=2.9.0 && <2.10), haskell98 (>=1.1.0.1 && <2.1), hxt (>=9.1.2 && <9.2), MissingH (>=1.1.0.3 && <1.2), mtl (>=2.0.1.0 && <2.1), parsec (>=3.1.1 && <3.2), process (>=1.0.1.5 && <1.2) [details]
License LicenseRef-GPL
Copyright 2011 Stephan Fortelny, Harald Jagenteufel
Author Stephan Fortelny, Harald Jagenteufel
Maintainer stephanfortelny at gmail.com, h.jagenteufel at gmail.com
Category Development
Home page https://github.com/forste/haskellVCSWrapper
Bug tracker https://github.com/forste/haskellVCSWrapper/issues
Uploaded by StephanFortelny at 2012-02-05T21:43:59Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables vcswrapper
Downloads 11237 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 6 reports]

Readme for vcswrapper-0.0.1

[back to package description]
This repository contains haskell wrappers for using various version control
systems. Currently only git and svn are implemented.