[Git][haskell-team/DHG_packages][master] alex: hide Distribution.Version's showVersion in our get_version util
Clint Adams
gitlab at salsa.debian.org
Thu Apr 12 14:33:35 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
32328ec3 by Clint Adams at 2018-04-12T10:32:57-04:00
alex: hide Distribution.Version's showVersion in our get_version util
- - - - -
2 changed files:
- p/alex/debian/changelog
- p/alex/debian/get_version.hs
Changes:
=====================================
p/alex/debian/changelog
=====================================
--- a/p/alex/debian/changelog
+++ b/p/alex/debian/changelog
@@ -1,3 +1,9 @@
+alex (3.2.4-2) unstable; urgency=medium
+
+ * Hide Distribution.Version's showVersion in our get_version util.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Apr 2018 10:32:23 -0400
+
alex (3.2.4-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/alex/debian/get_version.hs
=====================================
--- a/p/alex/debian/get_version.hs
+++ b/p/alex/debian/get_version.hs
@@ -7,7 +7,7 @@ import Distribution.PackageDescription
import Distribution.PackageDescription.Parse ( readPackageDescription )
import Distribution.Simple.Utils
import Distribution.Verbosity
-import Distribution.Version
+import Distribution.Version hiding ( showVersion )
main :: IO ()
main = do Right fp <- findPackageDesc "."
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/32328ec35d7b2ef2f586ffcb446756cf90c319b1
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/32328ec35d7b2ef2f586ffcb446756cf90c319b1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180412/91fb158b/attachment.html>
More information about the Pkg-haskell-commits
mailing list