ngx-export 0.2.4.0 → 0.2.4.1
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ NgxExport: CInt :: Int32 -> CInt
+ NgxExport: CUInt :: Word32 -> CUInt
+ NgxExport: newtype CInt :: *
+ NgxExport: newtype CUInt :: *
Files
- NgxExport.hs +2/−1
- ngx-export.cabal +2/−1
NgxExport.hs view
@@ -15,7 +15,8 @@ -- ----------------------------------------------------------------------------- -module NgxExport (module Foreign.C+module NgxExport (Foreign.C.CInt (..) -- for marshalling in foreign calls+ ,Foreign.C.CUInt (..) -- for marshalling in foreign calls ,ngxExportSS ,ngxExportSSS ,ngxExportSLS
ngx-export.cabal view
@@ -1,5 +1,5 @@ name: ngx-export-version: 0.2.4.0+version: 0.2.4.1 synopsis: Helper module for Nginx haskell module description: Helper module for <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>@@ -8,6 +8,7 @@ license-file: LICENSE author: Alexey Radkov <alexey.radkov@gmail.com> maintainer: Alexey Radkov <alexey.radkov@gmail.com>+stability: experimental copyright: 2016 Alexey Radkov category: Unclassified build-type: Simple