packages feed

hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/NewHaddock/DisableDoc/B/B.hs

-- | Module using external dependency and mentioning it in haddocks
module B (b) where

import A

-- | Use 'a'
b :: Int
b = a