summaryrefslogtreecommitdiff
path: root/p/haskell-test-framework-th
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 12:25:50 -0400
committerClint Adams <clint@debian.org>2016-10-16 12:25:50 -0400
commitce3ab33b27c02e85d0c0c0f639892545e146b278 (patch)
tree1f0123aab434a5eeb90cd193cf7c0b9dcdc7a113 /p/haskell-test-framework-th
parentde3d37e56c2f876db394af79ad64da6e114240e9 (diff)
downloadDHG_packages-ce3ab33b27c02e85d0c0c0f639892545e146b278.tar.gz
test-framework-th: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-test-framework-th')
-rw-r--r--p/haskell-test-framework-th/debian/changelog8
-rw-r--r--p/haskell-test-framework-th/debian/control55
-rw-r--r--p/haskell-test-framework-th/debian/copyright2
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 785bec6b4..f27f728d3 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@gnu.org> Tue, 10 May 2016 09:36:20 +0300
+ -- Clint Adams <clint@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 c683e3f8d..11382ed43 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@lists.alioth.debian.org>
-Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
+Uploaders:
+ Kiwamu Okabe <kiwamu@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 d9d67460a..cae6b59a4 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.