[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:05:33
  Author: felixonmars
Revision: 785449

upgpkg: haskell-language-python 0.5.8-4: rebuild with ghc 8.10.3

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:04:01 UTC (rev 785448)
+++ PKGBUILD2020-12-23 22:05:33 UTC (rev 785449)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:44:26
  Author: felixonmars
Revision: 693122

upgpkg: haskell-language-python 0.5.8-3: rebuild with happy 1.20.0

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:41:44 UTC (rev 693121)
+++ PKGBUILD2020-08-30 20:44:26 UTC (rev 693122)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:48:32
  Author: felixonmars
Revision: 682598

upgpkg: haskell-language-python 0.5.8-2: rebuild with ghc 8.10.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:48:28 UTC (rev 682597)
+++ PKGBUILD2020-08-17 12:48:32 UTC (rev 682598)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-07-14 Thread Felix Yan via arch-commits
Date: Tuesday, July 14, 2020 @ 12:35:38
  Author: felixonmars
Revision: 663742

upgpkg: haskell-language-python 0.5.8-1: rebuild with language-python 0.5.8

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:35:07 UTC (rev 663741)
+++ PKGBUILD2020-07-14 12:35:38 UTC (rev 663742)
@@ -3,8 +3,8 @@
 
 _hkgname=language-python
 pkgname=haskell-language-python
-pkgver=0.5.6
-pkgrel=10
+pkgver=0.5.8
+pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex' 'ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('fe204e1247904b7ce82c9c587cfe14b965ea96e9ee448d27cc06ab27426c6a021e3b74bc388cf65a6b8998192ef938aa147d7818e208f9cac75901704411d915')
+sha512sums=('fa2d9c1a20460e38dcc370be60157090e7279386a4ebc0f4c4bac56fb3a8f65541c41fa789d2df31e385eeea3c05e2f84c44f77917379194eb4e29372ab4c20d')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/== *0.5/==0.6/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 
@@ -26,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 23:09:17
  Author: felixonmars
Revision: 618430

upgpkg: haskell-language-python 0.5.6-10: rebuild with ghc 8.10.1

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 23:07:11 UTC (rev 618429)
+++ PKGBUILD2020-04-23 23:09:17 UTC (rev 618430)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 09:08:59
  Author: felixonmars
Revision: 583690

upgpkg: haskell-language-python 0.5.6-9: rebuild with ghc 8.8.3

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 09:08:16 UTC (rev 583689)
+++ PKGBUILD2020-02-27 09:08:59 UTC (rev 583690)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -39,6 +39,6 @@
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 17:58:57
  Author: felixonmars
Revision: 571801

upgpkg: haskell-language-python 0.5.6-8: rebuild with ghc 8.8.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 17:56:26 UTC (rev 571800)
+++ PKGBUILD2020-02-15 17:58:57 UTC (rev 571801)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 23:46:02
  Author: felixonmars
Revision: 550885

upgpkg: haskell-language-python 0.5.6-7: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:45:16 UTC (rev 550884)
+++ PKGBUILD2020-01-08 23:46:02 UTC (rev 550885)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2019-09-15 Thread Felix Yan via arch-commits
Date: Sunday, September 15, 2019 @ 18:30:16
  Author: felixonmars
Revision: 510789

upgpkg: haskell-language-python 0.5.6-6

rebuild with happy 1.19.12

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 18:28:00 UTC (rev 510788)
+++ PKGBUILD2019-09-15 18:30:16 UTC (rev 510789)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2019-06-22 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 03:03:07
  Author: felixonmars
Revision: 482851

upgpkg: haskell-language-python 0.5.6-5

rebuild with happy 1.19.11

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 03:00:33 UTC (rev 482850)
+++ PKGBUILD2019-06-23 03:03:07 UTC (rev 482851)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2019-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 10, 2019 @ 15:15:52
  Author: felixonmars
Revision: 464863

upgpkg: haskell-language-python 0.5.6-4

rebuild with happy 1.19.10

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-10 15:13:34 UTC (rev 464862)
+++ PKGBUILD2019-05-10 15:15:52 UTC (rev 464863)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 07:10:13
  Author: felixonmars
Revision: 454128

upgpkg: haskell-language-python 0.5.6-3

rebuild with ghc 8.6.5

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 07:07:28 UTC (rev 454127)
+++ PKGBUILD2019-04-26 07:10:13 UTC (rev 454128)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2019-03-09 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 00:58:27
  Author: felixonmars
Revision: 438854

upgpkg: haskell-language-python 0.5.6-2

rebuild with ghc 8.6.4

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:56:04 UTC (rev 438853)
+++ PKGBUILD2019-03-10 00:58:27 UTC (rev 438854)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD ghc-8.2.1.patch)

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 12:22:48
  Author: felixonmars
Revision: 429896

upgpkg: haskell-language-python 0.5.6-1

rebuild with language-python 0.5.6

Modified:
  haskell-language-python/trunk/PKGBUILD
Deleted:
  haskell-language-python/trunk/ghc-8.2.1.patch

-+
 PKGBUILD|   15 +
 ghc-8.2.1.patch |  150 --
 2 files changed, 4 insertions(+), 161 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 12:17:52 UTC (rev 429895)
+++ PKGBUILD2019-02-07 12:22:48 UTC (rev 429896)
@@ -3,8 +3,8 @@
 
 _hkgname=language-python
 pkgname=haskell-language-python
-pkgver=0.5.4
-pkgrel=11
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -11,19 +11,12 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex' 'ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
-ghc-8.2.1.patch)
-sha512sums=('adbe81eeb4a161c8e685c3dacdee0924f1193fa291a753e1608f0c94effc90b77df60fee1e46e791516d01ea0153f243c13fb2fdd24d688cfe9ce8ac9ed44059'
-
'ce812b6937158977a85c2b5c1118a79779570bd4023ac58b22d9e2960e24be98b107e733c3ed90ed9977d20e757d56c6e2e3ea48d473f3e6d42589fa2c8281ea')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('fe204e1247904b7ce82c9c587cfe14b965ea96e9ee448d27cc06ab27426c6a021e3b74bc388cf65a6b8998192ef938aa147d7818e208f9cac75901704411d915')
 
 prepare() {
 cd $_hkgname-$pkgver
-patch -p1 -i ../ghc-8.2.1.patch
-
 sed -i 's/== *0.5/==0.6/' $_hkgname.cabal
-
-sed -i '/import Data.Data/i import Prelude hiding ((<>))' 
src/Language/Python/Common/SrcLocation.hs
-sed -i '/import Language.Python.Common.AST/i import Prelude hiding ((<>))' 
src/Language/Python/Common/PrettyAST.hs
 }
 
 build() {

Deleted: ghc-8.2.1.patch
===
--- ghc-8.2.1.patch 2019-02-07 12:17:52 UTC (rev 429895)
+++ ghc-8.2.1.patch 2019-02-07 12:22:48 UTC (rev 429896)
@@ -1,150 +0,0 @@
-From 416a0981a6c0185d5aa905a5de31bc8024ef1099 Mon Sep 17 00:00:00 2001
-From: Sergey Vinokurov 
-Date: Mon, 31 Jul 2017 23:18:58 +0300
-Subject: [PATCH] Fix unused import warnings and simultaneously fix ghc 8.2.1
- build
-

- language-python.cabal   | 9 +
- src/Language/Python/Common.hs   | 6 +++---
- src/Language/Python/Common/LexerUtils.hs| 5 +
- src/Language/Python/Common/ParseError.hs| 1 -
- src/Language/Python/Common/ParserMonad.hs   | 3 ---
- src/Language/Python/Common/Token.hs | 2 +-
- src/Language/Python/Version2/Parser.hs  | 2 +-
- src/Language/Python/Version2/Parser/Lexer.x | 3 ---
- src/Language/Python/Version3/Parser.hs  | 2 +-
- 9 files changed, 12 insertions(+), 21 deletions(-)
-
-diff --git a/language-python.cabal b/language-python.cabal
-index 2bb36b1..bb9d442 100644
 a/language-python.cabal
-+++ b/language-python.cabal
-@@ -13,10 +13,11 @@ maintainer:  florbit...@gmail.com
- homepage:http://github.com/bjpop/language-python 
- build-type:  Simple
- stability:   experimental
--extra-source-files:  src/Language/Python/Version3/Parser/Parser.y 
-- src/Language/Python/Version3/Parser/Lexer.x 
-- src/Language/Python/Version2/Parser/Parser.y 
-- src/Language/Python/Version2/Parser/Lexer.x 
-+extra-source-files:  src/Language/Python/Version3/Parser/Parser.y
-+ src/Language/Python/Version3/Parser/Lexer.x
-+ src/Language/Python/Version2/Parser/Parser.y
-+ src/Language/Python/Version2/Parser/Lexer.x
-+tested-with: GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.1
- 
- source-repository head
-type: git
-diff --git a/src/Language/Python/Common.hs b/src/Language/Python/Common.hs
-index 6fe22a6..871a434 100644
 a/src/Language/Python/Common.hs
-+++ b/src/Language/Python/Common.hs
-@@ -33,8 +33,8 @@ module Language.Python.Common (
- import Language.Python.Common.Pretty 
- import Language.Python.Common.Token 
- import Language.Python.Common.AST 
--import Language.Python.Common.PrettyAST 
--import Language.Python.Common.PrettyToken 
-+import Language.Python.Common.PrettyAST ()
-+import Language.Python.Common.PrettyToken ()
- import Language.Python.Common.SrcLocation 
--import Language.Python.Common.PrettyParseError 
-+import Language.Python.Common.PrettyParseError ()
- import Language.Python.Common.ParseError
-diff --git a/src/Language/Python/Common/LexerUtils.hs 
b/src/Language/Python/Common/LexerUtils.hs
-index 6aa00d6..fea39a1 100644
 a/src/Language/Python/Common/LexerUtils.hs
-+++ b/s

[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-12-09 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 00:59:34
  Author: felixonmars
Revision: 413613

upgpkg: haskell-language-python 0.5.4-11

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:57:45 UTC (rev 413612)
+++ PKGBUILD2018-12-10 00:59:34 UTC (rev 413613)
@@ -4,10 +4,10 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex' 'ghc')


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 22:12:15
  Author: felixonmars
Revision: 402320

upgpkg: haskell-language-python 0.5.4-10

rebuild with ghc 8.6.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 22:10:22 UTC (rev 402319)
+++ PKGBUILD2018-11-06 22:12:15 UTC (rev 402320)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 
'ce812b6937158977a85c2b5c1118a79779570bd4023ac58b22d9e2960e24be98b107e733c3ed90ed9977d20e757d56c6e2e3ea48d473f3e6d42589fa2c8281ea')
 
 prepare() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 patch -p1 -i ../ghc-8.2.1.patch
 
 sed -i 's/== *0.5/==0.6/' $_hkgname.cabal
@@ -27,10 +27,10 @@
 }
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
 runhaskell Setup build
@@ -41,11 +41,11 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 11:21:57
  Author: felixonmars
Revision: 394074

upgpkg: haskell-language-python 0.5.4-9

rebuild with ghc 8.6.1

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 11:17:23 UTC (rev 394073)
+++ PKGBUILD2018-10-15 11:21:57 UTC (rev 394074)
@@ -4,7 +4,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -20,6 +20,8 @@
 cd "${srcdir}/${_hkgname}-${pkgver}"
 patch -p1 -i ../ghc-8.2.1.patch
 
+sed -i 's/== *0.5/==0.6/' $_hkgname.cabal
+
 sed -i '/import Data.Data/i import Prelude hiding ((<>))' 
src/Language/Python/Common/SrcLocation.hs
 sed -i '/import Language.Python.Common.AST/i import Prelude hiding ((<>))' 
src/Language/Python/Common/PrettyAST.hs
 }


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 14:57:41
  Author: felixonmars
Revision: 336104

upgpkg: haskell-language-python 0.5.4-8

rebuild with ghc 8.4.3

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 14:57:29 UTC (rev 336103)
+++ PKGBUILD2018-06-01 14:57:41 UTC (rev 336104)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:31:28
  Author: felixonmars
Revision: 324303

upgpkg: haskell-language-python 0.5.4-7

rebuild with ghc 8.4.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:08:03 UTC (rev 324302)
+++ PKGBUILD2018-05-18 20:31:28 UTC (rev 324303)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -20,6 +20,9 @@
 prepare() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 patch -p1 -i ../ghc-8.2.1.patch
+
+sed -i '/import Data.Data/i import Prelude hiding ((<>))' 
src/Language/Python/Common/SrcLocation.hs
+sed -i '/import Language.Python.Common.AST/i import Prelude hiding ((<>))' 
src/Language/Python/Common/PrettyAST.hs
 }
 
 build() {


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2018-02-27 Thread Felix Yan via arch-commits
Date: Tuesday, February 27, 2018 @ 17:32:11
  Author: felixonmars
Revision: 299269

upgpkg: haskell-language-python 0.5.4-6

rebuild with mtl,2.2.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-27 16:36:40 UTC (rev 299268)
+++ PKGBUILD2018-02-27 17:32:11 UTC (rev 299269)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 17:39:54
  Author: felixonmars
Revision: 268923

upgpkg: haskell-language-python 0.5.4-5

rebuild with ghc 8.2.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 16:53:08 UTC (rev 268922)
+++ PKGBUILD2017-11-26 17:39:54 UTC (rev 268923)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 16:48:31
  Author: felixonmars
Revision: 260162

upgpkg: haskell-language-python 0.5.4-4

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 16:48:21 UTC (rev 260161)
+++ PKGBUILD2017-09-23 16:48:31 UTC (rev 260162)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -14,8 +14,8 @@
 makedepends=('happy' 'alex' 'ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
 ghc-8.2.1.patch)
-sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129'
-'55474f71fe722cff4ea0b7bbc960c3c0074295804a6a520e8f3818c71d05f810')
+sha512sums=('adbe81eeb4a161c8e685c3dacdee0924f1193fa291a753e1608f0c94effc90b77df60fee1e46e791516d01ea0153f243c13fb2fdd24d688cfe9ce8ac9ed44059'
+
'ce812b6937158977a85c2b5c1118a79779570bd4023ac58b22d9e2960e24be98b107e733c3ed90ed9977d20e757d56c6e2e3ea48d473f3e6d42589fa2c8281ea')
 
 prepare() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -25,7 +25,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
@@ -44,7 +44,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD ghc-8.2.1.patch)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 22:51:55
  Author: felixonmars
Revision: 251211

upgpkg: haskell-language-python 0.5.4-3

GHC 8.2.1 rebuild

Added:
  haskell-language-python/trunk/ghc-8.2.1.patch
Modified:
  haskell-language-python/trunk/PKGBUILD

-+
 PKGBUILD|   26 +
 ghc-8.2.1.patch |  150 ++
 2 files changed, 165 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 22:21:03 UTC (rev 251210)
+++ PKGBUILD2017-08-15 22:51:55 UTC (rev 251211)
@@ -5,25 +5,31 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" 'haskell-monads-tf' 'haskell-utf8-string')
-makedepends=('happy' 'alex')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129')
+depends=('ghc-libs' 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+ghc-8.2.1.patch)
+sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129'
+'55474f71fe722cff4ea0b7bbc960c3c0074295804a6a520e8f3818c71d05f810')
 
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p1 -i ../ghc-8.2.1.patch
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -32,11 +38,9 @@
 
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"

Added: ghc-8.2.1.patch
===
--- ghc-8.2.1.patch (rev 0)
+++ ghc-8.2.1.patch 2017-08-15 22:51:55 UTC (rev 251211)
@@ -0,0 +1,150 @@
+From 416a0981a6c0185d5aa905a5de31bc8024ef1099 Mon Sep 17 00:00:00 2001
+From: Sergey Vinokurov 
+Date: Mon, 31 Jul 2017 23:18:58 +0300
+Subject: [PATCH] Fix unused import warnings and simultaneously fix ghc 8.2.1
+ build
+
+---
+ language-python.cabal   | 9 +
+ src/Language/Python/Common.hs   | 6 +++---
+ src/Language/Python/Common/LexerUtils.hs| 5 +
+ src/Language/Python/Common/ParseError.hs| 1 -
+ src/Language/Python/Common/ParserMonad.hs   | 3 ---
+ src/Language/Python/Common/Token.hs | 2 +-
+ src/Language/Python/Version2/Parser.hs  | 2 +-
+ src/Language/Python/Version2/Parser/Lexer.x | 3 ---
+ src/Language/Python/Version3/Parser.hs  | 2 +-
+ 9 files changed, 12 insertions(+), 21 deletions(-)
+
+diff --git a/language-python.cabal b/language-python.cabal
+index 2bb36b1..bb9d442 100644
+--- a/language-python.cabal
 b/language-python.cabal
+@@ -13,10 +13,11 @@ maintainer:  florbit...@gmail.com
+ homepage:http://github.com/bjpop/language-python 
+ build-type:  Simple
+ stability:   experimental
+-extra-source-files:  src/Language/Python/Version3/Parser/Parser.y 
+- src/Language/Python/Version3/Parser/Lexer.x 
+- src/Language/Python/Version2/Parser/Parser.y 
+- src/Language/Python/Version2/Parser/Lexer.x 
++extra-source-files:  src/Language/Python/Version3/Parser/Parser.y
++ src/Language/Python/Version3/Parser/Lexer.x
++ src/Language/Python/Version2/Parser/Parser.y
++ src/Language/Python/Version2/Parser/Lexer.x
++tested-with: GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.1
+ 
+ source-repository head
+type: git
+diff --git a/src/Language/Python/Common.hs b/src/Language/Python/Common.hs
+index 6fe22a6..871a434 100644
+---

[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:08:43
  Author: felixonmars
Revision: 237751

upgpkg: haskell-language-python 0.5.4-2

rebuild with ghc,8.0.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 16:59:38 UTC (rev 237750)
+++ PKGBUILD2017-06-16 17:08:43 UTC (rev 237751)
@@ -5,12 +5,12 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
+depends=("ghc" 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129')
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
@@ -40,4 +40,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:42:46
  Author: felixonmars
Revision: 225550

use https

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:42:41 UTC (rev 225549)
+++ PKGBUILD2017-04-26 08:42:46 UTC (rev 225550)
@@ -7,12 +7,12 @@
 pkgver=0.5.4
 pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
-url="http://hackage.haskell.org/package/${_hkgname}";
+url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129')
 
 build() {


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2016-08-05 Thread Felix Yan
Date: Saturday, August 6, 2016 @ 03:49:57
  Author: felixonmars
Revision: 185444

upgpkg: haskell-language-python 0.5.4-1

rebuild with cabal-helper-0.7.2.0, dlist-0.8.0.1, ghc-mod-5.6.0.0, 
haskell-src-exts-1.18.2, idris-0.12.2, language-python-0.5.4, 
microlens-0.4.6.0, network-2.6.3.1, shakespeare-2.0.11, 
stylish-haskell-0.6.2.0, wai-app-static-3.1.6, wai-websockets-3.0.1, warp-3.2.8

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 03:17:28 UTC (rev 185443)
+++ PKGBUILD2016-08-06 03:49:57 UTC (rev 185444)
@@ -4,8 +4,8 @@
 
 _hkgname=language-python
 pkgname=haskell-language-python
-pkgver=0.5.2
-pkgrel=5
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+sha256sums=('ba93508e5e7b6b3c881eb9b04f9032c2e8c5f20255d812a0a365eba82ffbf129')
 
-prepare() {
-sed -i 's/transformers >= 0.3 && < 0.5,/transformers >= 0.3 \&\& < 0.6,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2016-06-15 Thread Felix Yan
Date: Wednesday, June 15, 2016 @ 08:07:14
  Author: felixonmars
Revision: 180220

upgpkg: haskell-language-python 0.5.2-5

rebuild with MissingH-1.4.0.1, cryptonite-0.17, language-python-0.5.3, 
parsers-0.12.4, shake-0.15.10, simple-sendfile-0.2.25, git-annex-6.20160613

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 08:07:03 UTC (rev 180219)
+++ PKGBUILD2016-06-15 08:07:14 UTC (rev 180220)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:33:33
  Author: fyan
Revision: 179109

upgpkg: haskell-language-python 0.5.2-4

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:09:56 UTC (rev 179108)
+++ PKGBUILD2016-06-10 07:33:33 UTC (rev 179109)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 18:42:19
  Author: foutrelis
Revision: 152474

GHC 7.10.3 rebuild

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 17:39:17 UTC (rev 152473)
+++ PKGBUILD2015-12-10 17:42:19 UTC (rev 152474)
@@ -5,12 +5,12 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" 'haskell-monads-tf' 'haskell-utf8-string')
+depends=("ghc=7.10.3" 'haskell-monads-tf' 'haskell-utf8-string')
 makedepends=('happy' 'alex')
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)


[arch-commits] Commit in haskell-language-python/trunk (PKGBUILD)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:33:34
  Author: fyan
Revision: 148062

upgpkg: haskell-language-python 0.5.2-1

Modified:
  haskell-language-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 03:00:39 UTC (rev 148061)
+++ PKGBUILD2015-12-01 08:33:34 UTC (rev 148062)
@@ -4,7 +4,7 @@
 
 _hkgname=language-python
 pkgname=haskell-language-python
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('9e1f4a7cfa0062c3b8709bfe6334a948ac0a7f885c94fc09805eb2bc170515fc')
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"