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:
Felix Yan 2016-03-05 13:44:08 +08:00
parent 9d357b24c8
commit 05271c94af
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE EmptyDataDecls #-}
-- | A normalizing well-typed path type.
module Path
(-- * Types
Path