Skip to content

Commit

Permalink
Remove unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
j6carey committed Sep 23, 2024
1 parent fb7b0c6 commit 55d555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Proto3/Wire/Reverse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import qualified Data.Text.Lazy as TL
import qualified Data.Text.Short as TS
import Data.Vector.Generic ( Vector )
import Data.Word ( Word8, Word16, Word32, Word64 )
import GHC.Exts ( Addr#, Int(..), Int#, lazy )
import GHC.Exts ( Addr#, Int(..), Int# )
#if !MIN_VERSION_bytestring(0,11,0)
import GHC.Exts ( plusAddr# )
#endif
Expand Down

0 comments on commit 55d555b

Please sign in to comment.