aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/haddock-library.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2014-06-18 11:07:30 +0800
committerSimon Hengel <sol@typeful.net>2014-06-18 11:14:01 +0800
commit05db136e9b002f0c7948c16274d3887d0ee52aa4 (patch)
tree7afde2de7c8e365092f2ef4f15fc859c869fbbbb /haddock-library/haddock-library.cabal
parent7d4e156b85a903ec35ca8a4362ee1a43ed9f3985 (diff)
haddock-library: Do not depend on haddock-library in test suite
I think you either add src to hs-source-dirs or the library to build-depends. But doing both does not make sense (AFAICT).
Diffstat (limited to 'haddock-library/haddock-library.cabal')
-rw-r--r--haddock-library/haddock-library.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 2dced3cc..bc77b722 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -68,8 +68,6 @@ test-suite spec
, bytestring
, deepseq
, QuickCheck == 2.*
- , haddock-library
-
source-repository head
type: git