summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal79
1 files changed, 72 insertions, 7 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 25f0f2e..5076fbd 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -7,7 +7,6 @@ Author: Joey Hess
Stability: Stable
Copyright: 2013 Joey Hess
License-File: GPL
-Extra-Source-Files: CHANGELOG
Build-Type: Custom
Homepage: http://git-repair.branchable.com/
Category: Utility
@@ -21,11 +20,24 @@ Description:
As well as avoiding the need to rm -rf a damaged repository and re-clone,
using git-repair can help rescue commits you've made to the damaged
repository and not yet pushed out.
+Extra-Source-Files:
+ CHANGELOG
+ TODO
+ git-repair.1
Flag network-uri
Description: Get Network.URI from the network-uri package
Default: True
+custom-setup
+ Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process,
+ unix, filepath, exceptions, bytestring, directory, IfElse, data-default,
+ Cabal
+
+source-repository head
+ type: git
+ location: git://git-repair.branchable.com/
+
Executable git-repair
Main-Is: git-repair.hs
GHC-Options: -threaded -Wall -fno-warn-tabs
@@ -44,9 +56,62 @@ Executable git-repair
else
Build-Depends: unix
-custom-setup
- Setup-Depends: base (>= 4.5), hslogger, MissingH
-
-source-repository head
- type: git
- location: git://git-repair.branchable.com/
+ Other-Modules:
+ Build.Configure
+ Build.TestConfig
+ Build.Version
+ Common
+ Git
+ Git.Branch
+ Git.BuildVersion
+ Git.CatFile
+ Git.Command
+ Git.Config
+ Git.Construct
+ Git.CurrentRepo
+ Git.Destroyer
+ Git.DiffTreeItem
+ Git.FilePath
+ Git.Filename
+ Git.Fsck
+ Git.Index
+ Git.LsFiles
+ Git.LsTree
+ Git.Objects
+ Git.Ref
+ Git.RefLog
+ Git.Remote
+ Git.Repair
+ Git.Sha
+ Git.Types
+ Git.UpdateIndex
+ Git.Url
+ Git.Version
+ Utility.Applicative
+ Utility.Batch
+ Utility.CoProcess
+ Utility.Data
+ Utility.Directory
+ Utility.DottedVersion
+ Utility.Env
+ Utility.Exception
+ Utility.FileMode
+ Utility.FileSize
+ Utility.FileSystemEncoding
+ Utility.Format
+ Utility.Metered
+ Utility.Misc
+ Utility.Monad
+ Utility.PartialPrelude
+ Utility.Path
+ Utility.PosixFiles
+ Utility.Process
+ Utility.Process.Shim
+ Utility.QuickCheck
+ Utility.Rsync
+ Utility.SafeCommand
+ Utility.SystemDirectory
+ Utility.ThreadScheduler
+ Utility.Tmp
+ Utility.URI
+ Utility.UserInfo