aboutsummaryrefslogtreecommitdiff
path: root/Build/Version.hs
Commit message (Collapse)AuthorAge
* Updated cabal file explictly lists source files.Gravatar Joey Hess2016-05-24
| | | | | | | | | | | | | | | | | | | The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-annex source tree. While it's totally obnoxious that cabal files need every file listed out when basic wildcard support could avoid hundreds of lines, and have to be maintained when files are added, this does get the tarball size back down to 1 mb. This also stops stack from complaining that it found modules not listed in the cabal file. debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead. This avoids needing to include debian/ in the hackage tarball. Setup.hs: Build man pages at install time using make and mdwn2man. If it fails, which it probably will on windows, just skip installing them.
* avoid warnings about not exported System.Directory.isSymbolicLinkGravatar Joey Hess2016-04-28
|
* Fix build with directory-1.2.6.2.Gravatar Joey Hess2016-04-28
| | | | | | It started exporting a isSymbolicLink which supports windows. But, git-annex does no use symlinks on windows yet and this conflicts with the function by the same name from unix-compat, so hide it.
* fix warning with ghc 7.10Gravatar Joey Hess2016-01-26
|
* remove unused importGravatar Joey Hess2015-08-24
|
* require RELEAEE_BUILD to be 1, not any valueGravatar Joey Hess2015-05-11
|
* more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is ↵Gravatar Joey Hess2015-05-10
| | | | merely a difference of opinion to you to do this is a bit of an asshole move. Just saying.
* use BuildVersion in debian, which fixes windows buildGravatar Joey Hess2015-04-21
|
* reuse Build.Version to generate versionGravatar Joey Hess2015-04-20
|
* clean up unused importGravatar Joey Hess2014-06-18
|
* make DistributionUpdate download build-version files and use them in the ↵Gravatar Joey Hess2014-06-18
| | | | | | | | | | | | | info files Also automated downloading the builds, finally. I had done it by hand until now. Note that the Windows autobuilder has an expired cert, so it will refuse to download from it currently. I have emailed its admin to get that fixed, hopefully. This commit was sponsored by Peter Hogg.
* add Build/BuildVersion, for use by autobuildersGravatar Joey Hess2014-06-18
|
* fix inclusion of -gitrevGravatar Joey Hess2013-10-16
|
* Work around sed output difference that led to version containing a newline ↵Gravatar Joey Hess2013-10-16
| | | | on OSX.
* factor out Build.VersionGravatar Joey Hess2013-10-06