From: Joachim Breitner Date: Fri, 7 Jun 2013 22:06:42 +0000 (+0000) Subject: Fix dependency syntax, thx to Brent for spotting it X-Git-Tag: 0_5_1~2 X-Git-Url: http://git.nomeata.de/?p=ghc-heap-view.git;a=commitdiff_plain;h=f796924bbaf19af93cce7f9f0c9755812e064778 Fix dependency syntax, thx to Brent for spotting it --- diff --git a/ghc-heap-view.cabal b/ghc-heap-view.cabal index f7005e1..1b61375 100644 --- a/ghc-heap-view.cabal +++ b/ghc-heap-view.cabal @@ -65,7 +65,7 @@ Library containers, transformers, template-haskell, - bytestring (>= 0.10), + bytestring >= 0.10, binary, ghc C-Sources: cbits/HeapView.c cbits/HeapViewPrim.cmm