[DHG_packages] 02/05: monad-loops: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:12:53 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 20a95535c31ca71a2048c8438ac6ad34e18df465
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:09:38 2016 -0400

    monad-loops: build with ghc 8 in experimental
---
 p/haskell-monad-loops/debian/changelog |  8 +++---
 p/haskell-monad-loops/debian/control   | 50 ++++++++++++++++++++++------------
 p/haskell-monad-loops/debian/copyright |  2 +-
 3 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-monad-loops/debian/changelog b/p/haskell-monad-loops/debian/changelog
index 90c3a12..ef82ef6 100644
--- a/p/haskell-monad-loops/debian/changelog
+++ b/p/haskell-monad-loops/debian/changelog
@@ -1,14 +1,14 @@
-haskell-monad-loops (0.4.3-4) UNRELEASED; urgency=medium
+haskell-monad-loops (0.4.3-4) 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:35:47 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:09:29 -0400
 
 haskell-monad-loops (0.4.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-monad-loops/debian/control b/p/haskell-monad-loops/debian/control
index 4da63c0..c803fb0 100644
--- a/p/haskell-monad-loops/debian/control
+++ b/p/haskell-monad-loops/debian/control
@@ -1,29 +1,36 @@
 Source: haskell-monad-loops
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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-tasty-dev,
  libghc-tasty-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/mokus0/monad-loops
-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-monad-loops
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-monad-loops-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: monadic looping${haskell:ShortBlurb}
  It contains some useful control operators for looping.
  .
@@ -31,11 +38,15 @@ Description: monadic looping${haskell:ShortBlurb}
 
 Package: libghc-monad-loops-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: monadic looping${haskell:ShortBlurb}
  It contains some useful control operators for looping.
  .
@@ -44,10 +55,13 @@ Description: monadic looping${haskell:ShortBlurb}
 Package: libghc-monad-loops-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: monadic looping${haskell:ShortBlurb}
  It contains some useful control operators for looping.
  .
diff --git a/p/haskell-monad-loops/debian/copyright b/p/haskell-monad-loops/debian/copyright
index 30b09af..31da222 100644
--- a/p/haskell-monad-loops/debian/copyright
+++ b/p/haskell-monad-loops/debian/copyright
@@ -35,4 +35,4 @@ License: public-domain
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
  .
- For more information, please refer to <http://unlicense.org/>
\ No newline at end of file
+ For more information, please refer to <http://unlicense.org/>

-- 
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