mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-hxt: Updated for version 9.3.1.15.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2e58d44e11
commit
5e2d430a0b
2 changed files with 7 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-hxt
|
||||
VERSION=${VERSION:-9.3.1.1}
|
||||
VERSION=${VERSION:-9.3.1.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haskell-hxt"
|
||||
VERSION="9.3.1.1"
|
||||
VERSION="9.3.1.15"
|
||||
HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/hxt/9.3.1.1/hxt-9.3.1.1.tar.gz"
|
||||
MD5SUM="bedada666610b7de73dfb5630ea478cb"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/hxt/9.3.1.15/hxt-9.3.1.15.tar.gz"
|
||||
MD5SUM="f2d996c22736ded04d4a987d12767d3b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-HUnit haskell-hxt-regex-xmlschema haskell-hxt-unicode haskell-network"
|
||||
REQUIRES="haskell-parsec haskell-HUnit haskell-mtl haskell-hxt-charproperties haskell-hxt-unicode haskell-hxt-regex-xmlschema haskell-network-uri"
|
||||
MAINTAINER="S. Randall Sawyer"
|
||||
EMAIL="srandallsawyer@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue