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 /Utility/Base64.hs | |
parent | 5219b32e26277d355784b9d92aa34f7730040624 (diff) |
allow to build when sandi is installed (don't use it yet)
Diffstat (limited to 'Utility/Base64.hs')
-rw-r--r-- | Utility/Base64.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |