Skip to content

Commit

Permalink
reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Taylor committed May 14, 2018
1 parent cafb3b8 commit 9c84874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/StylishCabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ module StylishCabal
, parsePackageDescription
, readPackageDescription
, Result(..)
, PError(..)
, PWarning(..)
, result
, printWarnings
, displayError
-- * Reexports
, Default(..)
, GenericPackageDescription
, Doc
, plain
, displayIO
Expand All @@ -23,6 +26,7 @@ module StylishCabal
import Data.Default
import Data.Monoid.Compat
import Distribution.PackageDescription (GenericPackageDescription)
import Distribution.Parsec.Common
import Prelude.Compat
import Text.PrettyPrint.ANSI.Leijen hiding ((<>), pretty)

Expand Down

0 comments on commit 9c84874

Please sign in to comment.