more dephell

This commit is contained in:
nek0 2014-12-22 17:30:00 +01:00
parent 76e3c907ee
commit 465f331165
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,6 @@
module Helper module Helper
( getUserIdFromText ( getUserIdFromText
, extractKey , extractKey
-- , getUserNameById
, fromHex , fromHex
, fromHex' , fromHex'
, toHex , toHex

View file

@ -11,6 +11,7 @@ import Data.Eq (Eq)
import Data.Time (UTCTime) import Data.Time (UTCTime)
import Data.ByteString import Data.ByteString
import Data.Bool import Data.Bool
import Data.Int
import Text.Show (Show) import Text.Show (Show)
import System.FilePath (FilePath) import System.FilePath (FilePath)
@ -18,5 +19,5 @@ import System.FilePath (FilePath)
-- You can find more information on persistent and how to declare entities -- You can find more information on persistent and how to declare entities
-- at: -- at:
-- http://www.yesodweb.com/book/persistent/ -- http://www.yesodweb.com/book/persistent/
share [mkPersist sqlOnlySettings, mkMigrate "migrateAll"] share [mkPersist sqlSettings, mkMigrate "migrateAll"]
$(persistFileWith lowerCaseSettings "config/models") $(persistFileWith lowerCaseSettings "config/models")

View file

@ -70,7 +70,7 @@ library
, yesod-form >= 1.3 , yesod-form >= 1.3
, bytestring >= 0.9 , bytestring >= 0.9
, text >= 0.11 , text >= 0.11
, persistent >= 1.3 , persistent >= 1.3 && < 2.0.0
, persistent-sqlite >= 1.3 , persistent-sqlite >= 1.3
, persistent-template >= 1.3 , persistent-template >= 1.3
, template-haskell , template-haskell