Data.ByteString cannot be loaded if not specified in cabal file.

This commit is contained in:
Kazu Yamamoto
2014-03-27 14:24:38 +09:00
parent cb9db4fd1a
commit d3d9eb1e2c
3 changed files with 3 additions and 4 deletions

View File

@@ -160,7 +160,6 @@ preBrowsedModules = [
, "Control.Applicative"
, "Control.Monad"
, "Control.Exception"
, "Data.ByteString"
, "Data.Char"
, "Data.List"
, "Data.Maybe"