Skip to content

Commit 91f44a9

Browse files
authored
Merge pull request #62 from alexfmpe/fix-export-fix
Fix re-export fix
2 parents 70dc4f0 + 81e5679 commit 91f44a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Patch.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Data.Semigroup (Semigroup (..))
3030

3131
-- N.B. Intentionally reexporting `Additive`, the deprecated alias, as
3232
-- this is a reexport for backwards compatibility.
33-
import qualified Data.Semigroup.Additive as X
33+
import Data.Semigroup.Additive as X
3434
import Data.Patch.Class as X
3535
import Data.Patch.DMap as X hiding (getDeletions)
3636
import Data.Patch.DMapWithMove as X

0 commit comments

Comments
 (0)