cabal tweaks
This commit is contained in:
parent
ee3a0551a7
commit
20565027cc
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 3.20110625
|
Version: 3.20110625
|
||||||
Cabal-Version: >= 1.2
|
Cabal-Version: >= 1.6
|
||||||
License: GPL
|
License: GPL
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
Author: Joey Hess
|
Author: Joey Hess
|
||||||
|
@ -28,21 +28,18 @@ Description:
|
||||||
|
|
||||||
Executable git-annex
|
Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
Main-Is: git-annex.hs
|
||||||
GHC-Options: -O2
|
|
||||||
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
|
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
|
||||||
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
|
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
|
||||||
|
|
||||||
Executable git-annex-shell
|
Executable git-annex-shell
|
||||||
Main-Is: git-annex-shell.hs
|
Main-Is: git-annex-shell.hs
|
||||||
GHC-Options: -O2
|
|
||||||
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
|
Build-Depends: haskell98, base, MissingH, hslogger, directory, filepath,
|
||||||
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
|
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3
|
||||||
|
|
||||||
Executable git-union-merge
|
Executable git-union-merge
|
||||||
Main-Is: git-union-merge.hs
|
Main-Is: git-union-merge.hs
|
||||||
GHC-Options: -O2
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue