Skip to content

Commit 559492b

Browse files
committed
Qualify the Data.Semigroup.Additive import
We are only doing it to reexport it, we don't want to actually use it as it is deprecated.
1 parent b2e2e23 commit 559492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Patch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Data.Semigroup (Semigroup (..))
2424
#endif
2525
import GHC.Generics
2626

27-
import Data.Semigroup.Additive as X
27+
import qualified Data.Semigroup.Additive as X
2828
import Data.Patch.Class as X
2929
import Data.Patch.DMap as X hiding (getDeletions)
3030
import Data.Patch.DMapWithMove as X

0 commit comments

Comments
 (0)