Commit ab329652 authored by Clint Adams's avatar Clint Adams
Browse files

cgi: work around bugs

parent 72227875
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
haskell-cgi (3001.3.0.3-2) unstable; urgency=medium

  * Explicitly set DEB_CABAL_PACKAGE to work around bug in
    haskell-devscripts.
  * Build-depend on haskell-devscripts (>= 0.15) to work around
    ancient timestamp.  closes: #933204.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 13:24:10 -0400

haskell-cgi (3001.3.0.3-1) unstable; urgency=medium

  * New upstream version.
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Build-Depends:
 debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 haskell-devscripts (>= 0.15),
 libghc-exceptions-dev (>= 0.10),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
+3 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = cgi
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk