diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-25 23:00:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-25 23:00:42 -0400 |
commit | e53e3d2c78f2cea4a65865847419786b85f21800 (patch) | |
tree | 6e19058710923a7e9b1d43bde9f268be767a08dd | |
parent | 827d3ad0e9fc9848235985e789eebce9c69be26a (diff) |
add imports needed for android with current ghc and libs
-rw-r--r-- | standalone/no-th/evilsplicer-headers.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/no-th/evilsplicer-headers.hs b/standalone/no-th/evilsplicer-headers.hs index ef9e2603a..dfb742be9 100644 --- a/standalone/no-th/evilsplicer-headers.hs +++ b/standalone/no-th/evilsplicer-headers.hs @@ -29,6 +29,8 @@ import qualified Data.Text.Encoding import qualified Network.Wai import qualified Network.Wai as Network.Wai.Internal import qualified Yesod.Core.Types +import qualified GHC.IO +import qualified Data.ByteString.Unsafe {- End EvilSplicer headers. -} |