Skip to content

Commit

Permalink
fix warning: add missing Functor
Browse files Browse the repository at this point in the history
  • Loading branch information
neduard committed Jul 15, 2024
1 parent 6ed06f3 commit 456b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser-typechecker/src/Unison/Codebase/ProjectPath.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data ProjectPathG proj branch = ProjectPath
branch :: branch,
absPath :: Path.Absolute
}
deriving stock (Eq, Ord, Show, Generic)
deriving stock (Eq, Functor, Ord, Show, Generic)

type ProjectPathIds = ProjectPathG ProjectId ProjectBranchId

Expand Down

0 comments on commit 456b8e6

Please sign in to comment.