Skip to content

Commit a7f0372

Browse files
committed
Fix reexport
See comment for details
1 parent 34eb4a5 commit a7f0372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Data/Patch.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ import Control.Applicative (liftA2)
2828
import Data.Semigroup (Semigroup (..))
2929
#endif
3030

31-
import qualified Data.Semigroup.Commutative as X
31+
-- N.B. Intentionally reexporting `Additive`, the deprecated alias, as
32+
-- this is a reexport for backwards compatibility.
33+
import qualified Data.Semigroup.Additive as X
3234
import Data.Patch.Class as X
3335
import Data.Patch.DMap as X hiding (getDeletions)
3436
import Data.Patch.DMapWithMove as X

0 commit comments

Comments
 (0)