packages feed

weeder-2.9.0: test/Spec/ModuleRoot/M.hs

{-# OPTIONS_GHC -Wno-unused-top-binds #-}
module Spec.ModuleRoot.M (root) where

root :: ()
root = dependency

dependency :: ()
dependency = ()

weed :: ()
weed = ()