Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 4bfd611

Browse files
alexbiehlharpocrates
authored andcommitted
Make Fixtures work
1 parent 355ae37 commit 4bfd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-library/fixtures/Fixtures.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ acceptFixtures = traverse_ $ \(Fixture i o) -> do
102102
writeFile o actual
103103

104104
parseString :: String -> Doc String
105-
parseString = Parse.toRegular . _doc . Parse.parseParas
105+
parseString = Parse.toRegular . _doc . Parse.parseParas Nothing
106106

107107
data Cmd = CmdRun | CmdAccept | CmdList
108108

0 commit comments

Comments
 (0)