[commit: ghc] master: Fix xhtml's entry in the packages file; fixes #7632 (1ee495b)

Ian Lynagh igloo at earth.li
Fri Feb 1 21:12:21 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1ee495b61fffcfa70495a539635c325a0ab5ddf7

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

commit 1ee495b61fffcfa70495a539635c325a0ab5ddf7
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Feb 1 20:13:47 2013 +0000

    Fix xhtml's entry in the packages file; fixes #7632
    
    xhtml is a submodule

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

 packages |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages b/packages
index 74485df..53eda8f 100644
--- a/packages
+++ b/packages
@@ -74,7 +74,7 @@ libraries/time                  -           -
 libraries/transformers          -           -                                   git
 libraries/unix                  -           packages/unix.git                   git
 libraries/Win32                 -           -                                   git
-libraries/xhtml                 -           packages/xhtml.git                  git
+libraries/xhtml                 -           -                                   git
 testsuite                       testsuite   testsuite.git                       git
 nofib                           nofib       nofib.git                           git
 libraries/parallel              extra       packages/parallel.git               git





More information about the ghc-commits mailing list