[DHG_packages] 03/05: test-framework-th: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:27:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit ce3ab33b27c02e85d0c0c0f639892545e146b278
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:25:50 2016 -0400
test-framework-th: build with ghc 8 in experimental
---
p/haskell-test-framework-th/debian/changelog | 8 ++--
p/haskell-test-framework-th/debian/control | 55 +++++++++++++++++-----------
p/haskell-test-framework-th/debian/copyright | 2 +-
3 files changed, 39 insertions(+), 26 deletions(-)
diff --git a/p/haskell-test-framework-th/debian/changelog b/p/haskell-test-framework-th/debian/changelog
index 785bec6..f27f728 100644
--- a/p/haskell-test-framework-th/debian/changelog
+++ b/p/haskell-test-framework-th/debian/changelog
@@ -1,14 +1,14 @@
-haskell-test-framework-th (0.2.4-8) UNRELEASED; urgency=medium
+haskell-test-framework-th (0.2.4-8) 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 at gnu.org> Tue, 10 May 2016 09:36:20 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:25:43 -0400
haskell-test-framework-th (0.2.4-7) unstable; urgency=medium
diff --git a/p/haskell-test-framework-th/debian/control b/p/haskell-test-framework-th/debian/control
index c683e3f..11382ed 100644
--- a/p/haskell-test-framework-th/debian/control
+++ b/p/haskell-test-framework-th/debian/control
@@ -1,40 +1,46 @@
Source: haskell-test-framework-th
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
+Uploaders:
+ Kiwamu Okabe <kiwamu at debian.or.jp>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- ghc-ghci,
- libghc-src-exts-dev,
- libghc-src-exts-prof,
+ haskell-devscripts (>= 0.10),
libghc-language-haskell-extract-dev (>= 0.2),
libghc-language-haskell-extract-prof,
libghc-regex-posix-dev,
libghc-regex-posix-prof,
+ libghc-src-exts-dev,
+ libghc-src-exts-prof,
libghc-test-framework-dev,
libghc-test-framework-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-src-exts-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-language-haskell-extract-doc,
libghc-regex-posix-doc,
+ libghc-src-exts-doc,
libghc-test-framework-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/finnsson/test-generator
-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-test-framework-th
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-test-framework-th-dev
Architecture: any
-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: Automagically generate the {HUnit,Quickcheck}-bulk-code
test-framework-th contains two interesting functions:
defaultMainGenerator and testGroupGenerator.
@@ -50,11 +56,15 @@ Description: Automagically generate the {HUnit,Quickcheck}-bulk-code
Package: libghc-test-framework-th-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: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling libraries
test-framework-th contains two interesting functions:
defaultMainGenerator and testGroupGenerator.
@@ -71,10 +81,13 @@ Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling
Package: libghc-test-framework-th-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation
test-framework-th contains two interesting functions:
defaultMainGenerator and testGroupGenerator.
diff --git a/p/haskell-test-framework-th/debian/copyright b/p/haskell-test-framework-th/debian/copyright
index d9d6746..cae6b59 100644
--- a/p/haskell-test-framework-th/debian/copyright
+++ b/p/haskell-test-framework-th/debian/copyright
@@ -32,4 +32,4 @@ License: BSD-3-clause
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list