summaryrefslogtreecommitdiff
path: root/p/haskell-smallcheck
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 00:32:22 -0400
committerClint Adams <clint@debian.org>2016-10-16 00:32:22 -0400
commit6a8a595c346800179b1e83cbe245b50912c781af (patch)
tree449a63b276c48376545823411f4666553d6811e3 /p/haskell-smallcheck
parent6434274ce3639df791300072ebe394865cfd24b6 (diff)
downloadDHG_packages-6a8a595c346800179b1e83cbe245b50912c781af.tar.gz
smallcheck: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-smallcheck')
-rw-r--r--p/haskell-smallcheck/debian/changelog8
-rw-r--r--p/haskell-smallcheck/debian/control50
-rw-r--r--p/haskell-smallcheck/debian/copyright2
3 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-smallcheck/debian/changelog b/p/haskell-smallcheck/debian/changelog
index fd33be5f1..5ad146720 100644
--- a/p/haskell-smallcheck/debian/changelog
+++ b/p/haskell-smallcheck/debian/changelog
@@ -1,14 +1,14 @@
-haskell-smallcheck (1.1.1-6) UNRELEASED; urgency=medium
+haskell-smallcheck (1.1.1-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:12 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:32:17 -0400
haskell-smallcheck (1.1.1-5) unstable; urgency=medium
diff --git a/p/haskell-smallcheck/debian/control b/p/haskell-smallcheck/debian/control
index f391ff3ed..1d6129621 100644
--- a/p/haskell-smallcheck/debian/control
+++ b/p/haskell-smallcheck/debian/control
@@ -1,33 +1,40 @@
Source: haskell-smallcheck
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-logict-dev,
libghc-logict-prof,
libghc-mtl-dev,
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-logict-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/feuerbach/smallcheck
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-smallcheck
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-smallcheck-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Another lightweight testing library${haskell:ShortBlurb}
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
@@ -38,11 +45,15 @@ Description: Another lightweight testing library${haskell:ShortBlurb}
Package: libghc-smallcheck-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Another lightweight testing library${haskell:ShortBlurb}
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
@@ -54,10 +65,13 @@ Description: Another lightweight testing library${haskell:ShortBlurb}
Package: libghc-smallcheck-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Another lightweight testing library${haskell:ShortBlurb}
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
diff --git a/p/haskell-smallcheck/debian/copyright b/p/haskell-smallcheck/debian/copyright
index 4d5d138b2..0c9ac82d9 100644
--- a/p/haskell-smallcheck/debian/copyright
+++ b/p/haskell-smallcheck/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.