We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef516a commit b4a2d30Copy full SHA for b4a2d30
src/Code/ProjectDependency.elm
@@ -1,4 +1,4 @@
1
-module Code.ProjectDependency exposing (ProjectDependency, fromString, toString, toTag)
+module Code.ProjectDependency exposing (DependencyName(..), ProjectDependency, fromString, toString, toTag)
2
3
import Code.ProjectSlug as ProjectSlug exposing (ProjectSlug)
4
import Code.Version as Version exposing (Version)
0 commit comments