diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 30226f445..e4001abb8 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -725,14 +725,6 @@ executable trypandoc else buildable: False -benchmark weigh-pandoc - import: common-executable - type: exitcode-stdio-1.0 - main-is: weigh-pandoc.hs - hs-source-dirs: benchmark - build-depends: mtl >= 2.2 && < 2.3, - weigh >= 0.0 && < 0.1, - test-suite test-pandoc import: common-executable type: exitcode-stdio-1.0 |