Skip to content

Commit

Permalink
Upgrade to ghc 8.6.5, lts-13.25 resolver, v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess committed Jun 18, 2019
1 parent 87e3727 commit 599fad3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions adblock2privoxy-utils/adblock2privoxy-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: adblock2privoxy-utils
version: 2.0.0
version: 2.0.1
cabal-version: >= 1.10
build-type: Simple
tested-with: GHC==8.4.3
tested-with: GHC==8.6.5
author: Alexey Zubritsky <[email protected]>, Steven Thomas Smith <[email protected]>
homepage: https://github.com/essandess/adblock2privoxy
category: Web
Expand Down Expand Up @@ -46,4 +46,4 @@ source-repository this
type: git
location: ​https://github.com/essandess/adblock2privoxy.git
subdir: adblock2privoxy-utils
tag: 2.0.0
tag: 2.0.1
6 changes: 3 additions & 3 deletions adblock2privoxy/adblock2privoxy.cabal
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: adblock2privoxy
version: 2.0.0
version: 2.0.1
cabal-version: >= 1.10
build-type: Simple
tested-with:
GHC==8.4.3
GHC==8.6.5
author: Alexey Zubritsky <[email protected]>, Steven Thomas Smith <[email protected]>
data-files:
templates/ab2p.system.action,
Expand Down Expand Up @@ -103,4 +103,4 @@ source-repository this
type: git
location: ​https://github.com/essandess/adblock2privoxy.git
subdir: adblock2privoxy
tag: 2.0.0
tag: 2.0.1
3 changes: 3 additions & 0 deletions adblock2privoxy/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.1
* Update to ghc 8.6.5, lts-13.25 resolver

2.0.0
* Update to ghc 8.4.3
* Regex wildcard optimizations
Expand Down
2 changes: 1 addition & 1 deletion adblock2privoxy/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md

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

# Local packages, usually specified by relative directory name
packages:
Expand Down
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ events {
# this must be consistent with daemondo's --pidfile specification
pid /opt/local/var/run/nginx/nginx-adblock2privoxy.pid;

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

http {
# access_log /opt/local/var/log/nginx/access_adblock2privoxy.log;
# access_log /opt/local/var/log/nginx/access-adblock2privoxy.log;
access_log off;

# avoid error 413 Request Entity Too Large
Expand Down

0 comments on commit 599fad3

Please sign in to comment.