packages feed

ngx-export-tools 0.4.2.1 → 0.4.2.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

NgxExport/Tools.hs view
@@ -74,7 +74,7 @@ import           System.IO.Unsafe (unsafePerformIO) import           Safe -foreign import ccall "exit" exit :: CInt -> IO ()+foreign import ccall unsafe "exit" exit :: CInt -> IO ()  -- | Terminates current Nginx worker process. --
ngx-export-tools.cabal view
@@ -1,5 +1,5 @@ name:                       ngx-export-tools-version:                    0.4.2.1+version:                    0.4.2.2 synopsis:                   Extra tools for Nginx haskell module description:                Extra tools for         <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>.