From f607d6dbca665a38c0236a8ba840ba67dcd54953 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4" Date: Wed, 29 Jan 2014 17:24:48 +0000 Subject: [PATCH] removed --- ..._7732189484d7b1e668c85e40881b9de7._comment | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 doc/bugs/Build_error:_Ambiguous_occurrence___96__callCommand__39__/comment_1_7732189484d7b1e668c85e40881b9de7._comment diff --git a/doc/bugs/Build_error:_Ambiguous_occurrence___96__callCommand__39__/comment_1_7732189484d7b1e668c85e40881b9de7._comment b/doc/bugs/Build_error:_Ambiguous_occurrence___96__callCommand__39__/comment_1_7732189484d7b1e668c85e40881b9de7._comment deleted file mode 100644 index 6951bfdf7c..0000000000 --- a/doc/bugs/Build_error:_Ambiguous_occurrence___96__callCommand__39__/comment_1_7732189484d7b1e668c85e40881b9de7._comment +++ /dev/null @@ -1,49 +0,0 @@ -[[!comment format=txt - username="https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4" - nickname="Christian" - subject="A patch to fix the problem" - date="2014-01-29T17:23:33Z" - content=""" -The following patch lets me compile everything, but I am not completely sure it is the right thing: - -diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs -index 6644f6f..f3ad454 100644 ---- a/Command/PreCommit.hs -+++ b/Command/PreCommit.hs -@@ -7,7 +7,7 @@ - - module Command.PreCommit where - --import Common.Annex -+import Common.Annex hiding (callCommand) - import Command - import Config - import qualified Command.Add -diff --git a/Command/Sync.hs b/Command/Sync.hs -index 6ef111b..fde4a9a 100644 ---- a/Command/Sync.hs -+++ b/Command/Sync.hs -@@ -8,7 +8,7 @@ - - module Command.Sync where - --import Common.Annex -+import Common.Annex hiding (callCommand) - import Command - import qualified Annex - import qualified Annex.Branch -diff --git a/RunCommand.hs b/RunCommand.hs -index 937686d..d76b457 100644 ---- a/RunCommand.hs -+++ b/RunCommand.hs -@@ -9,7 +9,7 @@ - - module RunCommand where - --import Common.Annex -+import Common.Annex hiding (callCommand) - import qualified Annex - import Types.Command - import qualified Annex.Queue - -"""]]