summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog018/B.hs
blob: ebfdd6d733c78c761f1a6545cda7d1a6981ada05 (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -Wunused-imports #-}
module B
  ( module A
  ) where

import A
import Data.List