export only the parts of aeson that are used
Rather than hiding things not wanted. This fixes a build warning with aeson-2.2.3 which no longer has a json function.
This commit is contained in:
parent
d026e585be
commit
76362278e9
2 changed files with 2 additions and 6 deletions
|
@ -40,7 +40,7 @@ import Annex.NumCopies
|
|||
import Git.Config (boolConfig)
|
||||
import qualified Git.LsTree as LsTree
|
||||
import Utility.Percentage
|
||||
import Utility.Aeson hiding (json)
|
||||
import Utility.Aeson
|
||||
import Types.Transfer
|
||||
import Logs.Transfer
|
||||
import Types.Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue