Merge pull request #1020 from maxhbr/maxhbr/fixMinorTypo
Fix minor typo in deprecation warning
This commit is contained in:
commit
f75bbf25be
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Servant.Utils.StaticFiles
|
||||
{-# DEPRECATED "Use Servant.ServerStaticFiles." #-}
|
||||
{-# DEPRECATED "Use Servant.Server.StaticFiles." #-}
|
||||
( module Servant.Server.StaticFiles )
|
||||
where
|
||||
|
||||
|
|
Loading…
Reference in a new issue