projects
/
ghc-heap-view.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c094731
)
Allow base 4.6 for GHC 7.6.1 support
author
dennis
<dennis@felsin9.de>
Sun, 7 Oct 2012 19:44:46 +0000
(19:44 +0000)
committer
dennis
<dennis@felsin9.de>
Sun, 7 Oct 2012 19:44:46 +0000
(19:44 +0000)
ghc-heap-view.cabal
patch
|
blob
|
history
diff --git
a/ghc-heap-view.cabal
b/ghc-heap-view.cabal
index
062074b
..
457f841
100644
(file)
--- 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/