himura / twitter-conduit

Twitter API package for Haskell, including enumerator interfaces and Streaming API supports.
BSD 2-Clause "Simplified" License
158 stars 48 forks source link

Hlint style failure #55

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago
> /tmp/stackage-build13/twitter-conduit-0.2.2$ dist/build/hlint/hlint
Web/Twitter/Conduit/Parameters/TH.hs:6:1: Warning: Use module export list
Found:
  module Web.Twitter.Conduit.Parameters.TH where
Why not:
  module Web.Twitter.Conduit.Parameters.TH
         (module Web.Twitter.Conduit.Parameters.TH) where
Note: An explicit list is usually better

1 hint
himura commented 7 years ago

I've fixed this in 0.2.2.1.

Let me know if this is still happening.