From 59b81ad77529b928e6adece06a97d70bfd45adaa Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sun, 30 Jul 2017 12:28:46 -0700 Subject: [PATCH] avoid using revisions Hackage revisions are great, but since we've removed an outdated flag we can't use them. We'll have to use an actual point release. --- encoding.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index 12b7d26..156c3c2 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -1,5 +1,5 @@ Name: encoding -Version: 0.8.1 +Version: 0.8.2 Author: Henning Günther Maintainer: daniel@wagner-home.com License: BSD3 @@ -32,11 +32,11 @@ Source-Repository head Source-Repository this Type: git Location: http://github.com/dmwit/encoding - Tag: 0.8.1-r1 + Tag: 0.8.2 Custom-Setup Setup-Depends: base >=3 && <5, - Cabal, + Cabal >=1.24 && <1.25, containers, filepath, ghc-prim,