summaryrefslogtreecommitdiff
path: root/git-annex.cabal
Commit message (Collapse)AuthorAge
* releasing version 3.201204183.20120418Gravatar Joey Hess2012-04-18
|
* make cabal test work againGravatar Joey Hess2012-04-14
|
* cabal file now autodetects whether S3 support is available.Gravatar Joey Hess2012-04-14
|
* cabal now installs git-annex-shell as a symlink to git-annex.Gravatar Joey Hess2012-04-14
|
* Renamed diskfree.c to avoid OSX case insensativity bug.Gravatar Joey Hess2012-04-13
|
* autocorrectionGravatar Joey Hess2012-04-12
| | | | | | | git-annex (but not git-annex-shell) supports the git help.autocorrect configuration setting, doing fuzzy matching using the restricted Damerau-Levenshtein edit distance, just as git does. This adds a build dependency on the haskell edit-distance library.
* releasing version 3.201204063.20120406Gravatar Joey Hess2012-04-07
|
* cabal says I need a tighter version of cabal to use test-suiteGravatar Joey Hess2012-04-05
|
* releasing version 3.201204053.20120405Gravatar Joey Hess2012-04-05
|
* update cabal file for recent changesGravatar Joey Hess2012-03-23
| | | | also wired the test suite into cabal
* Rewrote free disk space checking codeGravatar Joey Hess2012-03-22
| | | | | Moving the portability handling into a small C library cleans up things a lot, avoiding the pain of unpacking structs from inside haskell code.
* shave some 12 mb from the installed sizeGravatar Joey Hess2012-03-15
| | | | | | * git-annex now behaves as git-annex-shell if symlinked to and run by that name. The Makefile sets this up, saving some 8 mb of installed size. * git-union-merge is a demo program, so it is no longer built by default.
* oh darn, I lost the crazy capitalization of hS3 a while agoGravatar Joey Hess2012-03-15
|
* makefile tweaksGravatar Joey Hess2012-03-15
| | | | Put build cruft in a subdir
* finish bloom filtersGravatar Joey Hess2012-03-12
| | | | | | | | Add tuning, docs, etc. Not sure if status is the right place to remote size.. perhaps unused should report the size and also warn if it sees more keys than the bloom filter allows?
* move text dependency into same block with the other dependenciesGravatar Joey Hess2012-03-10
|
* add other-modules for hsc filesGravatar Joey Hess2012-03-10
|
* releasing version 3.201203093.20120309Gravatar Joey Hess2012-03-09
|
* version base dependency for ghc 7.4Gravatar Joey Hess2012-03-06
|
* fooGravatar Joey Hess2012-03-04
|
* releasing version 3.201202293.20120229Gravatar Joey Hess2012-02-29
|
* git-union-merge: add 'text' to dependenciesGravatar Sergei Trofimovich2012-02-28
| | | | | | | | | | | | | | | Fixes following build failure on ghc-7.4/Cabal-1.14: $ runhaskell Setup.hs build Building git-annex-3.20120227... Preprocessing executable 'git-union-merge' for git-annex-3.20120227... Git/Command.hs:11:18: Could not find module `Data.Text.Lazy.IO' It is a member of the hidden package `text-0.11.1.13'. Perhaps you need to add `text' to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* releasing version 3.20120227Gravatar Joey Hess2012-02-27
|
* tweak wordingGravatar Joey Hess2012-02-15
|
* When checking that an url has a key, verify that the Content-Length, if ↵Gravatar Joey Hess2012-02-10
| | | | | | | | available, matches the size of the key. If there's no Content-Length, or the key has no size, this check is not done, but it should happen most of the time, and protect against web content that has changed.
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
| | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up.
* releasing version 3.201201233.20120123Gravatar Joey Hess2012-01-23
|
* releasing version 3.201201163.20120116Gravatar Joey Hess2012-01-16
|
* copyrightGravatar Joey Hess2012-01-15
|
* releasing version 3.201201153.20120115Gravatar Joey Hess2012-01-15
|
* Fix QuickCheck dependency in cabal file.Gravatar Joey Hess2012-01-15
|
* add a configure check for StatFSGravatar Joey Hess2012-01-15
| | | | | | | | | | | | This way, the build log will indicate whether StatFS can be relied on. I've tested all the failing architectures now, and on all of them, the StatFS code now returns Nothing, rather than Just nonsense. Also, if annex.diskreserve is set on a platform where StatFS is not working, git-annex will complain. Also, the Makefile was missing the sources target used when building with cabal.
* Add libghc-testpack-dev to build depends on all arches.Gravatar Joey Hess2012-01-13
|
* releasing version 3.201201063.20120106Gravatar Joey Hess2012-01-07
|
* releasing version 3.201201053.20120105Gravatar Joey Hess2012-01-05
|
* Added quickcheck to build dependencies, and fail if test suite cannot be built.Gravatar Joey Hess2012-01-03
|
* releasing version 3.201112313.20111231Gravatar Joey Hess2011-12-31
|
* Merge branch 'new-monad-control'Gravatar Joey Hess2011-12-24
|\
* | split out three modules from GitGravatar Joey Hess2011-12-13
| | | | | | | | | | Constructors and configuration make sense in separate modules. A separate Git.Types is needed to avoid cycles.
* | releasing version 3.201112113.20111211Gravatar Joey Hess2011-12-11
| |
* | version dependency on old monad-controlGravatar Joey Hess2011-12-10
| | | | | | | | This should let cabal build it with the right version.
| * add modules needed for using the new monad-controlGravatar Joey Hess2011-12-06
|/
* releasing version 3.201112033.20111203Gravatar Joey Hess2011-12-03
|
* 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
|