summaryrefslogtreecommitdiff
path: root/Types/DeferredParse.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-12-19 17:42:45 -0400
committerJoey Hess <joeyh@joeyh.name>2015-12-19 17:42:45 -0400
commitb6ac443b60c66cd8cfabb9987f00f161d6f644f5 (patch)
tree16b079437d4b4ec1f92ecced35ef057a3ac33133 /Types/DeferredParse.hs
parent4e226d2cd2db545290c5041212bad2380d3d3df1 (diff)
fix build warnings under ghc 7.10
Caused by AMP.. Since I've finally upgraded my dev laptop to 7.10, I may start missing imports that are not needed with it but are with older versions..
Diffstat (limited to 'Types/DeferredParse.hs')
-rw-r--r--Types/DeferredParse.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Types/DeferredParse.hs b/Types/DeferredParse.hs
index 983ba3f5c2..7445615f65 100644
--- a/Types/DeferredParse.hs
+++ b/Types/DeferredParse.hs
@@ -10,7 +10,6 @@
module Types.DeferredParse where
import Annex
-import Common
import Options.Applicative