[DHG_packages] 01/05: MemoTrie: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 20:55:42 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 fca8359342bf4c6373898c9d5664c419f10c058c
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 16:50:11 2016 -0400
MemoTrie: build with ghc 8 in experimental
---
p/haskell-memotrie/debian/changelog | 6 ++++++
p/haskell-memotrie/debian/control | 38 +++++++++++++++++--------------------
p/haskell-memotrie/debian/copyright | 2 +-
3 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/p/haskell-memotrie/debian/changelog b/p/haskell-memotrie/debian/changelog
index b9a1d3b..7e3dcc4 100644
--- a/p/haskell-memotrie/debian/changelog
+++ b/p/haskell-memotrie/debian/changelog
@@ -1,3 +1,9 @@
+haskell-memotrie (0.6.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 16:49:53 -0400
+
haskell-memotrie (0.6.7-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-memotrie/debian/control b/p/haskell-memotrie/debian/control
index 1f5e6c2..4250875 100644
--- a/p/haskell-memotrie/debian/control
+++ b/p/haskell-memotrie/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at 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-newtype-generics-dev (>= 0.4),
libghc-newtype-generics-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-newtype-generics-doc,
+Build-Depends-Indep: ghc-doc, libghc-newtype-generics-doc
Standards-Version: 3.9.8
Homepage: http://haskell.org/haskellwiki/MemoTrie
-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-memotrie
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-memotrie-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: trie-based memo functions${haskell:ShortBlurb}
MemoTrie provides a basis for memoized functions over some domains,
using tries.
@@ -33,11 +31,10 @@ Description: trie-based memo functions${haskell:ShortBlurb}
Package: libghc-memotrie-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: trie-based memo functions${haskell:ShortBlurb}
MemoTrie provides a basis for memoized functions over some domains,
using tries.
@@ -47,10 +44,9 @@ Description: trie-based memo functions${haskell:ShortBlurb}
Package: libghc-memotrie-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: trie-based memo functions${haskell:ShortBlurb}
MemoTrie provides a basis for memoized functions over some domains,
using tries.
diff --git a/p/haskell-memotrie/debian/copyright b/p/haskell-memotrie/debian/copyright
index f3777af..30347d9 100644
--- a/p/haskell-memotrie/debian/copyright
+++ b/p/haskell-memotrie/debian/copyright
@@ -32,4 +32,4 @@ License: BSD-3-clause
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
+ THIS 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