Skip to content

Commit

Permalink
use voidServer from ngx-export-tools >= 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Mar 9, 2024
1 parent 75d1c7b commit c0e0e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NgxExport/Tools/PCRE.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : NgxExport.Tools.PCRE
-- Copyright : (c) Alexey Radkov 2021-2023
-- Copyright : (c) Alexey Radkov 2021-2024
-- License : BSD-style
--
-- Maintainer : alexey.radkov@gmail.com
Expand Down Expand Up @@ -161,7 +161,7 @@ regexes = unsafePerformIO $ newIORef HM.empty
{-# NOINLINE regexes #-}

declareRegexes :: InputRegexes -> NgxExportService
declareRegexes = ignitionService $ voidHandler' $ return ()
declareRegexes = voidService

ngxExportSimpleServiceTyped 'declareRegexes ''InputRegexes SingleShotService

Expand Down
4 changes: 2 additions & 2 deletions ngx-export-tools-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ngx-export-tools-extra
version: 1.2.8
version: 1.2.8.1
synopsis: More extra tools for Nginx Haskell module
description: More extra tools for
<https://github.com/lyokha/nginx-haskell-module Nginx Haskell module>.
Expand Down Expand Up @@ -40,7 +40,7 @@ library
, bytestring >= 0.10.0.0
, base64 >= 0.3.0.0
, ngx-export
, ngx-export-tools >= 1.2.2
, ngx-export-tools >= 1.2.3.1
, http-types >= 0.7.0
, http-client >= 0.5.3
, http-client-tls >= 0.3.4
Expand Down

0 comments on commit c0e0e73

Please sign in to comment.