forked from GitHub/gf-core
ByteString.readFile should be used instead of readFileStrict. This fixes the problem with the open files
This commit is contained in:
@@ -34,6 +34,7 @@ import GF.Devel.ReadFiles ----
|
||||
|
||||
import Data.Char (toUpper)
|
||||
import Data.List (nub)
|
||||
import qualified Data.ByteString.Char8 as BS
|
||||
import Control.Monad (foldM)
|
||||
import System (system)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user