summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-01-28 00:24:06 -0500
committerjoe <joe@jerkface.net>2014-01-28 00:24:06 -0500
commit37d5a99e9f2303780a7cdbf4730ace6eff58a466 (patch)
tree039358bec323b67fa327da0b1ae880090fb1ca3f
parent4d07a761391c265edc7ee704a11035a07153f504 (diff)
Backport to wheezy
-rw-r--r--debian/changelog6
-rw-r--r--openpgp.cabal4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 60634f7..1c40103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1haskell-openpgp (0.6.1.1~samizdat1) UNRELEASED; urgency=medium
2
3 * Backport to wheezy, ecdsa-support.
4
5 -- Anonymous <root@bzcan7s7awrmjbam.onion> Mon, 27 Jan 2014 23:22:10 -0500
6
1haskell-openpgp (0.4-1~hackage1) unstable; urgency=low 7haskell-openpgp (0.4-1~hackage1) unstable; urgency=low
2 8
3 * Debianization generated by cabal-debian 9 * Debianization generated by cabal-debian
diff --git a/openpgp.cabal b/openpgp.cabal
index d9af124..c23e4ad 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -1,5 +1,5 @@
1name: openpgp 1name: openpgp
2version: 0.6.1 2version: 0.6.1.1
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4license: OtherLicense 4license: OtherLicense
5license-file: COPYING 5license-file: COPYING
@@ -138,7 +138,7 @@ library
138 base == 4.*, 138 base == 4.*,
139 bytestring, 139 bytestring,
140 utf8-string, 140 utf8-string,
141 binary >= 0.5.1.1, 141 binary >= 0.5.1.0,
142 zlib, 142 zlib,
143 bzlib 143 bzlib
144 144