more dephell
This commit is contained in:
parent
76e3c907ee
commit
465f331165
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
module Helper
|
||||
( getUserIdFromText
|
||||
, extractKey
|
||||
-- , getUserNameById
|
||||
, fromHex
|
||||
, fromHex'
|
||||
, toHex
|
||||
|
|
3
Model.hs
3
Model.hs
|
@ -11,6 +11,7 @@ import Data.Eq (Eq)
|
|||
import Data.Time (UTCTime)
|
||||
import Data.ByteString
|
||||
import Data.Bool
|
||||
import Data.Int
|
||||
import Text.Show (Show)
|
||||
import System.FilePath (FilePath)
|
||||
|
||||
|
@ -18,5 +19,5 @@ import System.FilePath (FilePath)
|
|||
-- You can find more information on persistent and how to declare entities
|
||||
-- at:
|
||||
-- http://www.yesodweb.com/book/persistent/
|
||||
share [mkPersist sqlOnlySettings, mkMigrate "migrateAll"]
|
||||
share [mkPersist sqlSettings, mkMigrate "migrateAll"]
|
||||
$(persistFileWith lowerCaseSettings "config/models")
|
||||
|
|
|
@ -70,7 +70,7 @@ library
|
|||
, yesod-form >= 1.3
|
||||
, bytestring >= 0.9
|
||||
, text >= 0.11
|
||||
, persistent >= 1.3
|
||||
, persistent >= 1.3 && < 2.0.0
|
||||
, persistent-sqlite >= 1.3
|
||||
, persistent-template >= 1.3
|
||||
, template-haskell
|
||||
|
|
Loading…
Reference in a new issue