Skip to content

Commit

Permalink
Export Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jan 11, 2012
1 parent 27bb27d commit 7010e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion persistent-postgresql/Database/Persist/Postgresql.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Database.Persist.Postgresql
, PG.ConnectInfo(..)
) where

import Database.Persist
import Database.Persist hiding (Entity (..))
import Database.Persist.Store
import Database.Persist.GenericSql hiding (Key(..))
import Database.Persist.GenericSql.Internal
Expand Down
2 changes: 1 addition & 1 deletion persistent-sqlite/Database/Persist/Sqlite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Database.Persist.Sqlite
, SqliteConf (..)
) where

import Database.Persist
import Database.Persist hiding (Entity (..))
import Database.Persist.Store
import Database.Persist.EntityDef
import Database.Persist.GenericSql hiding (Key(..))
Expand Down
1 change: 1 addition & 0 deletions persistent/Database/Persist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module Database.Persist
, PersistStore (..)
, PersistUnique (..)
, Key (..)
, Entity (..)
, insertBy
, getJust
, belongsTo
Expand Down

0 comments on commit 7010e7c

Please sign in to comment.