From 670b914e58f6417c567f15da50b42ad86e68a848 Mon Sep 17 00:00:00 2001 From: dennis Date: Sun, 7 Oct 2012 19:44:46 +0000 Subject: [PATCH] Allow base 4.6 for GHC 7.6.1 support --- ghc-heap-view.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-heap-view.cabal b/ghc-heap-view.cabal index 062074b..457f841 100644 --- a/ghc-heap-view.cabal +++ b/ghc-heap-view.cabal @@ -28,7 +28,7 @@ Library Exposed-modules: GHC.HeapView Default-Language: Haskell2010 Build-depends: - base == 4.5.*, + base >= 4.5 && < 4.7, ghc C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm Hs-source-dirs: src/ -- 2.20.1