[commit: ghc] ghc-7.8: Note that we need Cabal-1.18 in the release notes (e92659d)

git at git.haskell.org git at git.haskell.org
Fri Feb 28 23:39:31 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/e92659d5e293f2be4ceb0dd76ab6e922faf32d97/ghc

>---------------------------------------------------------------

commit e92659d5e293f2be4ceb0dd76ab6e922faf32d97
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Feb 28 16:40:27 2014 -0600

    Note that we need Cabal-1.18 in the release notes
    
    Thanks to George Colpitts for helping us remember this!
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    
    (cherry picked from commit f9627252fc278ecaafbb1885c31adad7357c0763)


>---------------------------------------------------------------

e92659d5e293f2be4ceb0dd76ab6e922faf32d97
 docs/users_guide/7.8.1-notes.xml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 4138efe..1738fb7 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -256,6 +256,12 @@
            </para>
 
             <para>
+                Note that you must be using Cabal and Cabal-install
+                1.18 for it to correctly build dynamic shared libraries
+                for you.
+           </para>
+
+            <para>
                 Currently, Dynamic GHCi and
                 <literal>-dynamic-too</literal> are not supported on
                 Windows (32bit or 64bit.)



More information about the ghc-commits mailing list