Skip to content

Commit

Permalink
Move location of exposed type
Browse files Browse the repository at this point in the history
  • Loading branch information
danbroooks committed Jan 29, 2022
1 parent 06e93e7 commit 929bc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions persistent/Database/Persist/Quasi/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module Database.Persist.Quasi.Internal
, ForeignFieldReference(..)
, mkKeyConType
, isHaskellUnboundField
, FieldTypeLit(..)
) where

import Prelude hiding (lines)
Expand All @@ -64,6 +65,7 @@ import Data.Text (Text)
import qualified Data.Text as T
import Database.Persist.EntityDef.Internal
import Database.Persist.Types
import Database.Persist.Types.Base
import Language.Haskell.TH.Syntax (Lift)
import qualified Text.Read as R

Expand Down
1 change: 0 additions & 1 deletion persistent/Database/Persist/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import Database.Persist.Types.Base
, FieldCascade(..)
, FieldDef(..)
, FieldType(..)
, FieldTypeLit(..)
, ForeignDef(..)
, ForeignFieldDef
, IsNullable(..)
Expand Down

0 comments on commit 929bc97

Please sign in to comment.