mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
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