From 709666791058dc5ce92be02edc5813ef7eea6884 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Sat, 2 Jan 2016 12:09:21 +0100 Subject: [PATCH] Remove ghc-prof-options. --- wai-route.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/wai-route.cabal b/wai-route.cabal index c42514e..6b27207 100644 --- a/wai-route.cabal +++ b/wai-route.cabal @@ -47,7 +47,6 @@ test-suite wai-route-test default-language: Haskell2010 hs-source-dirs: test main-is: Main.hs - ghc-prof-options: -prof -auto-all ghc-options: -Wall -fwarn-tabs