diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 16:26:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 05e08e3467b478de2433a9e0c05817d9bc434436 (patch) | |
tree | 2a17d25a98654959eaef37c257a1fc37d469d4a5 /haskell/haskell-cgi/haskell-cgi.SlackBuild | |
parent | f0d7c3404823bf7dc1ac79f08ff25a419b01a3bb (diff) |
haskell/haskell-cgi: Updated for version 3001.3.0.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-cgi/haskell-cgi.SlackBuild')
-rw-r--r-- | haskell/haskell-cgi/haskell-cgi.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/haskell/haskell-cgi/haskell-cgi.SlackBuild b/haskell/haskell-cgi/haskell-cgi.SlackBuild index aa73b56105bd4..146f11d4ac6c2 100644 --- a/haskell/haskell-cgi/haskell-cgi.SlackBuild +++ b/haskell/haskell-cgi/haskell-cgi.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-cgi -VERSION=${VERSION:-3001.1.8.5} +VERSION=${VERSION:-3001.3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,11 +73,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# make it work with network-uri package, which was spun off from network 2.6 -patch -p0 <$CWD/network-uri.patch -# make it work with base >= 4.7 -patch -p0 <$CWD/data-typeable.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ runghc Setup configure \ @@ -86,7 +81,8 @@ runghc Setup configure \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ --enable-shared \ --enable-library-profiling \ - --docdir=/usr/doc/$PRGNAM-$VERSION + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --flags="network-uri" runghc Setup build runghc Setup haddock |