summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-annotated-wl-pprint
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:35:20 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:09 +0200
commitd19191aa55fb902935f2c771f811ea17680c5a81 (patch)
treecdd08f684b26107ab5857f6f50a174cb7410cfa6 /haskell/haskell-annotated-wl-pprint
parente3f8ce560e75229d95a5e286b81e450402ca1ce4 (diff)
downloadslackbuilds-d19191aa55fb902935f2c771f811ea17680c5a81.tar.gz
haskell/haskell-annotated-wl-pprint: Fix build with ghc 8.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-annotated-wl-pprint')
-rw-r--r--haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild b/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild
index 2cf03dc76a..d8448d5ab9 100644
--- a/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild
+++ b/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild
@@ -89,7 +89,7 @@ runghc Setup copy --destdir=$PKG
runghc Setup register --gen-pkg-config
PKGCONFD=/usr/lib${LIBDIRSUFFIX}/ghc-${GHC_VERSION}/package.conf.d
-PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | cut -d" " -f2 )
+PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | sed "s/[[:space:]][[:space:]]*/ /" | cut -d" " -f2 )
mkdir -p $PKG/$PKGCONFD
mv $SRCNAM-$VERSION.conf $PKG/$PKGCONFD/$PKGID.conf