diff --git a/srcpkgs/cabal-install/template b/srcpkgs/cabal-install/template index fc28e05601c..7e64ee0ccd7 100644 --- a/srcpkgs/cabal-install/template +++ b/srcpkgs/cabal-install/template @@ -1,6 +1,6 @@ # Template file for 'cabal-install' pkgname=cabal-install -version=1.22.9.0 +version=1.24.0.0 revision=1 hostmakedepends="ghc curl" makedepends="gmp-devel libffi-devel zlib-devel" @@ -10,11 +10,11 @@ maintainer="Christian Neukirchen " license="custom" homepage="http://hackage.haskell.org/package/cabal-install" distfiles="http://hackage.haskell.org/packages/archive/$pkgname/$version/$pkgname-$version.tar.gz" -checksum=874035e5730263653c7aa459f270efbffc06da92ea0c828e09ebc04400e94940 +checksum=d840ecfd0a95a96e956b57fb2f3e9c81d9fc160e1fd0ea350b0d37d169d9e87e nopie=yes # network-2.6.0.2 build fails with a relocation do_build() { - PREFIX=$PWD/build sh bootstrap.sh --user + PREFIX=$PWD/build sh bootstrap.sh --user --no-doc } do_install() {