improve layout
This commit is contained in:
parent
e8437ae7a3
commit
aa27969e55
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ toSSha (Ref s) = SSha s
|
|||
fromSSha :: SSha -> Ref
|
||||
fromSSha (SSha s) = Ref s
|
||||
|
||||
instance PersistField SSha where
|
||||
instance PersistField SSha where
|
||||
toPersistValue (SSha b) = toPersistValue b
|
||||
fromPersistValue v = SSha <$> fromPersistValue v
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue