[Git][haskell-team/DHG_packages][master] haskell-assert-failure: Update package description
Mikolaj Konarski
gitlab at salsa.debian.org
Sat Jun 9 10:06:51 BST 2018
Mikolaj Konarski pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9afe4dab by Mikolaj Konarski at 2018-06-09T10:37:26+02:00
haskell-assert-failure: Update package description
- - - - -
2 changed files:
- p/haskell-assert-failure/debian/changelog
- p/haskell-assert-failure/debian/control
Changes:
=====================================
p/haskell-assert-failure/debian/changelog
=====================================
--- a/p/haskell-assert-failure/debian/changelog
+++ b/p/haskell-assert-failure/debian/changelog
@@ -1,7 +1,11 @@
-haskell-assert-failure (0.1.2.2-2) UNRELEASED; urgency=medium
+haskell-assert-failure (0.1.2.2-2) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
+ [ Mikolaj Konarski ]
+ * Update package description
+
-- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:09:14 -0400
haskell-assert-failure (0.1.2.2-1) unstable; urgency=medium
=====================================
p/haskell-assert-failure/debian/control
=====================================
--- a/p/haskell-assert-failure/debian/control
+++ b/p/haskell-assert-failure/debian/control
@@ -21,10 +21,15 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/Mikolaj/assert-failure
X-Description: syntactic sugar improving 'assert' and 'error'
- This library contains syntactic sugar that improves
- the usability of 'assert' and 'error'.
- This is actually a bunch of hacks wrapping the original
- 'assert' function.
+ This library contains syntactic sugar that makes it easier
+ to write simple contracts with 'assert' and 'error'
+ and report the values that violate contracts.
+ The original 'assert' function is here re-exported for convenience.
+ .
+ Note that for most of these functions to have any effect, assertions
+ need to be enabled, e.g., by including in .cabal file the following line:
+ .
+ ghc-options: -fno-ignore-asserts
Package: libghc-assert-failure-dev
Architecture: any
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9afe4dab6c87ae49894719f9f7af5600c5d1e690
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9afe4dab6c87ae49894719f9f7af5600c5d1e690
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180609/f03c8a81/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list