Skip to content

Commit

Permalink
Merge pull request #1 from sebasguts/master
Browse files Browse the repository at this point in the history
New version of CAP: Finalize
  • Loading branch information
oysteins committed May 8, 2015
2 parents 759f402 + 0f13c3f commit 1f4bdb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Dependencies := rec(
# without these, the package will not load
# NeededOtherPackages := [["GAPDoc", ">= 0.99"]],
NeededOtherPackages := [["GBNP", ">=0.9.5"],
["CAP", ">=0"]],
["CAP", ">=2015.05.08"]],
# without these the package will issue a warning while loading
# SuggestedOtherPackages := [],
SuggestedOtherPackages := [],
Expand Down
5 changes: 4 additions & 1 deletion lib/modulecategory.gi
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ function( A )
function( summands, i, sum )
return DirectSumProjections( sum )[ i ];
end );


SetIsAbelianCategory( category, true );
Finalize( category );

return category;
end );

0 comments on commit 1f4bdb7

Please sign in to comment.