summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--[-rwxr-xr-x]git-annex.cabal24
1 files changed, 5 insertions, 19 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 5ff8155e9..ac039bc63 100755..100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,11 +1,5 @@
-#!/bin/bash
-
-# Template for git-annex.cabal: the 'Other-Module:' fields are
-# dynamically generated.
-
-cat <<EOF
Name: git-annex
-Version: 3.20120605
+Version: 3.20120606
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -30,9 +24,6 @@ Description:
versioned files, which is convenient for maintaining documents, Makefiles,
etc that are associated with annexed files but that benefit from full
revision control.
-Extra-Source-Files:
- git-annex.1 git-annex-shell.1
- INSTALL README CHANGELOG NEWS GPL COPYRIGHT
Flag S3
Description: Enable S3 support
@@ -44,10 +35,8 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base == 4.5.*, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
- Other-Modules:
- Utility.Touch
- -- Auto-generated list of all Haskell modules:
-`./gen-other-modules.sh | xargs -n1 -i echo ' '{}`
+ -- Need to list this because it's generated from a .hsc file.
+ Other-Modules: Utility.Touch
C-Sources: Utility/libdiskfree.c
Extensions: CPP
@@ -55,6 +44,7 @@ Executable git-annex
Build-Depends: hS3
CPP-Options: -DWITH_S3
+-- XXX: Broken.
Test-Suite test
Type: exitcode-stdio-1.0
Main-Is: test.hs
@@ -63,14 +53,10 @@ Test-Suite test
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base == 4.5.*, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
+ Other-Modules: Utility.Touch
C-Sources: Utility/libdiskfree.c
- Other-Modules:
- Utility.Touch
- -- Auto-generated list of all Haskell modules:
-`./gen-other-modules.sh | xargs -n1 -i echo ' '{}`
Extensions: CPP
source-repository head
type: git
location: git://git-annex.branchable.com/
-EOF