diff --git a/dub.sdl b/dub.sdl index 7fcf0dc..88768de 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,6 +1,4 @@ name "vibe-container" description "Container implementations used by vibe.d" targetType "library" -sourcePaths "." -importPaths "." dependency "stdx-allocator" version="~>2.77.0" diff --git a/source/vibe/container/seahash.d b/source/vibe/container/seahash.d index e178979..f7b2744 100644 --- a/source/vibe/container/seahash.d +++ b/source/vibe/container/seahash.d @@ -7,7 +7,7 @@ License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ -module vibe.internal.seahash; +module vibe.container.seahash; @safe nothrow pure @nogc: