diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-02-28 13:18:42 +0300 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-28 10:40:50 -0400 |
commit | 8428703d78c36ec859e0b920a73b3d1441773257 (patch) | |
tree | fe8675ab8ae6f849b180183fd027ebb0aa273b6e /git-annex.cabal | |
parent | ed0f5cd2d3625007b966470d76f2f031134e9a63 (diff) |
git-union-merge: add 'text' to dependencies
Fixes following build failure on ghc-7.4/Cabal-1.14:
$ runhaskell Setup.hs build
Building git-annex-3.20120227...
Preprocessing executable 'git-union-merge' for git-annex-3.20120227...
Git/Command.hs:11:18:
Could not find module `Data.Text.Lazy.IO'
It is a member of the hidden package `text-0.11.1.13'.
Perhaps you need to add `text' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 40f928dbf..69a1d5b76 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -39,6 +39,7 @@ Executable git-annex-shell Executable git-union-merge Main-Is: git-union-merge.hs + Build-Depends: text source-repository head type: git |