aboutsummaryrefslogtreecommitdiff
path: root/standalone/no-th
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-13 02:18:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-13 02:18:31 -0400
commit9c45b88e31d9d04fa0b65b2c9c539716ce05372e (patch)
treeff5430311f68fefab4b2a91b773b75bd25f96852 /standalone/no-th
parent92ad1f697141fc781429440362b352f2c3c43542 (diff)
make EvilSplicer re-box file-embed's ByteStrings
The armel autobuilder started failing: Assistant/WebApp/Types.hs:128:14: primitive string literal must contain only characters <= '\xFF' This fixes that.
Diffstat (limited to 'standalone/no-th')
-rw-r--r--standalone/no-th/evilsplicer-headers.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/no-th/evilsplicer-headers.hs b/standalone/no-th/evilsplicer-headers.hs
index e02778fcc..2e23df0ce 100644
--- a/standalone/no-th/evilsplicer-headers.hs
+++ b/standalone/no-th/evilsplicer-headers.hs
@@ -32,6 +32,7 @@ import qualified Network.Wai as Network.Wai.Internal
import qualified Yesod.Core.Types
import qualified GHC.IO
import qualified Data.ByteString.Unsafe
+import qualified Data.ByteString.Char8
{- End EvilSplicer headers. -}