module-management-0.20.2: testdata/split1-expected/Debian/Repo/Package/ReExported.hs
{-# LANGUAGE PackageImports, ScopedTypeVariables, TupleSections #-}
{-# OPTIONS -fno-warn-name-shadowing #-}
module Debian.Repo.Package.ReExported
( TH.FixityDirection(..)
, TH.Fixity(..)
) where
import qualified Language.Haskell.TH.Syntax as TH (Fixity(..), FixityDirection(..))