File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ library
41
41
, lens >= 4.7 && < 5
42
42
, semigroupoids >= 4.0 && < 6
43
43
, transformers >= 0.5.6.0 && < 0.6
44
- , witherable >= 0.3 && < 0.4
44
+ , witherable >= 0.3 && < 0.5
45
45
46
46
if impl(ghc < 8.6 ) -- really, if base < 8.12
47
47
build-depends : base-orphans >= 0.8 && < 0.9
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ instance Group (Proxy x) where
85
85
86
86
-- | Const lifts groups into a functor.
87
87
deriving instance Group a => Group (Const a x )
88
+
88
89
-- | Identity lifts groups pointwise (at only one point)
89
90
deriving instance Group a => Group (Identity a )
90
91
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ instance Additive (Proxy x)
46
46
47
47
-- | Const lifts additive semigroups into a functor.
48
48
instance Additive a => Additive (Const a x )
49
+
49
50
-- | Identity lifts additive semigroups pointwise (at only one point)
50
51
instance Additive a => Additive (Identity a )
51
52
You can’t perform that action at this time.
0 commit comments