[commit: ghc] wip/erikd/heapview: heapview.cabal: Remove un-needed dependencies (09c4bb8)
git at git.haskell.org
git at git.haskell.org
Sun Jan 29 09:53:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/erikd/heapview
Link : http://ghc.haskell.org/trac/ghc/changeset/09c4bb8bd311f1f853c25f62db782ded9a648fc2/ghc
>---------------------------------------------------------------
commit 09c4bb8bd311f1f853c25f62db782ded9a648fc2
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Sun Jan 29 20:03:36 2017 +1100
heapview.cabal: Remove un-needed dependencies
>---------------------------------------------------------------
09c4bb8bd311f1f853c25f62db782ded9a648fc2
libraries/heapview/heapview.cabal | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libraries/heapview/heapview.cabal b/libraries/heapview/heapview.cabal
index 1ba938d..1e5d419 100644
--- a/libraries/heapview/heapview.cabal
+++ b/libraries/heapview/heapview.cabal
@@ -39,11 +39,6 @@ library
build-depends: rts == 1.0.*
, ghc-prim == 0.5.0.0
, base >= 4.9.0 && < 4.11
- , binary >= 0.5 && < 0.9
- , bytestring >= 0.10.6.0
- , containers >= 0.5 && < 0.6
- , deepseq >= 1.4
- , template-haskell == 2.12.*
, transformers >= 0.2 && < 0.6
ghc-options: -Wall
More information about the ghc-commits
mailing list