lol

haskellPackages.SCalendar: try to restore the bot capacity to evaluate

Remove infinite recursion between SCalendar and scalendar:

https://gist.github.com/GrahamcOfBorg/eb6d5675657ddc3cc3f054305b11dcb5

+1 -1
+1 -1
pkgs/development/haskell-modules/hackage-packages.nix
··· 15570 15570 sha256 = "139lggc8f7sw703asdyxqbja0jfcgphx0l5si1046lsryinvywa9"; 15571 15571 libraryHaskellDepends = [ base containers text time ]; 15572 15572 testHaskellDepends = [ 15573 - base containers hspec QuickCheck scalendar text time 15573 + base containers hspec QuickCheck text time 15574 15574 ]; 15575 15575 homepage = "https://www.researchgate.net/publication/311582722_Method_of_Managing_Resources_in_a_Telecommunication_Network_or_a_Computing_System"; 15576 15576 description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations";