Skip to content

Commit 6cffd44

Browse files
committed
Update to v2.0.2: ghc 8.10.4, lts 17.11
1 parent 68affb8 commit 6cffd44

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

adblock2privoxy-utils/adblock2privoxy-utils.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: adblock2privoxy-utils
2-
version: 2.0.1
2+
version: 2.0.2
33
cabal-version: >= 1.10
44
build-type: Simple
5-
tested-with: GHC==8.6.5
5+
tested-with: GHC==8.10.4
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
@@ -44,6 +44,6 @@ executable adblock2privoxy-utils
4444

4545
source-repository this
4646
type: git
47-
location: https://github.com/essandess/adblock2privoxy.git
47+
location: https://github.com/essandess/adblock2privoxy.git
4848
subdir: adblock2privoxy-utils
49-
tag: 2.0.1
49+
tag: v2.0.2

adblock2privoxy/adblock2privoxy.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: adblock2privoxy
2-
version: 2.0.1
2+
version: 2.0.2
33
cabal-version: >= 1.10
44
build-type: Simple
55
tested-with:
6-
GHC==8.6.5
6+
GHC==8.10.4
77
author: Alexey Zubritsky <adblock2privoxy@zubr.me>, Steven Thomas Smith <steve.t.smith@gmail.com>
88
data-files:
99
templates/ab2p.system.action,
@@ -101,6 +101,6 @@ executable adblock2privoxy
101101

102102
source-repository this
103103
type: git
104-
location: https://github.com/essandess/adblock2privoxy.git
104+
location: https://github.com/essandess/adblock2privoxy.git
105105
subdir: adblock2privoxy
106-
tag: 2.0.1
106+
tag: v2.0.2

adblock2privoxy/changelog

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

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-13.25
4+
resolver: lts-17.11
55

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

0 commit comments

Comments
 (0)