Commit 884d1bbb authored by Clint Adams's avatar Clint Adams
Browse files

yaml: re-enable building of json2yaml and yaml2json

parent 8fc19d69
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-yaml (0.8.29-2) unstable; urgency=medium

  * Re-enable building of json2yaml and yaml2json.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 22:07:53 -0400

haskell-yaml (0.8.29-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=system-libyaml
DEB_SETUP_GHC_CONFIGURE_ARGS := --flags="system-libyaml -no-exe"

# The test suite requires template haskell
ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))