Skip to content
Commits on Source (2)
haskell-genvalidity-property (0.1.0.0-1) unstable; urgency=low
* Initial release.
-- Clint Adams <clint@debian.org> Sat, 21 Apr 2018 13:39:47 -0400
Source: haskell-genvalidity-property
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-quickcheck2-dev,
libghc-quickcheck2-prof,
libghc-genvalidity-dev (>= 0.4),
libghc-genvalidity-dev (<< 0.5),
libghc-genvalidity-prof (>= 0.4),
libghc-genvalidity-prof (<< 0.5),
libghc-hspec-dev (>= 2.1),
libghc-hspec-dev (<< 2.5),
libghc-hspec-prof (>= 2.1),
libghc-hspec-prof (<< 2.5),
libghc-validity-dev (>= 0.4),
libghc-validity-dev (<< 0.5),
libghc-validity-prof (>= 0.4),
libghc-validity-prof (<< 0.5),
libghc-doctest-dev (>= 0.9),
libghc-doctest-dev (<< 0.14),
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-genvalidity-doc,
libghc-hspec-doc,
libghc-validity-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/NorfairKing/validity#readme
X-Description: standard properties for functions on Validity types
Properties of functions, operations, and relations.
Package: libghc-genvalidity-property-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-genvalidity-property-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-genvalidity-property-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: genvalidity-property
Upstream-Contact: Tom Sydney Kerckhove <syd.kerckhove@gmail.com>
Source: https://hackage.haskell.org/package/genvalidity-property
Files: *
Copyright: 2016 Tom Sydney Kerckhove
License: Expat
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: Expat
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--- a/genvalidity-property.cabal
+++ b/genvalidity-property.cabal
@@ -54,7 +54,7 @@
main-is: DocTest.hs
build-depends:
base -any,
- doctest >=0.9 && <0.12,
+ doctest >=0.9 && <0.14,
genvalidity-property -any,
directory >=1.2 && <1.4,
filepath >=1.3 && <1.5
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = genvalidity-property
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
version=3
https://hackage.haskell.org/package/genvalidity-property/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
haskell-path (0.6.1-2) unstable; urgency=medium
* Disable testsuite.
-- Clint Adams <clint@debian.org> Sat, 21 Apr 2018 13:58:55 -0400
haskell-path (0.6.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -13,22 +13,22 @@ Build-Depends:
libghc-aeson-dev,
libghc-aeson-prof,
libghc-exceptions-dev (>= 0.4),
libghc-exceptions-dev (<< 0.9),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-hashable-dev (>= 1.2),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
libghc-quickcheck2-dev,
libghc-genvalidity-dev (>= 0.3),
libghc-genvalidity-dev (<< 0.4),
libghc-genvalidity-property-dev (>= 0.0),
libghc-genvalidity-property-dev (<< 0.1),
libghc-genvalidity-dev (<< 0.5),
# libghc-genvalidity-property-dev (>= 0.0),
# libghc-genvalidity-property-dev (<< 0.1),
libghc-hspec-dev (>= 2.0),
libghc-hspec-dev (<< 3),
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 3),
libghc-validity-dev (>= 0.3.1.1),
libghc-validity-dev (<< 0.4),
libghc-validity-dev (<< 0.5),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-exceptions-doc,
......
--- a/path.cabal
+++ b/path.cabal
@@ -20,7 +20,7 @@
build-depends: aeson
, base >= 4.7 && < 5
, deepseq
- , exceptions >= 0.4 && < 0.9
+ , exceptions >= 0.4 && < 0.11
, filepath < 1.2.0.1 || >= 1.3
, hashable >= 1.2 && < 1.3
, template-haskell
@@ -51,12 +51,12 @@
, base >= 4.7 && < 5
, bytestring
, filepath < 1.2.0.1 || >= 1.3
- , genvalidity >= 0.3 && < 0.4
- , genvalidity-property >= 0.0 && < 0.1
+ , genvalidity >= 0.3 && < 0.5
+ , genvalidity-property >= 0.0 && < 0.2
, hspec >= 2.0 && < 3
, mtl >= 2.0 && < 3
, path
- , validity >= 0.3.1.1 && < 0.4
+ , validity >= 0.3.1.1 && < 0.5
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
DEB_ENABLE_TESTS = no # until genvalidity-property is in
DEB_CABAL_PACKAGE = path
DEB_DEFAULT_COMPILER = ghc
......