Skip to content

Commit 5c68f23

Browse files
authored
Merge pull request #59 from reflex-frp/reexport-additive
Fix reexport
2 parents 34eb4a5 + a7f0372 commit 5c68f23

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)