Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Dec 10, 2023
1 parent 311ceba commit a7034ad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.6

- Refactored to avoid using *head* and *tail* as it triggers *x-partial*
warnings in GHC *9.8.1*.
- Use declarations *voidHandler*, *voidHandler'*, and *NgxExportService* from
package *ngx-export-tools* *1.2.2*.

### 1.2.5

- Module *NgxExport.Tools.Resolve*.
Expand Down
2 changes: 1 addition & 1 deletion NgxExport/Tools/Aggregate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : NgxExport.Tools.Aggregate
-- Copyright : (c) Alexey Radkov 2019-2022
-- Copyright : (c) Alexey Radkov 2019-2023
-- License : BSD-style
--
-- Maintainer : alexey.radkov@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion NgxExport/Tools/Prometheus.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : NgxExport.Tools.Prometheus
-- Copyright : (c) Alexey Radkov 2020-2022
-- Copyright : (c) Alexey Radkov 2020-2023
-- License : BSD-style
--
-- Maintainer : alexey.radkov@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion NgxExport/Tools/ServiceHookAdaptor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : NgxExport.Tools.ServiceHookAdaptor
-- Copyright : (c) Alexey Radkov 2021-2022
-- Copyright : (c) Alexey Radkov 2021-2023
-- License : BSD-style
--
-- Maintainer : alexey.radkov@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion 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.5
version: 1.2.6
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

0 comments on commit a7034ad

Please sign in to comment.