Commit bdcf30a
committed
Core module cannot be checked with stylish-haskell
This is because stylish-parser cannot parse the export list which starts
with
```hs
module Network.TypedProtocol.Core
( -- * Introduction
-- $intro
-- * Defining protocols
-- $defining
Protocol (..)
```
But this is required by haddock, to include the next section.1 parent 20aa2fe commit bdcf30a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments