Skip to content
Commits on Source (2)
haskell-genvalidity-property (0.3.0.0-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 19:36:37 -0400
haskell-genvalidity-property (0.2.1.0-1) unstable; urgency=medium
[ Clint Adams ]
......
......@@ -11,11 +11,11 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
libghc-quickcheck2-dev,
libghc-quickcheck2-prof,
libghc-genvalidity-dev (>= 0.5),
libghc-genvalidity-dev (>= 0.7),
libghc-genvalidity-prof,
libghc-hspec-dev (>= 2.1),
libghc-hspec-prof,
libghc-validity-dev (>= 0.5),
libghc-validity-dev (>= 0.9),
libghc-validity-prof,
libghc-doctest-dev,
libghc-doctest-prof,
......
haskell-genvalidity (0.7.0.2-1) unstable; urgency=medium
* New upstream version.
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 19:35:09 -0400
haskell-genvalidity (0.5.1.0-1) unstable; urgency=medium
[ Clint Adams ]
......
......@@ -11,14 +11,17 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
libghc-quickcheck2-dev (>= 2.7),
libghc-quickcheck2-prof,
libghc-validity-dev (>= 0.5),
libghc-validity-dev (>= 0.9),
libghc-validity-prof,
libghc-quickcheck2-dev,
libghc-hspec-dev,
libghc-hspec-prof,
libghc-hspec-core-dev,
libghc-hspec-core-prof,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-validity-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/NorfairKing/validity#readme
X-Description: testing utilities for the validity library
Note: There are companion instance packages for this library:
......