Skip to content

Commit

Permalink
Aesthetic surgery.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Dec 20, 2024
1 parent 26f8961 commit f90ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Testlib/ModService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import Prelude

withModifiedBackend :: (HasCallStack) => ServiceOverrides -> ((HasCallStack) => String -> App a) -> App a
withModifiedBackend overrides k =
startDynamicBackends [overrides] (\domains -> k (head domains))
startDynamicBackends [overrides] (\[domains] -> k domains)

copyDirectoryRecursively :: FilePath -> FilePath -> IO ()
copyDirectoryRecursively from to = do
Expand Down

0 comments on commit f90ee92

Please sign in to comment.