[Pkg-haskell-commits] darcs: darcs: Compile with mmap support
Iain Lane
laney at debian.org
Sat Apr 28 00:06:29 UTC 2012
Mon Apr 2 18:35:00 UTC 2012 Iain Lane <laney at debian.org>
* Compile with mmap support
Ignore-this: 7bf2d59280650c4bd9e9582e1421278c
M ./changelog +1
M ./control -1 +2
M ./rules -1 +1
Mon Apr 2 18:35:00 UTC 2012 Iain Lane <laney at debian.org>
* Compile with mmap support
Ignore-this: 7bf2d59280650c4bd9e9582e1421278c
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog 2012-04-28 00:06:28.615247752 +0000
+++ new-darcs//changelog 2012-04-28 00:06:28.983247668 +0000
@@ -7,6 +7,7 @@
* Enable some flags
+ Build with curl support
+ Use terminfo for better console output
+ + Compile with mmap support
-- Iain Lane <laney at debian.org> Mon, 02 Apr 2012 19:11:22 +0100
diff -rN -u old-darcs//control new-darcs//control
--- old-darcs//control 2012-04-28 00:06:28.615247752 +0000
+++ new-darcs//control 2012-04-28 00:06:28.891250103 +0000
@@ -19,7 +19,8 @@
libghc-html-dev (>= 1.0),
libghc-html-dev (<< 1.1),
libghc-http-dev,
- libghc-mmap-dev,
+ libghc-mmap-dev (>= 0.5),
+ libghc-mmap-dev (<< 0.6),
libghc-mtl-dev (>= 1.0),
libghc-mtl-dev (<< 2.1),
libghc-network-dev,
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules 2012-04-28 00:06:28.615247752 +0000
+++ new-darcs//rules 2012-04-28 00:06:28.811249132 +0000
@@ -5,7 +5,7 @@
DEB_INSTALL_CHANGELOGS_ALL=NEWS
-DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl -fterminfo --ghc-options="+RTS -V0 -RTS"
+DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl -fterminfo -fmmap --ghc-options="+RTS -V0 -RTS"
common-binary-post-install-arch::
ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-haskell-commits
mailing list