diff options
Diffstat (limited to 'users/grfn/xanthous/test/Xanthous/Generators')
-rw-r--r-- | users/grfn/xanthous/test/Xanthous/Generators/Level/UtilSpec.hs (renamed from users/grfn/xanthous/test/Xanthous/Generators/UtilSpec.hs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/xanthous/test/Xanthous/Generators/UtilSpec.hs b/users/grfn/xanthous/test/Xanthous/Generators/Level/UtilSpec.hs index cdfadc06f505..2d70a55e88bc 100644 --- a/users/grfn/xanthous/test/Xanthous/Generators/UtilSpec.hs +++ b/users/grfn/xanthous/test/Xanthous/Generators/Level/UtilSpec.hs @@ -1,6 +1,6 @@ {-# LANGUAGE PackageImports #-} -------------------------------------------------------------------------------- -module Xanthous.Generators.UtilSpec (main, test) where +module Xanthous.Generators.Level.UtilSpec (main, test) where -------------------------------------------------------------------------------- import Test.Prelude import System.Random (mkStdGen) @@ -15,7 +15,7 @@ import Linear.V2 -------------------------------------------------------------------------------- import Xanthous.Util import Xanthous.Data (width, height) -import Xanthous.Generators.Util +import Xanthous.Generators.Level.Util -------------------------------------------------------------------------------- main :: IO () |