summaryrefslogtreecommitdiff
path: root/p/haskell-stmonadtrans/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-stmonadtrans/debian')
-rw-r--r--p/haskell-stmonadtrans/debian/changelog6
-rw-r--r--p/haskell-stmonadtrans/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-stmonadtrans/debian/changelog b/p/haskell-stmonadtrans/debian/changelog
index 87bd67666..15e837840 100644
--- a/p/haskell-stmonadtrans/debian/changelog
+++ b/p/haskell-stmonadtrans/debian/changelog
@@ -1,3 +1,9 @@
+haskell-stmonadtrans (0.3.3-3) UNRELEASED; urgency=medium
+
+ * Use secure (https) uri in Vcs-Git field in 'debian/control'
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:14 +0300
+
haskell-stmonadtrans (0.3.3-2) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control
index 630e9646a..63e1c92de 100644
--- a/p/haskell-stmonadtrans/debian/control
+++ b/p/haskell-stmonadtrans/debian/control
@@ -15,7 +15,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/STMonadTrans
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: monad transformer version of the ST monad
This package provides a monad transformer version of the ST monad.
.