treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -38,8 +38,8 @@ let
|
||||
else "haddock-ghcjs";
|
||||
ghcDocLibDir =
|
||||
if !isGhcjs
|
||||
then ghc.doc + ''/share/doc/ghc*/html/libraries''
|
||||
else ghc + ''/doc/lib'';
|
||||
then ghc.doc + "/share/doc/ghc*/html/libraries"
|
||||
else ghc + "/doc/lib";
|
||||
# On GHCJS, use a stripped down version of GHC's prologue.txt
|
||||
prologue =
|
||||
if !isGhcjs
|
||||
|
||||
Reference in New Issue
Block a user