Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
genvalidity: Upgrading from 0.5.1.0 to 0.7.0.2
· 8f0a7aad
Clint Adams
authored
Jul 27, 2019
8f0a7aad
genvalidity-property: Upgrading from 0.2.1.0 to 0.3.0.0
· 8ca77ec6
Clint Adams
authored
Jul 27, 2019
8ca77ec6
Show whitespace changes
Inline
Side-by-side
p/haskell-genvalidity-property/debian/changelog
View file @
8ca77ec6
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 ]
...
...
p/haskell-genvalidity-property/debian/control
View file @
8ca77ec6
...
...
@@ -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,
...
...
p/haskell-genvalidity/debian/changelog
View file @
8ca77ec6
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 ]
...
...
p/haskell-genvalidity/debian/control
View file @
8ca77ec6
...
...
@@ -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:
...
...