Browse Source

haskell/haskell-http-types: Fix build with ghc 8.10.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/111/head
Andrew Clemons 5 years ago
committed by Willy Sudiarto Raharjo
parent
commit
672be8aac2
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      haskell/haskell-http-types/haskell-http-types.SlackBuild

2
haskell/haskell-http-types/haskell-http-types.SlackBuild

@ -90,7 +90,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

Loading…
Cancel
Save