fix build warning with ghc 7.10
This commit is contained in:
parent
9f14f51d63
commit
9917d2c94c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ type MkMForm x = MForm Handler (FormResult x, Widget)
|
|||
|
||||
type MkAForm x = AForm Handler x
|
||||
|
||||
type MkField x = Monad m => RenderMessage (HandlerSite m) FormMessage => Field m x
|
||||
type MkField x = forall m. Monad m => RenderMessage (HandlerSite m) FormMessage => Field m x
|
||||
|
||||
data RepoSelector = RepoSelector
|
||||
{ onlyCloud :: Bool
|
||||
|
|
Loading…
Add table
Reference in a new issue