packages feed

mighttpd2 4.0.1 → 4.0.2

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~warp-tlsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: warp-tls

API changes (from Hackage documentation)

Files

Program/Mighty/Types.hs view
@@ -3,7 +3,10 @@ module Program.Mighty.Types (Natural, naturalToInt) where  #ifdef DHALL-import GHC.Natural (Natural, naturalToInt)+import GHC.Natural (Natural, naturalToWord)++naturalToInt :: Natural -> Int+naturalToInt = fromIntegral . naturalToWord #else type Natural = Int 
mighttpd2.cabal view
@@ -1,5 +1,5 @@ Name:                   mighttpd2-Version:                4.0.1+Version:                4.0.2 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3