Skip to content

Commit

Permalink
Update src/Database/Schema/Migrations/Filesystem.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin authored Jan 3, 2023
1 parent a535d51 commit 5dd8aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Schema/Migrations/Filesystem.hs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ utcTimeYamlFormat :: String
utcTimeYamlFormat = "%F %T UTC"

newtype DependsYaml = DependsYaml
{ unDependsYaml :: [Text]
}
{ unDependsYaml :: [Text]
}

instance FromJSON DependsYaml where
parseJSON = \case
Expand Down

0 comments on commit 5dd8aed

Please sign in to comment.