Skip to content

Commit

Permalink
Fix missing case (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj authored May 7, 2022
1 parent 6f61038 commit cf9a4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HIE/Bios/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ data Log =

instance Pretty Log where
pretty (LogAny s) = pretty s
pretty (LogProcessOutput s) = pretty s

data CradleAction a = CradleAction {
actionName :: ActionName a
Expand Down

0 comments on commit cf9a4bf

Please sign in to comment.