ngx-export-tools 0.4.6.0 → 0.4.7.0
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ NgxExport.Tools: instance GHC.Classes.Eq NgxExport.Tools.TimeInterval
Files
- Changelog.md +4/−0
- NgxExport/Tools.hs +1/−1
- ngx-export-tools.cabal +1/−1
Changelog.md view
@@ -1,3 +1,7 @@+### 0.4.7.0++- Derive *TimeInterval* from *Eq*.+ ### 0.4.6.0 - Added function *workerProcessIsExiting* to check quickly in an exception
NgxExport/Tools.hs view
@@ -145,7 +145,7 @@ | Sec Int -- ^ Seconds | HrMin Int Int -- ^ Hours and minutes | MinSec Int Int -- ^ Minutes and seconds- deriving (Generic, Lift, Read, Show)+ deriving (Generic, Lift, Read, Show, Eq) instance FromJSON TimeInterval -- | Converts a time interval into seconds.
ngx-export-tools.cabal view
@@ -1,5 +1,5 @@ name: ngx-export-tools-version: 0.4.6.0+version: 0.4.7.0 synopsis: Extra tools for Nginx haskell module description: Extra tools for <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>.