forked from GitHub/gf-core
Fixed module names and imports after giant file move.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
module SharedString (shareString) where
|
||||
module GF.Data.SharedString (shareString) where
|
||||
|
||||
import Data.HashTable as H
|
||||
import System.IO.Unsafe (unsafePerformIO)
|
||||
|
||||
Reference in New Issue
Block a user