Skip to content

Commit 18d3502

Browse files
Merge pull request #231 from zickgraf/master
Remove temporary hack to use QuiverRows in FreydCategoriesForCAP
2 parents 5e0d215 + 1ba4be9 commit 18d3502

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "Algebroids",
1212
Subtitle := "Algebroids and bialgebroids as preadditive categories generated by enhanced quivers",
13-
Version := "2022.12-24",
13+
Version := "2022.12-25",
1414

1515
Date := ~.Version{[ 1 .. 10 ]},
1616
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
@@ -139,7 +139,7 @@ Dependencies := rec(
139139
[ "FinSetsForCAP", ">= 2022.11-04" ],
140140
[ "QPA", ">= 2.0" ],
141141
[ "MatricesForHomalg", ">= 2021.12-01" ],
142-
[ "FreydCategoriesForCAP", ">= 2022.09-07" ],
142+
[ "FreydCategoriesForCAP", ">= 2022.12-04" ],
143143
[ "RingsForHomalg", ">= 2018.12.02" ],
144144
],
145145
SuggestedOtherPackages := [

init.g

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
# Reading the declaration part of the package.
55
#
66

7-
# temporary hack: use QuiverRows in FreydCategoriesForCAP until it is dropped
8-
if not IsBoundGlobal( "IsQuiverRowsCategory" ) then
9-
ReadPackage( "Algebroids", "gap/QuiverRows.gd" );
10-
fi;
7+
ReadPackage( "Algebroids", "gap/QuiverRows.gd" );
118

129
ReadPackage( "Algebroids", "gap/FpCategories.gd");
1310
ReadPackage( "Algebroids", "gap/Algebroids.gd");

read.g

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
# Reading the implementation part of the package.
55
#
66

7-
# temporary hack: use QuiverRows in FreydCategoriesForCAP until it is dropped
8-
if NumberArgumentsFunction( INSTALL_FUNCTIONS_FOR_QUIVER_ROWS ) = -1 then
9-
ReadPackage( "Algebroids", "gap/QuiverRows.gi" );
10-
fi;
7+
ReadPackage( "Algebroids", "gap/QuiverRows.gi" );
118

129
ReadPackage( "Algebroids", "gap/precompiled_categories/CategoryFromNerveDataPrecompiled.gi" );
1310
ReadPackage( "Algebroids", "gap/precompiled_categories/CategoryFromNerveDataHomStructureOnMorphismsPrecompiled.gi" );

0 commit comments

Comments
 (0)