Skip to content

Commit

Permalink
Import void explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
qrilka committed Jul 9, 2023
1 parent 98b1ecd commit ed6b239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/StreamTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import Codec.Xlsx.Parser.Stream
import Conduit ((.|))
import qualified Conduit as C
import Control.Lens hiding (indexed)
import Control.Monad (void)
import Data.Set.Lens
import qualified Data.ByteString.Lazy as LB
import qualified Data.ByteString as BS
Expand Down

0 comments on commit ed6b239

Please sign in to comment.