From 76c0d496d27e29956f6e37c7776fe3ebb7539b98 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Sat, 10 Jul 2010 15:47:48 +0000 Subject: [PATCH] Drop -O2 --- FileManip.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileManip.cabal b/FileManip.cabal index d4ae173..0efd770 100644 --- a/FileManip.cabal +++ b/FileManip.cabal @@ -23,7 +23,7 @@ Library else Build-Depends: base >= 2 && < 5, filepath, mtl, unix, extensible-exceptions - GHC-Options: -Wall -O2 + GHC-Options: -Wall Exposed-Modules: System.FilePath.Find, System.FilePath.Glob,