adblock2privoxy 2.0.1 → 2.0.2
raw patch · 3 files changed
+8/−5 lines, 3 files
Files
- adblock2privoxy.cabal +4/−4
- changelog +3/−0
- stack.yaml +1/−1
adblock2privoxy.cabal view
@@ -1,9 +1,9 @@ name: adblock2privoxy-version: 2.0.1+version: 2.0.2 cabal-version: >= 1.10 build-type: Simple tested-with:- GHC==8.6.5+ GHC==8.10.4 author: Alexey Zubritsky <adblock2privoxy@zubr.me>, Steven Thomas Smith <steve.t.smith@gmail.com> data-files: templates/ab2p.system.action,@@ -101,6 +101,6 @@ source-repository this type: git- location: https://github.com/essandess/adblock2privoxy.git+ location: https://github.com/essandess/adblock2privoxy.git subdir: adblock2privoxy- tag: 2.0.1+ tag: v2.0.2
changelog view
@@ -1,3 +1,6 @@+2.0.2+ * Update to ghc 8.10.4, lts-17.11 resolver+ 2.0.1 * Update to ghc 8.6.5, lts-13.25 resolver
stack.yaml view
@@ -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-13.25+resolver: lts-17.11 # Local packages, usually specified by relative directory name packages: