[commit: haddock] master: Remove unused dependencies in Haddock API spec configuration. (4b0b4a8)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:42:06 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/4b0b4a834b7eeeb0c688ab8718bc9720c00ee67c
>---------------------------------------------------------------
commit 4b0b4a834b7eeeb0c688ab8718bc9720c00ee67c
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date: Wed Jul 1 18:04:46 2015 +0200
Remove unused dependencies in Haddock API spec configuration.
>---------------------------------------------------------------
4b0b4a834b7eeeb0c688ab8718bc9720c00ee67c
haddock-api/haddock-api.cabal | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 56889e6..11567f9 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -111,18 +111,7 @@ test-suite spec
build-depends:
base >= 4.3 && < 4.9
- , bytestring
- , filepath
- , directory
, containers
- , deepseq
- , array
- , xhtml >= 3000.2 && < 3000.3
- , Cabal >= 1.10
- , ghc >= 7.10 && < 7.10.2
-
- , ghc-paths
- , haddock-library == 1.2.*
, hspec
, QuickCheck == 2.*
More information about the ghc-commits
mailing list