Commit 5c33d263 authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Revert "Revert "haskell-lambdahack: Build-depend on sdl instead of vty, for better UI""

This reverts commit d4f1d794.
because haskell-sdl2-ttf just got ACCEPTED into unstable!
parent d4f1d794
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
haskell-lambdahack (0.7.1.0-9) unstable; urgency=medium

  * Build-depend on sdl instead of vty, for better UI
  * Set -O0 also for other architectures that fail with OOM
  * Update Vcs-Browser field

+6 −3
Original line number Diff line number Diff line
@@ -32,8 +32,10 @@ Build-Depends: debhelper (>= 10),
 libghc-pretty-show-prof,
 libghc-random-dev (>= 1.1),
 libghc-random-prof,
 libghc-vty-dev (>= 5),
 libghc-vty-prof,
 libghc-sdl2-dev (>= 2),
 libghc-sdl2-prof,
 libghc-sdl2-ttf-dev (>= 2),
 libghc-sdl2-ttf-prof,
 libghc-stm-dev (>= 2.4),
 libghc-stm-prof,
 libghc-text-dev (>= 0.11.2.3),
@@ -58,7 +60,8 @@ Build-Depends-Indep: ghc-doc,
 libghc-optparse-applicative-doc,
 libghc-pretty-show-doc,
 libghc-random-doc,
 libghc-vty-doc,
 libghc-sdl2-doc,
 libghc-sdl2-ttf-doc,
 libghc-stm-doc,
 libghc-text-doc,
 libghc-unordered-containers-doc,
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = lambdahack
DEB_DEFAULT_COMPILER = ghc
DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=vty

ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64))
    DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"