summaryrefslogtreecommitdiff
path: root/hadrian/src/Rules/Dependencies.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Rules/Dependencies.hs')
-rw-r--r--hadrian/src/Rules/Dependencies.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Dependencies.hs b/hadrian/src/Rules/Dependencies.hs
index ebdb7b70d8..b807dddbc7 100644
--- a/hadrian/src/Rules/Dependencies.hs
+++ b/hadrian/src/Rules/Dependencies.hs
@@ -1,7 +1,6 @@
module Rules.Dependencies (buildPackageDependencies) where
import Data.Bifunctor
-import Data.Function
import qualified Data.List.NonEmpty as NE
import Base