File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
orphan for backwards compat, temporarily, but it should eventually be removed
10
10
everywhere.
11
11
12
- ## Unreleased
12
+ ## 0.0.7.0 - 2022-06-23
13
13
14
14
* Use ` commutative-semigroups ` for ` Commutative ` , making ` Additive ` a
15
15
deprecated alias.
Original file line number Diff line number Diff line change 1
1
Name : patch
2
- Version : 0.1.0 .0
2
+ Version : 0.0.7 .0
3
3
Synopsis : Data structures for describing changes to other data structures.
4
4
Description :
5
5
Data structures for describing changes to other data structures.
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE ConstraintKinds #-}
2
2
3
3
{-|
4
- Description : A class for commutative semigroups
4
+ Description : A deprecated module containing a deprecated alias to the class for commutative semigroups
5
5
-}
6
6
module Data.Semigroup.Additive
7
7
{-# DEPRECATED "Use 'Data.Semigroup.Commutative'" #-}
@@ -11,4 +11,5 @@ module Data.Semigroup.Additive
11
11
import Data.Semigroup.Commutative
12
12
13
13
{-# DEPRECATED Additive "Use 'Data.Semigroup.Commutative.Commutative'" #-}
14
+ -- | Deprecated alias for 'Commutative'
14
15
type Additive = Commutative
You can’t perform that action at this time.
0 commit comments