stackctl-1.4.3.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Stackctl.Sort

Documentation

sortByDependencies Source #

Arguments

:: Ord k 
=> (a -> k)

How to identify a given item

-> (a -> [k])

How to get the given item's dependencies

-> [a] 
-> [a]