diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ prof: cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build prep: pandoc-types - cabal update && \ + cabal-dev update && \ cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks quick: |