Loading p/haskell-assert-failure/debian/changelog +5 −1 Original line number Diff line number Diff line 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@debian.org> Sun, 06 May 2018 22:09:14 -0400 haskell-assert-failure (0.1.2.2-1) unstable; urgency=medium Loading p/haskell-assert-failure/debian/control +9 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
p/haskell-assert-failure/debian/changelog +5 −1 Original line number Diff line number Diff line 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@debian.org> Sun, 06 May 2018 22:09:14 -0400 haskell-assert-failure (0.1.2.2-1) unstable; urgency=medium Loading
p/haskell-assert-failure/debian/control +9 −4 Original line number Diff line number Diff line Loading @@ -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 Loading