Skip to content

Commit

Permalink
requiring auto-update v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Oct 29, 2024
1 parent 1fc0572 commit 8fddc60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion warp/Network/Wai/Handler/Warp/Date.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ module Network.Wai.Handler.Warp.Date (
GMTDate,
) where

import Control.AutoUpdate (defaultUpdateSettings, mkAutoUpdate, updateAction)
import Control.AutoUpdate (
defaultUpdateSettings,
mkAutoUpdate,
updateAction,
updateThreadName,
)
import Data.ByteString
import Network.HTTP.Date

Expand Down
2 changes: 1 addition & 1 deletion warp/warp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ library
build-depends:
base >=4.12 && <5,
array,
auto-update >=0.2 && <0.3,
auto-update >=0.2.2 && <0.3,
bsb-http-chunked <0.1,
bytestring >=0.9.1.4,
case-insensitive >=0.2,
Expand Down

0 comments on commit 8fddc60

Please sign in to comment.