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>
This commit is contained in:
Sergei Trofimovich 2012-02-28 13:18:42 +03:00 committed by Joey Hess
parent ed0f5cd2d3
commit 8428703d78

View file

@ -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