Don't use deprecated Falderal variables.
Chris Pressey
10 years ago
10 | 10 | cat >>fixture.markdown <<EOF |
11 | 11 | -> Functionality "Evaluate Pail Expression" is implemented by |
12 | 12 | -> shell command |
13 | -> "ghc -e "do c <- readFile \"%(test-file)\"; putStrLn $ Pail.runPail c" src/Pail.lhs" | |
13 | -> "ghc -e "do c <- readFile \"%(test-body-file)\"; putStrLn $ Pail.runPail c" src/Pail.lhs" | |
14 | 14 | |
15 | 15 | EOF |
16 | 16 | fi |