Browse Source
haskell/haskell-th-lift-instances: Updated for version 0.1.19.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/169/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
haskell/haskell-th-lift-instances/haskell-th-lift-instances.SlackBuild
-
haskell/haskell-th-lift-instances/haskell-th-lift-instances.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-th-lift-instances |
|
|
|
VERSION=${VERSION:-0.1.11} |
|
|
|
VERSION=${VERSION:-0.1.19} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="haskell-th-lift-instances" |
|
|
|
VERSION="0.1.11" |
|
|
|
VERSION="0.1.19" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/th-lift-instances" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/th-lift-instances/0.1.11/th-lift-instances-0.1.11.tar.gz" |
|
|
|
MD5SUM="52a13a10dd24d94ff72b2a7a3b604054" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/th-lift-instances/0.1.19/th-lift-instances-0.1.19.tar.gz" |
|
|
|
MD5SUM="812e208c805eea350099c794be7bbff2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-th-lift haskell-vector" |
|
|
|