summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 16:22:25 -0400
committerClint Adams <clint@debian.org>2016-10-14 16:22:25 -0400
commitdbe9fa1de8ae456437fb5231bb800157843b4eec (patch)
tree7ba6eca275bae7e8749f7555037d766d9c6b92f6
parent9c3a07b9e5e85f24ac225370d30b1c5dffe4157c (diff)
downloadDHG_packages-dbe9fa1de8ae456437fb5231bb800157843b4eec.tar.gz
transformers-base: build with ghc 8 in experimental
-rw-r--r--p/haskell-transformers-base/debian/changelog8
-rw-r--r--p/haskell-transformers-base/debian/control39
-rw-r--r--p/haskell-transformers-base/debian/copyright2
3 files changed, 22 insertions, 27 deletions
diff --git a/p/haskell-transformers-base/debian/changelog b/p/haskell-transformers-base/debian/changelog
index 8b86d3c42..434762179 100644
--- a/p/haskell-transformers-base/debian/changelog
+++ b/p/haskell-transformers-base/debian/changelog
@@ -1,14 +1,14 @@
-haskell-transformers-base (0.4.4-5) UNRELEASED; urgency=medium
+haskell-transformers-base (0.4.4-5) 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:23 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:22:18 -0400
haskell-transformers-base (0.4.4-4) unstable; urgency=medium
diff --git a/p/haskell-transformers-base/debian/control b/p/haskell-transformers-base/debian/control
index 36beb86d3..0a7bcdb66 100644
--- a/p/haskell-transformers-base/debian/control
+++ b/p/haskell-transformers-base/debian/control
@@ -3,31 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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-stm-dev (>= 2.3),
libghc-stm-prof,
libghc-transformers-compat-dev (>= 0.2),
libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-stm-doc,
- libghc-transformers-compat-doc,
+Build-Depends-Indep: ghc-doc, libghc-stm-doc, libghc-transformers-compat-doc
Standards-Version: 3.9.8
Homepage: https://github.com/mvv/transformers-base
-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-transformers-base
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-transformers-base-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: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
@@ -36,11 +33,10 @@ Description: lift computations from the bottom of a transformer stack${haskell:S
Package: libghc-transformers-base-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: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
@@ -50,10 +46,9 @@ Description: lift computations from the bottom of a transformer stack${haskell:S
Package: libghc-transformers-base-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: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
diff --git a/p/haskell-transformers-base/debian/copyright b/p/haskell-transformers-base/debian/copyright
index 81e8408d5..e9d8f60b0 100644
--- a/p/haskell-transformers-base/debian/copyright
+++ b/p/haskell-transformers-base/debian/copyright
@@ -35,4 +35,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
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.