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 (parent:
ed7b41c
)
Do not use -dcmm-lint, cabal check does not like that
0.5.2
author
Joachim Breitner
<mail@joachim-breitner.de>
Tue, 7 Oct 2014 11:43:50 +0000
(13:43 +0200)
committer
Joachim Breitner
<mail@joachim-breitner.de>
Tue, 7 Oct 2014 11:43:50 +0000
(13:43 +0200)
ghc-heap-view.cabal
patch
|
blob
|
history
diff --git
a/ghc-heap-view.cabal
b/ghc-heap-view.cabal
index
f7396f1
..
6e705dc
100644
(file)
--- a/
ghc-heap-view.cabal
+++ b/
ghc-heap-view.cabal
@@
-78,7
+78,7
@@
Library
build-depends: ghc < 7.7
C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm
Hs-source-dirs: src/
build-depends: ghc < 7.7
C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm
Hs-source-dirs: src/
- Ghc-options: -Wall
-dcmm-lint
+ Ghc-options: -Wall
default-language: Haskell2010
if flag(prim-supports-any)
default-language: Haskell2010
if flag(prim-supports-any)