forked from GitHub/gf-core
Fixed module names and imports after giant file move.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
module SkelGF where
|
||||
module GF.Source.SkelGF where
|
||||
|
||||
-- Haskell module generated by the BNF converter
|
||||
|
||||
import AbsGF
|
||||
import ErrM
|
||||
import GF.Source.AbsGF
|
||||
import GF.Data.ErrM
|
||||
type Result = Err String
|
||||
|
||||
failure :: Show a => a -> Result
|
||||
|
||||
Reference in New Issue
Block a user