[commit: packages/pretty] large_docs: Improve bench1 cabal support (0a0b534)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:50:12 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branch : large_docs
Link : http://git.haskell.org/packages/pretty.git/commitdiff/0a0b534375372cac74265a0939c32a1e297a28af
>---------------------------------------------------------------
commit 0a0b534375372cac74265a0939c32a1e297a28af
Author: David Terei <code at davidterei.com>
Date: Fri Dec 26 00:21:41 2014 -0800
Improve bench1 cabal support
>---------------------------------------------------------------
0a0b534375372cac74265a0939c32a1e297a28af
pretty.cabal | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/pretty.cabal b/pretty.cabal
index 5bb9b70..1109617 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -57,11 +57,8 @@ Test-Suite test-pretty
-- Executable Bench1
-- main-is: Bench1.hs
--- hs-source-dirs: test
--- src
--- other-modules:
--- Text.PrettyPrint
--- Text.PrettyPrint.HughesPJ
--- extensions: CPP, BangPatterns
+-- build-depends: base >= 3 && < 5,
+-- pretty
+-- hs-source-dirs: tests
-- ghc-options: -O -fwarn-tabs
More information about the ghc-commits
mailing list