Skip to content

Commit

Permalink
rest-types: Switch to explicit export lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Feb 23, 2015
1 parent bb94615 commit b8c8be9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions rest-types/src/Rest/Types/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
, TypeFamilies
#-}
module Rest.Types.Error
( DataError(..)
, DomainReason(..)
, Status(..)
( DataError (..)
, DomainReason (..)
, Status (..)
, fromEither
, toEither
, Reason_
, Reason(..)
, SomeReason(..)
, ToResponseCode(..)
, Reason (..)
, SomeReason (..)
, ToResponseCode (..)
) where

import Data.Aeson hiding (Success)
Expand Down
2 changes: 1 addition & 1 deletion rest-types/src/Rest/Types/Info.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, TypeSynonymInstances
#-}
-- | Module facilitating informative inspection of datatypes.
module Rest.Types.Info where
module Rest.Types.Info (Info (..)) where

import Data.Text (Text)
import Data.Typeable
Expand Down

0 comments on commit b8c8be9

Please sign in to comment.