aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
Commit message (Collapse)AuthorAge
* Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4Gravatar Mark Wright2011-11-26
| | | | Signed-off-by: Joey Hess <joey@kitenet.net>
* releasing version 3.201111223.20111122Gravatar Joey Hess2011-11-22
|
* releasing version 3.201111113.20111111Gravatar Joey Hess2011-11-11
|
* lintGravatar Joey Hess2011-11-11
|
* releasing version 3.201111073.20111107Gravatar Joey Hess2011-11-07
|
* releasing version 3.201111053.20111105Gravatar Joey Hess2011-11-05
|
* releasing version 3.201110253.20111025Gravatar Joey Hess2011-10-25
|
* reorganize log modulesGravatar Joey Hess2011-10-15
| | | | no code changes
* add git version check to configureGravatar Joey Hess2011-10-12
| | | | Rather ugly dotted version comparison method, but it does work.
* factor out common importsGravatar Joey Hess2011-10-03
| | | | no code changes
* releasing version 3.201109283.20110928Gravatar Joey Hess2011-09-28
|
* releasing version 3.201109153.20110915Gravatar Joey Hess2011-09-17
|
* releasing version 3.201109063.20110906Gravatar Joey Hess2011-09-06
|
* add josn build depGravatar Joey Hess2011-09-06
|
* releasing version 3.201109023.20110902Gravatar Joey Hess2011-09-02
|
* releasing version 3.201108193.20110819Gravatar Joey Hess2011-08-19
|
* releasing version 3.201108173.20110817Gravatar Joey Hess2011-08-17
|
* releasing version 3.201107193.20110719Gravatar Joey Hess2011-07-19
|
* hlint tweaksGravatar Joey Hess2011-07-15
| | | | Did all sources except Remotes/* and Command/*
* add monad-control to build dependsGravatar Joey Hess2011-07-07
| | | | Will use this to handle exceptions in the Annex monad, yay.
* releasing version 3.201107073.20110707Gravatar Joey Hess2011-07-07
|
* releasing version 3.201107053.20110705Gravatar Joey Hess2011-07-05
|
* update build depsGravatar Joey Hess2011-07-04
|
* Drop the dependency on the haskell curl bindings, use regular haskell HTTP.Gravatar Joey Hess2011-07-04
|
* fix sdist to include symlinks, without which it doesn't buildGravatar Joey Hess2011-07-02
| | | | oops.. will upload a new minor version to hackage
* releasing version 3.201107023.20110702Gravatar Joey Hess2011-07-02
|
* cabal sdist: plan CGravatar Joey Hess2011-07-02
|
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* remove Extra-Source-Files nonsenseGravatar Joey Hess2011-07-01
| | | | will need to find a better way to make sdist work, this is not livable
* add web special remoteGravatar Joey Hess2011-07-01
| | | | | Generalized LocationLog to PresenceLog, and use a presence log to record urls for the web special remote.
* cabal checkGravatar Joey Hess2011-06-30
|
* add a filelist for cabal sdistGravatar Joey Hess2011-06-30
| | | | | | | I hate hard-coded 40 kilobyte lone file lists, and just once would like to see a build system that does not assume it's a good idea to have a file list, or a hardcoded file list, or a file list that can only be generated with a crippled form of globs. But not today, thank you cabal.
* cabal tweaksGravatar Joey Hess2011-06-30
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-30
| | | | | Conflicts: debian/changelog
* cabal can now be used to build git-annex.Gravatar Joey Hess2011-06-30
This is substantially slower than using make, does not build or install documentation, does not run the test suite, and is not particularly recommended, but could be useful to some.