fix minor typo in deprecation warning
This commit is contained in:
parent
f6c07f30d5
commit
81f4db6c5c
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…
Add table
Reference in a new issue