diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-09 10:08:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-09 10:08:22 -0800 |
commit | 23b693c029d17dc9833a81b33ca241f3b6fe6cc7 (patch) | |
tree | db6d7da3cf6d5a27d10660ddc1cd5b9a812853b7 /benchmark | |
parent | 777d717d228cee3dc2cdc12ea4e5d1859bb6f82d (diff) | |
download | pandoc-23b693c029d17dc9833a81b33ca241f3b6fe6cc7.tar.gz |
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b.
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/benchmark-pandoc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/benchmark-pandoc.hs b/benchmark/benchmark-pandoc.hs index aa36800ca..849448feb 100644 --- a/benchmark/benchmark-pandoc.hs +++ b/benchmark/benchmark-pandoc.hs @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -} -import Prelude import Text.Pandoc import Criterion.Main import Criterion.Types (Config(..)) |