Skip to content

Commit

Permalink
Merge pull request homalg-project#1258 from mohamed-barakat/SetRange
Browse files Browse the repository at this point in the history
continue complying with CAP v2023.02-09
  • Loading branch information
mohamed-barakat authored Feb 21, 2023
2 parents 26a2882 + 2242d5f commit 87ccffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ModulePresentationsForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "ModulePresentationsForCAP",
Subtitle := "Category R-pres for CAP",
Version := "2022.12-01",
Version := "2023.02-01",
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
License := "GPL-2.0-or-later",

Expand Down Expand Up @@ -87,8 +87,8 @@ PackageDoc := rec(
Dependencies := rec(
GAP := ">= 4.12.1",
NeededOtherPackages := [ [ "MatricesForHomalg", ">=2019.02.01" ],
[ "CAP", ">= 2022.09-13" ],
[ "MonoidalCategories", ">= 2019.01.16" ],
[ "CAP", ">= 2023.02-09" ],
[ "MonoidalCategories", ">= 2023.02-04" ],
],
SuggestedOtherPackages := [
[ "FreydCategoriesForCAP", ">= 2021.12-04" ],
Expand Down
6 changes: 6 additions & 0 deletions ModulePresentationsForCAP/gap/ModulePresentationsForCAP.gi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ InstallMethod( LeftPresentations,

SetIsSymmetricClosedMonoidalCategory( category, true );

SetRangeCategoryOfHomomorphismStructure( category, category );
SetIsEquippedWithHomomorphismStructure( category, true );

SetIsLinearCategoryOverCommutativeRing( category, true );

SetCommutativeRingOfLinearCategory( category, ring );
Expand Down Expand Up @@ -133,6 +136,9 @@ InstallMethod( RightPresentations,

SetIsSymmetricClosedMonoidalCategory( category, true );

SetRangeCategoryOfHomomorphismStructure( category, category );
SetIsEquippedWithHomomorphismStructure( category, true );

SetIsLinearCategoryOverCommutativeRing( category, true );

SetCommutativeRingOfLinearCategory( category, ring );
Expand Down

0 comments on commit 87ccffd

Please sign in to comment.