From 8428703d78c36ec859e0b920a73b3d1441773257 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 28 Feb 2012 13:18:42 +0300 Subject: [PATCH] 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 --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/git-annex.cabal b/git-annex.cabal index 40f928dbf3..69a1d5b769 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