Skip to content

Commit 599fad3

Browse files
committed
Upgrade to ghc 8.6.5, lts-13.25 resolver, v2.0.1
1 parent 87e3727 commit 599fad3

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

adblock2privoxy-utils/adblock2privoxy-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: adblock2privoxy-utils
2-
version: 2.0.0
2+
version: 2.0.1
33
cabal-version: >= 1.10
44
build-type: Simple
5-
tested-with: GHC==8.4.3
5+
tested-with: GHC==8.6.5
66
author: Alexey Zubritsky <adblock2privoxy@zubr.me>, Steven Thomas Smith <steve.t.smith@gmail.com>
77
homepage: https://github.com/essandess/adblock2privoxy
88
category: Web
@@ -46,4 +46,4 @@ source-repository this
4646
type: git
4747
location: ​https://github.com/essandess/adblock2privoxy.git
4848
subdir: adblock2privoxy-utils
49-
tag: 2.0.0
49+
tag: 2.0.1

adblock2privoxy/adblock2privoxy.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: adblock2privoxy
2-
version: 2.0.0
2+
version: 2.0.1
33
cabal-version: >= 1.10
44
build-type: Simple
55
tested-with:
6-
GHC==8.4.3
6+
GHC==8.6.5
77
author: Alexey Zubritsky <adblock2privoxy@zubr.me>, Steven Thomas Smith <steve.t.smith@gmail.com>
88
data-files:
99
templates/ab2p.system.action,
@@ -103,4 +103,4 @@ source-repository this
103103
type: git
104104
location: ​https://github.com/essandess/adblock2privoxy.git
105105
subdir: adblock2privoxy
106-
tag: 2.0.0
106+
tag: 2.0.1

adblock2privoxy/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.1
2+
* Update to ghc 8.6.5, lts-13.25 resolver
3+
14
2.0.0
25
* Update to ghc 8.4.3
36
* Regex wildcard optimizations

adblock2privoxy/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
22

33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
4-
resolver: lts-12.9
4+
resolver: lts-13.25
55

66
# Local packages, usually specified by relative directory name
77
packages:

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ events {
77
# this must be consistent with daemondo's --pidfile specification
88
pid /opt/local/var/run/nginx/nginx-adblock2privoxy.pid;
99

10-
# error_log /opt/local/var/log/nginx/error_adblock2privoxy.log warn;
10+
# error_log /opt/local/var/log/nginx/error-adblock2privoxy.log warn;
1111
error_log off;
1212

1313
http {
14-
# access_log /opt/local/var/log/nginx/access_adblock2privoxy.log;
14+
# access_log /opt/local/var/log/nginx/access-adblock2privoxy.log;
1515
access_log off;
1616

1717
# avoid error 413 Request Entity Too Large

0 commit comments

Comments
 (0)