Fix a haddock parse error
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.
This commit is contained in:
parent
9d357b24c8
commit
05271c94af
@ -13,8 +13,6 @@
|
||||
{-# LANGUAGE DeriveDataTypeable #-}
|
||||
{-# LANGUAGE EmptyDataDecls #-}
|
||||
|
||||
-- | A normalizing well-typed path type.
|
||||
|
||||
module Path
|
||||
(-- * Types
|
||||
Path
|
||||
|
Loading…
Reference in New Issue
Block a user