diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-15 11:13:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-15 11:14:37 -0400 |
commit | 96e893d718dc6bad7b2abdefce886694f986c367 (patch) | |
tree | e74e9cd0916b02c418d7eb78a1569f3ea94809fa /git-annex.cabal | |
parent | 6ab78795eaa25bb0e42daf7980df2d30f397665c (diff) |
remove Utility.Mounts et al; moved to mountpoints package
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index fa496d8e0..4edbd21c3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -144,9 +144,8 @@ Executable git-annex else Build-Depends: unix -- Need to list these because they're generated from .hsc files. - Other-Modules: Utility.Touch Utility.Mounts + Other-Modules: Utility.Touch Include-Dirs: Utility - C-Sources: Utility/libdiskfree.c Utility/libmounts.c CPP-Options: -DWITH_CLIBS if flag(TestSuite) @@ -163,7 +162,7 @@ Executable git-annex CPP-Options: -DWITH_WEBDAV if flag(Assistant) && ! os(solaris) - Build-Depends: dns + Build-Depends: dns, mountpoints CPP-Options: -DWITH_ASSISTANT if flag(Assistant) |