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 DeriveDataTypeable #-}
|
||||||
{-# LANGUAGE EmptyDataDecls #-}
|
{-# LANGUAGE EmptyDataDecls #-}
|
||||||
|
|
||||||
-- | A normalizing well-typed path type.
|
|
||||||
|
|
||||||
module Path
|
module Path
|
||||||
(-- * Types
|
(-- * Types
|
||||||
Path
|
Path
|
||||||
|
Loading…
Reference in New Issue
Block a user