Commit d4f1d794 authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

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

This reverts commit 00164a1c,
because package haskell-sdl2-ttf is stuck in the NEW queue for good.
parent 1acb66ab
Loading
Loading
Loading
Loading
+0 −1
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

+3 −6
Original line number Diff line number Diff line
@@ -32,10 +32,8 @@ Build-Depends: debhelper (>= 10),
 libghc-pretty-show-prof,
 libghc-random-dev (>= 1.1),
 libghc-random-prof,
 libghc-sdl2-dev (>= 2),
 libghc-sdl2-prof,
 libghc-sdl2-ttf-dev (>= 2),
 libghc-sdl2-ttf-prof,
 libghc-vty-dev (>= 5),
 libghc-vty-prof,
 libghc-stm-dev (>= 2.4),
 libghc-stm-prof,
 libghc-text-dev (>= 0.11.2.3),
@@ -60,8 +58,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-optparse-applicative-doc,
 libghc-pretty-show-doc,
 libghc-random-doc,
 libghc-sdl2-doc,
 libghc-sdl2-ttf-doc,
 libghc-vty-doc,
 libghc-stm-doc,
 libghc-text-doc,
 libghc-unordered-containers-doc,
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ 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"