summaryrefslogtreecommitdiff
path: root/git-annex.cabal
Commit message (Collapse)AuthorAge
* add regions to concurrent outputGravatar Joey Hess2015-11-04
| | | | still no progress displays when getting files etc, but a big improvement
* concurrent-output, first passGravatar Joey Hess2015-11-04
| | | | | | Output without -Jn should be unchanged from before. With -Jn, concurrent-output is used for messages, but regions are not used yet, so it's a mess.
* point release for cabal file fixes5.20151102.1Gravatar Joey Hess2015-11-03
| | | | | Seems that some changes to the cabal file a few months ago resulted in a git-annex that broke stackage infrastructure.
* prep release5.20151102Gravatar Joey Hess2015-11-02
|
* prep releaseGravatar Joey Hess2015-10-19
|
* Merge branch 'winprocfix'Gravatar Joey Hess2015-10-04
|\
* | prep release5.20150930Gravatar Joey Hess2015-09-30
| |
* | prep release5.20150916Gravatar Joey Hess2015-09-16
| |
| * webapp: Fix support for entering password when setting up a ssh remote.Gravatar Joey Hess2015-09-03
|/
* Fix Windows build to work with ghc 7.10Gravatar Joey Hess2015-09-01
| | | | | | | | | | | | It was failing at link time, some problem with terminatePID. Re-implemented that to not use a C wrapper function, which cleared up the problem. Removed old EvilLinker hack with must have been related to the same problem. Note that I have not tested this with older ghc's. In 4f59f9439687cccfb7aac6aca62dbe97038179bf I mention having tried this approach before, and getting segfaults.. So, who knows. It seems to work fine with ghc 7.10 at least.
* speed up fast buildsGravatar Joey Hess2015-08-27
| | | | | | Enabling -dynamic avoids writing out many mb of static libs. -j parallelizes
* hackage still doesn't accept os(gnu), remove againGravatar Joey Hess2015-08-24
|
* prep releaseGravatar Joey Hess2015-08-24
|
* android still not building, revert breaking changeGravatar Joey Hess2015-08-24
|
* better android build fixGravatar Joey Hess2015-08-24
|
* android ghc doesn't support -j flag, fix buildGravatar Joey Hess2015-08-24
|
* commentGravatar Joey Hess2015-08-19
|
* Avoid building the assistant on the hurd, since an inotify equivilant is not ↵Gravatar Joey Hess2015-08-17
| | | | | | | yet implemented in git-annex for the hurd. Note that https://github.com/haskell/hackage-server/issues/269 is fixed, so hopefully I can upload this to hackage this time.
* enable parallel build for fast mode and explicitly disable for productionGravatar Joey Hess2015-08-14
| | | | | Currently, ghc has issues getting reproducible builds with parallel building. https://ghc.haskell.org/trac/ghc/ticket/4012
* prep release5.20150812Gravatar Joey Hess2015-08-12
|
* Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ↵Gravatar Joey Hess2015-08-06
| | | | | | | | using the cryptonite library. While cryptohash has SHA3 support, it has not been updated for the final version of the spec. Note that cryptonite has not been ported to all arches that cryptohash builds on yet.
* Tighten dependency on optparse-applicative to 0.11.0.Gravatar Joey Hess2015-08-02
| | | | Type of str changed in 0.11.
* prep releaseGravatar Joey Hess2015-07-31
|
* prep release5.20150727Gravatar Joey Hess2015-07-27
|
* Support building without persistent database on for systems that lack TH. ↵Gravatar Joey Hess2015-07-25
| | | | This removes support for incremental fsck.
* remove new-time build flagGravatar Joey Hess2015-07-21
| | | | | | | | | This caused problems building with stackage and ghc 7.6, since cabal assumes the flag means it wants a newer time. Since time is bundled with ghc, stackage doesn't pin it. Since this flag was only there to avoid a dep on old-locale, which is currently bundled with ghc, let's remove the flag.
* Debian package (and any other packages built using make install) now ↵Gravatar Joey Hess2015-07-13
| | | | includes bash completion.
* Merge branch 'master' into optparse-applicativeGravatar Joey Hess2015-07-10
|\ | | | | | | | | Conflicts: debian/changelog
| * prep releaseGravatar Joey Hess2015-07-10
| |
* | started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
|/ | | | | | | | | | | | This is a work in progress. It compiles and is able to do basic command dispatch, including git autocorrection, while using optparse-applicative for the core commandline parsing. * Many commands are temporarily disabled before conversion. * Options are not wired in yet. * cmdnorepo actions don't work yet. Also, removed the [Command] list, which was only used in one place.
* Removed support for optparse-applicative versions older than 0.10.Gravatar Joey Hess2015-07-07
| | | | Debian stable has 0.10.0.
* On linux, pass --as-needed to linker to avoid linking with unused shared ↵Gravatar Joey Hess2015-07-07
| | | | libraries including libyaml.
* prep releaseGravatar Joey Hess2015-06-16
|
* debian/cabal-wrapper: Removed this hack which should not be needed anymore.Gravatar Joey Hess2015-06-14
|
* re-remove hamlet depGravatar Joey Hess2015-06-06
|
* -fPIC broke the autobuilders, so remove again. hmmGravatar Joey Hess2015-06-06
|
* not sure why, but ghc started failing linking the C libs unless explicitly ↵Gravatar Joey Hess2015-06-05
| | | | built with -fPIC
* prep releaseGravatar Joey Hess2015-05-28
|
* Revert "remove deprecated hamlet package"Gravatar Joey Hess2015-05-27
| | | | | | | | | This reverts commit 8c9908de63ace83efa14744e3f7cf3f12fc8f197. It's too early to do this; the linux and android autobuilder will need to be updated to use the new version of shakespeare, and that will require a complete refresh of them. In the meantime, this has knocked the webapp out of the autobuilders.
* remove deprecated hamlet packageGravatar Joey Hess2015-05-22
| | | | shakespeare provides this now
* prep releaseGravatar Joey Hess2015-05-22
|
* allow building without ascii-progress, since it is not ready yetGravatar Joey Hess2015-05-12
| | | | No progress bars with -J unless built with ascii-progress.
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Command/Fsck.hs Messages.hs Remote/Directory.hs Remote/Git.hs Remote/Helper/Special.hs Types/Remote.hs debian/changelog git-annex.cabal
| * cutting a point release, will be a cabal-only updateGravatar Joey Hess2015-05-11
| |
| * reorder dependency listGravatar Joey Hess2015-05-10
| |
| * avoid unncessary dep on old-locale when building with new version of timeGravatar Joey Hess2015-05-10
| |
| * disable ghc 7.10's obnoxious warnings about every line using tab to indentGravatar Joey Hess2015-05-10
| |
| * prep releaseGravatar Joey Hess2015-05-08
| |
| * Replace dataenc with sandi.Gravatar Magnus Therning2015-05-07
| | | | | | | | | | | | The library dataenc is unmaintained and has been superseded by sandi. Signed-off-by: Magnus Therning <magnus@therning.org>
| * also drop old dbus compatGravatar Joey Hess2015-04-22
| |