[DHG_packages] 05/05: StateVar: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:40:54 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 9f6b9dab9965b71af92001252826689edf1bfbd6
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:39:43 2016 -0400
StateVar: build with ghc 8 in experimental
---
p/haskell-statevar/debian/changelog | 6 +++++
p/haskell-statevar/debian/control | 50 ++++++++++++++++++++++++-------------
p/haskell-statevar/debian/copyright | 2 +-
3 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/p/haskell-statevar/debian/changelog b/p/haskell-statevar/debian/changelog
index c1c21e4..1fde4a7 100644
--- a/p/haskell-statevar/debian/changelog
+++ b/p/haskell-statevar/debian/changelog
@@ -1,3 +1,9 @@
+haskell-statevar (1.1.0.4-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:39:30 -0400
+
haskell-statevar (1.1.0.4-2) experimental; urgency=medium
[ Gianfranco Costamagna ]
diff --git a/p/haskell-statevar/debian/control b/p/haskell-statevar/debian/control
index f3eafda..a9d5982 100644
--- a/p/haskell-statevar/debian/control
+++ b/p/haskell-statevar/debian/control
@@ -1,31 +1,38 @@
Source: haskell-statevar
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
+ debhelper (>= 9),
ghc (>= 8),
ghc-prof,
- libghc-stm-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
libghc-stm-dev (<< 2.5),
+ libghc-stm-dev (>= 2.0),
libghc-stm-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-stm-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell-opengl/StateVar
-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-statevar
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-statevar-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: state variables in Haskell${haskell:ShortBlurb}
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
@@ -34,11 +41,15 @@ Description: state variables in Haskell${haskell:ShortBlurb}
Package: libghc-statevar-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: state variables in Haskell${haskell:ShortBlurb}
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
@@ -48,10 +59,13 @@ Description: state variables in Haskell${haskell:ShortBlurb}
Package: libghc-statevar-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: state variables in Haskell${haskell:ShortBlurb}
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
diff --git a/p/haskell-statevar/debian/copyright b/p/haskell-statevar/debian/copyright
index 5180cf7..e51458b 100644
--- a/p/haskell-statevar/debian/copyright
+++ b/p/haskell-statevar/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
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
+ 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