summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:00:05 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:00:05 -0400
commit9136ab4119450f67d4ee01350c19500c80f3f34d (patch)
tree9f19f65d0ec3bd19da91dc89b841bbc85c7ef232
parentd95bd35627c3046cf27ffb66ab7e13943ace9271 (diff)
downloadDHG_packages-9136ab4119450f67d4ee01350c19500c80f3f34d.tar.gz
brainfuck: build with ghc 8 in experimental
-rw-r--r--p/haskell-brainfuck/debian/changelog6
-rw-r--r--p/haskell-brainfuck/debian/control48
-rw-r--r--p/haskell-brainfuck/debian/copyright2
3 files changed, 28 insertions, 28 deletions
diff --git a/p/haskell-brainfuck/debian/changelog b/p/haskell-brainfuck/debian/changelog
index f02de6f8a..01f29c7a6 100644
--- a/p/haskell-brainfuck/debian/changelog
+++ b/p/haskell-brainfuck/debian/changelog
@@ -1,3 +1,9 @@
+haskell-brainfuck (0.1.0.3-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:59:52 -0400
+
haskell-brainfuck (0.1.0.3-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-brainfuck/debian/control b/p/haskell-brainfuck/debian/control
index 3e017748f..2173120a2 100644
--- a/p/haskell-brainfuck/debian/control
+++ b/p/haskell-brainfuck/debian/control
@@ -3,28 +3,26 @@ 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-mtl-dev,
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/brainfuck
-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-brainfuck
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language Haskell.
@@ -33,11 +31,10 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language Haskell.
@@ -47,10 +44,9 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
Package: libghc-brainfuck-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: Brainfuck interpreter library${haskell:ShortBlurb}
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language Haskell.
@@ -59,12 +55,10 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb}
Package: hsbrainfuck
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs: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: interpreter for the brainfuck programming language
This package provides an interpreter for the Brainfuck programming
language, written in the pure, lazy, functional language Haskell.
diff --git a/p/haskell-brainfuck/debian/copyright b/p/haskell-brainfuck/debian/copyright
index 736f3409f..e3eec86b6 100644
--- a/p/haskell-brainfuck/debian/copyright
+++ b/p/haskell-brainfuck/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-2+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 2
- is also located at `/usr/share/common-licenses/GPL-2' \ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2'