Roll back an unintended modification to Transcripts.hs

This commit is contained in:
Dan Doel 2021-03-18 17:23:42 -04:00
parent 3d4393c9a9
commit b746803f20

View File

@ -71,7 +71,7 @@ buildTests testBuilder dir = do
. sort
. filter (\f -> takeExtensions f == ".md") $ files
ucm <- io $ unpack <$> "cabal" $| ["exec", "--", "which", "unison"] -- todo: what is it in windows?
ucm <- io $ unpack <$> "stack" $| ["exec", "--", "which", "unison"] -- todo: what is it in windows?
tests (testBuilder ucm dir prelude <$> transcripts)
-- Transcripts that exit successfully get cleaned-up by the transcript parser.