summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-12 00:53:35 -0700
committerGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-12 00:53:51 -0700
commit72b0054931cd0d41477fa7270154cb53d8e94e4d (patch)
treecb31b8be4be3dd54def236be1c6d7ef9b1ffd868
parent9fe433390d3860bdb740c54b015889805578c992 (diff)
Get ready for a simple git-annex.cabal.
I have a new idea: instead of the template-based approaches that work around cabals requirement that you list all files to put in the sdist, we can simply generate the sdist ourselves, with the files we want. Take that cabal!
-rwxr-xr-xgen-other-modules.sh32
-rwxr-xr-xgit-annex.cabal (renamed from git-annex.cabal.template.sh)0
2 files changed, 0 insertions, 32 deletions
diff --git a/gen-other-modules.sh b/gen-other-modules.sh
deleted file mode 100755
index 3c50d91e7..000000000
--- a/gen-other-modules.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/bash
-
-# Generate module list for 'Other-Modules:' field in git-annex.cabal.
-# This would be simpler if the code were under ./src.
-
-find Annex Annex.hs \
- Backend Backend.hs \
- Build \
- Checks.hs \
- CmdLine.hs \
- Command Command.hs \
- Common Common.hs \
- Config.hs \
- Crypto.hs \
- Git Git.hs \
- GitAnnex.hs \
- GitAnnexShell.hs \
- Init.hs \
- Limit.hs \
- Locations.hs \
- Logs \
- Messages Messages.hs \
- Option.hs \
- Remote Remote.hs \
- Seek.hs \
- Setup.hs \
- Types Types.hs \
- Upgrade Upgrade.hs \
- Usage.hs \
- Utility \
- -name '*.hs' \
-| sed -r -e 's!.hs!!' -e 's!/!.!g'
diff --git a/git-annex.cabal.template.sh b/git-annex.cabal
index 5ff8155e9..5ff8155e9 100755
--- a/git-annex.cabal.template.sh
+++ b/git-annex.cabal