diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-11 15:42:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-11 15:42:06 -0400 |
commit | 3d26915b8c8e9a7ad03151eef98f52ee1ee9bf0a (patch) | |
tree | 6d1839309a1c5ddef86c2f913bfb5ebb48e9b2bf /Assistant | |
parent | 5219b32e26277d355784b9d92aa34f7730040624 (diff) |
allow to build when sandi is installed (don't use it yet)
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/XMPP.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/XMPP.hs b/Assistant/XMPP.hs index 0360ce860..09b7daf4e 100644 --- a/Assistant/XMPP.hs +++ b/Assistant/XMPP.hs @@ -21,7 +21,7 @@ import qualified Data.Map as M import Data.ByteString (ByteString) import qualified Data.ByteString as B import Data.XML.Types -import qualified Codec.Binary.Base64 as B64 +import qualified "dataenc" Codec.Binary.Base64 as B64 {- Name of the git-annex tag, in our own XML namespace. - (Not using a namespace URL to avoid unnecessary bloat.) -} |