Loading p/haskell-yaml/debian/changelog +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 ] Loading p/haskell-yaml/debian/rules +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 $$?)) Loading Loading
p/haskell-yaml/debian/changelog +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 ] Loading
p/haskell-yaml/debian/rules +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 $$?)) Loading