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.
This commit is contained in:
Daniel Wagner 2017-07-30 12:28:46 -07:00
parent 6284c1a677
commit 59b81ad775

View File

@ -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,