packages feed

ngx-export 0.6.1.0 → 0.6.1.1

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+### 0.6.1.1++- Added *-Wno-incomplete-patterns* in *ghc-options* for older ghc versions.+ ### 0.6.1.0  - Constructors of *NgxExport* were lifted to type level for all handlers to
ngx-export.cabal view
@@ -1,5 +1,5 @@ name:                ngx-export-version:             0.6.1.0+version:             0.6.1.1 synopsis:            Helper module for Nginx haskell module description:         Helper module for         <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>@@ -25,4 +25,6 @@   exposed-modules:     NgxExport   other-modules:       Paths_ngx_export   ghc-options:         -Wall -Wno-unrecognised-pragmas+  if impl(ghc < 8.2)+    ghc-options:       -Wno-incomplete-patterns