Skip to content

Commit

Permalink
Fix ghc 9.6.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and newhoggy committed Feb 26, 2024
1 parent 6a3ee41 commit 00c47fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/RdsData/Decode/Row.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module Data.RdsData.Decode.Row

import Control.Monad.Except
import Control.Monad.State
import Control.Monad

Check warning on line 40 in src/Data/RdsData/Decode/Row.hs

View workflow job for this annotation

GitHub Actions / build (9.4.8, ubuntu-latest)

The import of ‘Control.Monad’ is redundant
import Data.ByteString (ByteString)
import Data.Functor.Identity
import Data.Int
Expand Down

0 comments on commit 00c47fe

Please sign in to comment.