mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
haskell/haskell-fgl: Updated for version 5.7.0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aebc923f93
commit
8406f0ec66
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-fgl
|
||||
VERSION=${VERSION:-5.6.0.0}
|
||||
VERSION=${VERSION:-5.7.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-fgl"
|
||||
VERSION="5.6.0.0"
|
||||
VERSION="5.7.0.3"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/fgl"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/fgl/5.6.0.0/fgl-5.6.0.0.tar.gz"
|
||||
MD5SUM="d6f0209de57f5fdf08f2a072652b1162"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/fgl/5.7.0.3/fgl-5.7.0.3.tar.gz"
|
||||
MD5SUM="23d21ecf41e1ccc2027dc44a3f1e6e3f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in a new issue