[Git][haskell-team/haskell-devscripts][master] Add missing Perl imports for Unicode::UTF8, (Closes: #1009873)
Felix Lechner (@lechner)
gitlab at salsa.debian.org
Thu Apr 21 22:18:30 BST 2022
Felix Lechner pushed to branch master at Debian Haskell Group / haskell-devscripts
Commits:
4a448882 by Felix Lechner at 2022-04-21T14:16:54-07:00
Add missing Perl imports for Unicode::UTF8, (Closes: #1009873)
Hopefully we got all of them.
Thanks to Scott Talbert for bringing the matter to our attention!
- - - - -
6 changed files:
- dh_haskell_description
- dh_haskell_install_development_libs
- dh_haskell_install_ghc_registration
- dh_haskell_install_haddock
- dh_haskell_install_htmldocs
- dh_haskell_install_profiling_libs
Changes:
=====================================
dh_haskell_description
=====================================
@@ -24,6 +24,7 @@ use utf8;
use Const::Fast;
use Path::Tiny;
+use Unicode::UTF8 qw(encode_utf8);
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(run);
use Debian::Debhelper::Dh_Lib;
=====================================
dh_haskell_install_development_libs
=====================================
@@ -23,6 +23,7 @@ use utf8;
use Const::Fast;
use Cwd;
+use Unicode::UTF8 qw(encode_utf8);
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(
run
=====================================
dh_haskell_install_ghc_registration
=====================================
@@ -21,6 +21,8 @@ use v5.20;
use warnings;
use utf8;
+use Unicode::UTF8 qw(encode_utf8);
+
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(
run
installable_hc
=====================================
dh_haskell_install_haddock
=====================================
@@ -23,6 +23,7 @@ use utf8;
use Const::Fast;
use Path::Tiny;
+use Unicode::UTF8 qw(encode_utf8);
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(
run
=====================================
dh_haskell_install_htmldocs
=====================================
@@ -23,6 +23,7 @@ use utf8;
use Const::Fast;
use Cwd;
+use Unicode::UTF8 qw(encode_utf8);
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(
run
=====================================
dh_haskell_install_profiling_libs
=====================================
@@ -23,6 +23,7 @@ use utf8;
use Const::Fast;
use Cwd;
+use Unicode::UTF8 qw(encode_utf8);
use Debian::Debhelper::Buildsystem::Haskell::Recipes qw(
run
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/4a448882066c72d556cf67845070863263f7cd3e
--
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/4a448882066c72d556cf67845070863263f7cd3e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220421/8ac0c7f9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list