From 05271c94af864bb2eadff2a71f523d5d6d68c76d Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 5 Mar 2016 13:44:08 +0800 Subject: [PATCH] Fix a haddock parse error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The line was triggering parse error when running haddock: ``` src/Path.hs:16:1: parse error on input ‘-- | A normalizing well-typed path type.’ ``` Removing it works for me. --- src/Path.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Path.hs b/src/Path.hs index d30e9bb..152885a 100644 --- a/src/Path.hs +++ b/src/Path.hs @@ -13,8 +13,6 @@ {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE EmptyDataDecls #-} --- | A normalizing well-typed path type. - module Path (-- * Types Path