split cost out into its own module
Added a function to insert a new cost into a list, which could be used to asjust costs after a drag and drop.
This commit is contained in:
parent
672fb29b06
commit
19c0a0d5b1
18 changed files with 103 additions and 37 deletions
|
@ -16,6 +16,7 @@ import Data.Int
|
|||
import Common.Annex
|
||||
import Types.Remote
|
||||
import qualified Git
|
||||
import Config.Cost
|
||||
import Config
|
||||
import Utility.FileMode
|
||||
import Remote.Helper.Special
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue