diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-QuickCheck/haskell-QuickCheck.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild index 3134f01ced..a887b55efb 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-QuickCheck -VERSION=${VERSION:-2.7.6} +VERSION=${VERSION:-2.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,7 +97,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + LICENSE README changelog \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/haskell/haskell-QuickCheck/haskell-QuickCheck.info b/haskell/haskell-QuickCheck/haskell-QuickCheck.info index 7c6f163eb9..4d75d23040 100644 --- a/haskell/haskell-QuickCheck/haskell-QuickCheck.info +++ b/haskell/haskell-QuickCheck/haskell-QuickCheck.info @@ -1,8 +1,8 @@ PRGNAM="haskell-QuickCheck" -VERSION="2.7.6" +VERSION="2.8.2" HOMEPAGE="http://hackage.haskell.org/package/QuickCheck" -DOWNLOAD="http://hackage.haskell.org/packages/archive/QuickCheck/2.7.6/QuickCheck-2.7.6.tar.gz" -MD5SUM="b936f766ffc9f41feb041beaf96b5fe5" +DOWNLOAD="http://hackage.haskell.org/package/QuickCheck-2.8.2/QuickCheck-2.8.2.tar.gz" +MD5SUM="10cff478264f593380310f1f4c0fe551" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-extensible-exceptions haskell-mtl haskell-random haskell-tf-random" |