Skip to content

Commit 6e2df0a

Browse files
committedDec 20, 2017
haskellPackages.SCalendar: try to restore the bot capacity to evaluate
Remove infinite recursion between SCalendar and scalendar: https://gist.github.com/GrahamcOfBorg/eb6d5675657ddc3cc3f054305b11dcb5
1 parent 9563726 commit 6e2df0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/haskell-modules/hackage-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15570,7 +15570,7 @@ self: {
1557015570
sha256 = "139lggc8f7sw703asdyxqbja0jfcgphx0l5si1046lsryinvywa9";
1557115571
libraryHaskellDepends = [ base containers text time ];
1557215572
testHaskellDepends = [
15573-
base containers hspec QuickCheck scalendar text time
15573+
base containers hspec QuickCheck text time
1557415574
];
1557515575
homepage = "https://www.researchgate.net/publication/311582722_Method_of_Managing_Resources_in_a_Telecommunication_Network_or_a_Computing_System";
1557615576
description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations";

3 commit comments

Comments
 (3)

peti commented on Dec 26, 2017

@peti
Member

Please do NOT modify this file. Please read the comment at the very top. Those changes don't accomplish anything except confuse people who try to track down the commit in which a particular issue was introduced.

orivej commented on Dec 26, 2017

@orivej
ContributorAuthor

This commit accomplished what it meant to accomplish: understanding the cause of the bot failure and temporarily restoring its capacity to evaluate.

peti commented on Dec 27, 2017

@peti
Member

It also wasted my time when I was trying to re-produce the issue locally and was baffled to find that the error won't occur on my machine. There are automatic processes in place that generate and modify this file. Please do not interfere without at least going through a PR and asking for reviews first.

Please sign in to comment.