From 3d26915b8c8e9a7ad03151eef98f52ee1ee9bf0a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Nov 2013 15:42:06 -0400 Subject: allow to build when sandi is installed (don't use it yet) --- Utility/Base64.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/Base64.hs') diff --git a/Utility/Base64.hs b/Utility/Base64.hs index ec660108a..0c6c8677a 100644 --- a/Utility/Base64.hs +++ b/Utility/Base64.hs @@ -7,7 +7,7 @@ module Utility.Base64 (toB64, fromB64Maybe, fromB64) where -import Codec.Binary.Base64 +import "dataenc" Codec.Binary.Base64 import Data.Bits.Utils import Control.Applicative import Data.Maybe -- cgit v1.2.3