Skip to content

Commit 408c216

Browse files
Update to MonoidalCategories v2025.08-01
1 parent 5509dd7 commit 408c216

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [
66
"Fabian Zickgraf <[email protected]>"
77
]
88

9-
# Transpiled from GAP's ModulePresentationsForCAP v2025.06-02
10-
version = "0.1.8"
9+
# Transpiled from GAP's ModulePresentationsForCAP v2025.08-01
10+
version = "0.1.9"
1111

1212
[deps]
1313
MatricesForHomalg = "29b9b1b6-efa6-450e-8188-a5a2c25df071"
@@ -23,8 +23,8 @@ LinearAlgebraForCAP = "3dc4824f-14ac-4ab7-8a60-75dbcd4a9d60"
2323
julia = "1.11"
2424
MatricesForHomalg = "0.1"
2525
CAP = "0.3, 0.4, 0.5, 0.6"
26-
MonoidalCategories = "0.1, 0.2"
27-
LinearAlgebraForCAP = "0.1"
26+
MonoidalCategories = "~0.2.11"
27+
LinearAlgebraForCAP = "~0.1.12"
2828

2929
[extras]
3030
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/gap/ModulePresentationsForCAP.gi.autogen.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
if (HasIsCommutative( ring ) && IsCommutative( ring ))
4242

43+
SetIsAdditiveMonoidalCategory( category, true );
44+
4345
SetIsSymmetricClosedMonoidalCategory( category, true );
4446

4547
SetRangeCategoryOfHomomorphismStructure( category, category );
@@ -146,6 +148,8 @@ end );
146148

147149
if (HasIsCommutative( ring ) && IsCommutative( ring ))
148150

151+
SetIsAdditiveMonoidalCategory( category, true );
152+
149153
SetIsSymmetricClosedMonoidalCategory( category, true );
150154

151155
SetRangeCategoryOfHomomorphismStructure( category, category );

0 commit comments

Comments
 (0)