[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 10:27:40
  Author: felixonmars
Revision: 250283

upgpkg: ghc-mod 5.8.0.0-35

rebuild with aeson,1.2.1.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 10:20:57 UTC (rev 250282)
+++ PKGBUILD2017-08-14 10:27:40 UTC (rev 250283)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=34
+pkgrel=35
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 16:51:06
  Author: felixonmars
Revision: 249836

upgpkg: ghc-mod 5.8.0.0-34

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 16:44:16 UTC (rev 249835)
+++ PKGBUILD2017-08-11 16:51:06 UTC (rev 249836)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=33
+pkgrel=34
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-06 Thread Felix Yan
Date: Sunday, August 6, 2017 @ 22:50:43
  Author: felixonmars
Revision: 249172

upgpkg: ghc-mod 5.8.0.0-33

rebuild with monad-control,1.0.2.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-06 22:43:57 UTC (rev 249171)
+++ PKGBUILD2017-08-06 22:50:43 UTC (rev 249172)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=32
+pkgrel=33
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 20:22:06
  Author: felixonmars
Revision: 248855

upgpkg: ghc-mod 5.8.0.0-32

rebuild with ansi-wl-pprint,0.6.8

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 20:15:23 UTC (rev 248854)
+++ PKGBUILD2017-08-05 20:22:06 UTC (rev 248855)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=31
+pkgrel=32
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 14:18:23
  Author: felixonmars
Revision: 248691

upgpkg: ghc-mod 5.8.0.0-31

rebuild with syb,0.7

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 12:37:09 UTC (rev 248690)
+++ PKGBUILD2017-08-05 14:18:23 UTC (rev 248691)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=30
+pkgrel=31
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -23,7 +23,9 @@
 
 prepare() {
 cd $pkgname-$_commit
-sed -i 's/, optparse-applicative == 0.13.0.*/, optparse-applicative == 
0.13.*/' ghc-mod.cabal
+sed -e 's/, optparse-applicative == 0.13.0.*/, optparse-applicative == 
0.13.*/' \
+-e 's/, syb  < 0.7  && >= 0.5.1/, syb  
< 0.8  \&\& >= 0.5.1/' \
+-i ghc-mod.cabal
 }
 
 build() {


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-04 Thread Felix Yan
Date: Friday, August 4, 2017 @ 13:09:03
  Author: felixonmars
Revision: 248326

upgpkg: ghc-mod 5.8.0.0-30

rebuild with attoparsec,0.13.2.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 13:02:13 UTC (rev 248325)
+++ PKGBUILD2017-08-04 13:09:03 UTC (rev 248326)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=29
+pkgrel=30
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-08-02 Thread Felix Yan
Date: Wednesday, August 2, 2017 @ 19:26:54
  Author: felixonmars
Revision: 247563

upgpkg: ghc-mod 5.8.0.0-29

rebuild with comonad,5.0.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 19:24:14 UTC (rev 247562)
+++ PKGBUILD2017-08-02 19:26:54 UTC (rev 247563)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=28
+pkgrel=29
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-31 Thread Felix Yan
Date: Monday, July 31, 2017 @ 17:54:35
  Author: felixonmars
Revision: 247183

upgpkg: ghc-mod 5.8.0.0-28

rebuild with distributive,0.5.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-31 17:47:37 UTC (rev 247182)
+++ PKGBUILD2017-07-31 17:54:35 UTC (rev 247183)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=27
+pkgrel=28
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-30 Thread Felix Yan
Date: Sunday, July 30, 2017 @ 10:05:52
  Author: felixonmars
Revision: 246960

upgpkg: ghc-mod 5.8.0.0-27

rebuild with profunctors,5.2.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-30 09:59:12 UTC (rev 246959)
+++ PKGBUILD2017-07-30 10:05:52 UTC (rev 246960)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=26
+pkgrel=27
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-29 Thread Felix Yan
Date: Saturday, July 29, 2017 @ 15:33:06
  Author: felixonmars
Revision: 246813

upgpkg: ghc-mod 5.8.0.0-26

rebuild with semigroupoids,5.2.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-29 15:26:21 UTC (rev 246812)
+++ PKGBUILD2017-07-29 15:33:06 UTC (rev 246813)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=25
+pkgrel=26
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-26 Thread Felix Yan
Date: Wednesday, July 26, 2017 @ 14:57:08
  Author: felixonmars
Revision: 246431

upgpkg: ghc-mod 5.8.0.0-25

rebuild with temporary,1.2.1.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-26 14:50:12 UTC (rev 246430)
+++ PKGBUILD2017-07-26 14:57:08 UTC (rev 246431)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=24
+pkgrel=25
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-16 Thread Felix Yan
Date: Sunday, July 16, 2017 @ 12:19:11
  Author: felixonmars
Revision: 245345

upgpkg: ghc-mod 5.8.0.0-24

rebuild with yaml,0.8.23.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-16 12:12:14 UTC (rev 245344)
+++ PKGBUILD2017-07-16 12:19:11 UTC (rev 245345)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=23
+pkgrel=24
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-15 Thread Felix Yan
Date: Saturday, July 15, 2017 @ 14:59:53
  Author: felixonmars
Revision: 245235

upgpkg: ghc-mod 5.8.0.0-23

remove static libs

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-15 14:52:49 UTC (rev 245234)
+++ PKGBUILD2017-07-15 14:59:53 UTC (rev 245235)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=22
+pkgrel=23
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -50,4 +50,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-11 Thread Felix Yan
Date: Wednesday, July 12, 2017 @ 01:16:50
  Author: felixonmars
Revision: 244619

upgpkg: ghc-mod 5.8.0.0-22

rebuild with integer-logarithms,1.0.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-12 01:09:41 UTC (rev 244618)
+++ PKGBUILD2017-07-12 01:16:50 UTC (rev 244619)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=21
+pkgrel=22
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 11:38:41
  Author: felixonmars
Revision: 244103

upgpkg: ghc-mod 5.8.0.0-21

rebuild with scientific,0.3.5.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 11:31:40 UTC (rev 244102)
+++ PKGBUILD2017-07-11 11:38:41 UTC (rev 244103)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=20
+pkgrel=21
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-07 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 01:02:31
  Author: felixonmars
Revision: 243161

upgpkg: ghc-mod 5.8.0.0-20

rebuild with scientific,0.3.5.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 00:54:54 UTC (rev 243160)
+++ PKGBUILD2017-07-08 01:02:31 UTC (rev 243161)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=19
+pkgrel=20
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-07-07 Thread Felix Yan
Date: Friday, July 7, 2017 @ 08:31:28
  Author: felixonmars
Revision: 242734

upgpkg: ghc-mod 5.8.0.0-19

rebuild with dlist,0.8.0.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 08:24:15 UTC (rev 242733)
+++ PKGBUILD2017-07-07 08:31:28 UTC (rev 242734)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=18
+pkgrel=19
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-30 Thread Felix Yan
Date: Friday, June 30, 2017 @ 23:05:03
  Author: felixonmars
Revision: 241833

upgpkg: ghc-mod 5.8.0.0-18

rebuild with monad-control,1.0.2.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-30 22:57:49 UTC (rev 241832)
+++ PKGBUILD2017-06-30 23:05:03 UTC (rev 241833)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=17
+pkgrel=18
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-23 Thread Felix Yan
Date: Friday, June 23, 2017 @ 16:38:18
  Author: felixonmars
Revision: 240484

upgpkg: ghc-mod 5.8.0.0-17

rebuild with hashable,1.2.6.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-23 16:31:23 UTC (rev 240483)
+++ PKGBUILD2017-06-23 16:38:18 UTC (rev 240484)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=16
+pkgrel=17
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-22 Thread Felix Yan
Date: Thursday, June 22, 2017 @ 16:16:21
  Author: felixonmars
Revision: 239601

upgpkg: ghc-mod 5.8.0.0-16

rebuild with ghc-syb-utils,0.2.3.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-22 16:13:17 UTC (rev 239600)
+++ PKGBUILD2017-06-22 16:16:21 UTC (rev 239601)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=15
+pkgrel=16
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-22 Thread Felix Yan
Date: Thursday, June 22, 2017 @ 06:14:49
  Author: felixonmars
Revision: 239446

upgpkg: ghc-mod 5.8.0.0-15

rebuild with cpphs,1.20.8 haskell-src-exts,1.19.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-22 06:13:56 UTC (rev 239445)
+++ PKGBUILD2017-06-22 06:14:49 UTC (rev 239446)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=14
+pkgrel=15
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-21 Thread Felix Yan
Date: Wednesday, June 21, 2017 @ 19:30:51
  Author: felixonmars
Revision: 239374

upgpkg: ghc-mod 5.8.0.0-14

rebuild with cpphs,1.20.7

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-21 19:30:38 UTC (rev 239373)
+++ PKGBUILD2017-06-21 19:30:51 UTC (rev 239374)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=13
+pkgrel=14
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-21 Thread Felix Yan
Date: Wednesday, June 21, 2017 @ 17:07:20
  Author: felixonmars
Revision: 239298

upgpkg: ghc-mod 5.8.0.0-13

rebuild with yaml,0.8.23.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-21 17:00:15 UTC (rev 239297)
+++ PKGBUILD2017-06-21 17:07:20 UTC (rev 239298)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=12
+pkgrel=13
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-20 Thread Felix Yan
Date: Tuesday, June 20, 2017 @ 19:16:28
  Author: felixonmars
Revision: 239124

upgpkg: ghc-mod 5.8.0.0-12

rebuild with safe,0.3.15

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 19:09:27 UTC (rev 239123)
+++ PKGBUILD2017-06-20 19:16:28 UTC (rev 239124)
@@ -5,7 +5,7 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=11
+pkgrel=12
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -31,7 +31,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-19 Thread Felix Yan
Date: Monday, June 19, 2017 @ 16:05:04
  Author: felixonmars
Revision: 238667

upgpkg: ghc-mod 5.8.0.0-11

rebuild with hlint,2.0.9

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 15:57:52 UTC (rev 238666)
+++ PKGBUILD2017-06-19 16:05:04 UTC (rev 238667)
@@ -5,12 +5,12 @@
 pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=10
+pkgrel=11
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
 arch=('i686' 'x86_64')
-depends=("ghc" "cabal-helper" "haskell-djinn-ghc" "haskell-extra" 
"haskell-fclabels"
+depends=('ghc' "cabal-helper" "haskell-djinn-ghc" "haskell-extra" 
"haskell-fclabels"
  "haskell-ghc-paths" "haskell-ghc-syb-utils" "haskell-src-exts" "hlint"
  "haskell-monad-control" "haskell-monad-journal" "haskell-mtl" 
"haskell-old-time"
  "haskell-optparse-applicative" "haskell-pipes" "haskell-safe" 
"haskell-semigroups"


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-19 Thread Felix Yan
Date: Monday, June 19, 2017 @ 06:12:43
  Author: felixonmars
Revision: 238117

upgpkg: ghc-mod 5.8.0.0-10

rebuild with ghc,8.0.2

Modified:
  ghc-mod/trunk/PKGBUILD

--+
 PKGBUILD |   53 -
 1 file changed, 20 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 00:49:12 UTC (rev 238116)
+++ PKGBUILD2017-06-19 06:12:43 UTC (rev 238117)
@@ -2,34 +2,35 @@
 # Maintainer: Felix Yan 
 # Contributor: Arch Haskell Team 
 
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
+pkgname=ghc-mod
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=9
+pkgrel=10
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
 arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
- "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
- "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
- "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
- "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
- "haskell-transformers-base")
-source=("$pkgbase-$_commit.tar.gz::https://github.com/DanielG/ghc-mod/archive/$_commit.tar.gz;)
+depends=("ghc" "cabal-helper" "haskell-djinn-ghc" "haskell-extra" 
"haskell-fclabels"
+ "haskell-ghc-paths" "haskell-ghc-syb-utils" "haskell-src-exts" "hlint"
+ "haskell-monad-control" "haskell-monad-journal" "haskell-mtl" 
"haskell-old-time"
+ "haskell-optparse-applicative" "haskell-pipes" "haskell-safe" 
"haskell-semigroups"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+conflicts=('haskell-ghc-mod')
+replaces=('haskell-ghc-mod')
+source=("$pkgname-$_commit.tar.gz::https://github.com/DanielG/ghc-mod/archive/$_commit.tar.gz;)
 sha256sums=('75d83356999c2a1e6ea1d9c4340dcf3d260d2b462c4e9691ceb1f28385b3e70b')
 
 prepare() {
-cd $pkgbase-$_commit
+cd $pkgname-$_commit
 sed -i 's/, optparse-applicative == 0.13.0.*/, optparse-applicative == 
0.13.*/' ghc-mod.cabal
 }
 
 build() {
-cd $pkgbase-$_commit
+cd $pkgname-$_commit
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
@@ -39,28 +40,14 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-package_ghc-mod() {
-depends=('cabal-helper' 'ghc')
+package() {
+cd $pkgname-$_commit
 
-cd $pkgbase-$_commit
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-
-install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
-}
-
-package_haskell-ghc-mod() {
-pkgdesc="Happy Haskell Programming (docs and libraries)"
-depends=("${makedepends[@]}" 'ghc-mod')
-
-cd $pkgbase-$_commit
-
 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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
 }


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Wednesday, June 14, 2017 @ 07:35:04
  Author: felixonmars
Revision: 236726

upgpkg: ghc-mod 5.8.0.0-9

rebuild with extra,1.5.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 07:24:41 UTC (rev 236725)
+++ PKGBUILD2017-06-14 07:35:04 UTC (rev 236726)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-12 Thread Felix Yan
Date: Monday, June 12, 2017 @ 11:03:55
  Author: felixonmars
Revision: 236383

upgpkg: ghc-mod 5.8.0.0-8

rebuild with monad-control,1.0.2.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 10:51:41 UTC (rev 236382)
+++ PKGBUILD2017-06-12 11:03:55 UTC (rev 236383)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=7
+pkgrel=8
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-11 Thread Felix Yan
Date: Monday, June 12, 2017 @ 04:50:37
  Author: felixonmars
Revision: 236250

upgpkg: ghc-mod 5.8.0.0-7

rebuild with temporary,1.2.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 04:38:53 UTC (rev 236249)
+++ PKGBUILD2017-06-12 04:50:37 UTC (rev 236250)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=6
+pkgrel=7
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-10 Thread Felix Yan
Date: Saturday, June 10, 2017 @ 08:09:17
  Author: felixonmars
Revision: 235829

upgpkg: ghc-mod 5.8.0.0-6

rebuild with conduit,1.2.11

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-10 08:05:14 UTC (rev 235828)
+++ PKGBUILD2017-06-10 08:09:17 UTC (rev 235829)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=5
+pkgrel=6
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-06 Thread Felix Yan
Date: Tuesday, June 6, 2017 @ 23:57:25
  Author: felixonmars
Revision: 235161

upgpkg: ghc-mod 5.8.0.0-5

rebuild with scientific,0.3.4.15

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-06 23:53:05 UTC (rev 235160)
+++ PKGBUILD2017-06-06 23:57:25 UTC (rev 235161)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=4
+pkgrel=5
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-05 Thread Felix Yan
Date: Monday, June 5, 2017 @ 15:08:51
  Author: felixonmars
Revision: 234238

upgpkg: ghc-mod 5.8.0.0-4

rebuild with scientific,0.3.4.14

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-05 15:00:53 UTC (rev 234237)
+++ PKGBUILD2017-06-05 15:08:51 UTC (rev 234238)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=3
+pkgrel=4
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-06-03 Thread Felix Yan
Date: Saturday, June 3, 2017 @ 14:29:18
  Author: felixonmars
Revision: 233768

upgpkg: ghc-mod 5.8.0.0-3

rebuild with mmorph,1.1.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-03 14:15:20 UTC (rev 233767)
+++ PKGBUILD2017-06-03 14:29:18 UTC (rev 233768)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=2
+pkgrel=3
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-31 Thread Felix Yan
Date: Wednesday, May 31, 2017 @ 18:22:50
  Author: felixonmars
Revision: 231616

upgpkg: ghc-mod 5.8.0.0-2

rebuild with ansi-terminal,0.6.3.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 18:09:59 UTC (rev 231615)
+++ PKGBUILD2017-05-31 18:22:50 UTC (rev 231616)
@@ -6,7 +6,7 @@
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.8.0.0
 _commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
-pkgrel=1
+pkgrel=2
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-29 Thread Felix Yan
Date: Tuesday, May 30, 2017 @ 01:28:32
  Author: felixonmars
Revision: 231093

upgpkg: ghc-mod 5.8.0.0-1

rebuild with hlint,2.0.8

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 01:03:29 UTC (rev 231092)
+++ PKGBUILD2017-05-30 01:28:32 UTC (rev 231093)
@@ -4,23 +4,29 @@
 
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.7.0.0
-pkgrel=33
+pkgver=5.8.0.0
+_commit=9ab25526b8690daecaa3d34a7e30f022f7b388bc
+pkgrel=1
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
 arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+makedepends=("ghc=8.0.1" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
  "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
  "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
  "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
  "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
  "haskell-transformers-base")
-source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
-sha256sums=('SKIP')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/DanielG/ghc-mod/archive/$_commit.tar.gz;)
+sha256sums=('75d83356999c2a1e6ea1d9c4340dcf3d260d2b462c4e9691ceb1f28385b3e70b')
 
+prepare() {
+cd $pkgbase-$_commit
+sed -i 's/, optparse-applicative == 0.13.0.*/, optparse-applicative == 
0.13.*/' ghc-mod.cabal
+}
+
 build() {
-cd "${srcdir}/${pkgbase}"
+cd $pkgbase-$_commit
 
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
@@ -36,7 +42,7 @@
 package_ghc-mod() {
 depends=('cabal-helper' 'ghc')
 
-cd "${srcdir}/${pkgbase}"
+cd $pkgbase-$_commit
 runhaskell Setup copy --destdir="${pkgdir}"
 rm -r "$pkgdir"/usr/{lib,share/doc}
 
@@ -48,7 +54,7 @@
 pkgdesc="Happy Haskell Programming (docs and libraries)"
 depends=("${makedepends[@]}" 'ghc-mod')
 
-cd "${srcdir}/${pkgbase}"
+cd $pkgbase-$_commit
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 17:44:11
  Author: felixonmars
Revision: 230163

upgpkg: ghc-mod 5.7.0.0-33

rebuild with ansi-terminal,0.6.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 17:31:05 UTC (rev 230162)
+++ PKGBUILD2017-05-25 17:44:11 UTC (rev 230163)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-23 Thread Felix Yan
Date: Tuesday, May 23, 2017 @ 15:44:58
  Author: felixonmars
Revision: 229734

upgpkg: ghc-mod 5.7.0.0-32

rebuild with pipes,4.3.4

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-23 15:40:03 UTC (rev 229733)
+++ PKGBUILD2017-05-23 15:44:58 UTC (rev 229734)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-22 Thread Felix Yan
Date: Monday, May 22, 2017 @ 15:25:42
  Author: felixonmars
Revision: 229146

upgpkg: ghc-mod 5.7.0.0-31

rebuild with text,1.2.2.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-22 15:16:15 UTC (rev 229145)
+++ PKGBUILD2017-05-22 15:25:42 UTC (rev 229146)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-05-16 Thread Felix Yan
Date: Tuesday, May 16, 2017 @ 11:26:13
  Author: felixonmars
Revision: 228219

upgpkg: ghc-mod 5.7.0.0-30

rebuild with split,0.2.3.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-16 11:14:46 UTC (rev 228218)
+++ PKGBUILD2017-05-16 11:26:13 UTC (rev 228219)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=29
+pkgrel=30
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-24 Thread Felix Yan
Date: Monday, April 24, 2017 @ 06:49:58
  Author: felixonmars
Revision: 224805

upgpkg: ghc-mod 5.7.0.0-29

rebuild with semigroupoids,5.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 06:38:19 UTC (rev 224804)
+++ PKGBUILD2017-04-24 06:49:58 UTC (rev 224805)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-23 Thread Felix Yan
Date: Monday, April 24, 2017 @ 05:33:46
  Author: felixonmars
Revision: 224773

upgpkg: ghc-mod 5.7.0.0-28

rebuild with pipes,4.3.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 05:33:20 UTC (rev 224772)
+++ PKGBUILD2017-04-24 05:33:46 UTC (rev 224773)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-20 Thread Felix Yan
Date: Thursday, April 20, 2017 @ 15:11:21
  Author: felixonmars
Revision: 223989

upgpkg: ghc-mod 5.7.0.0-27

rebuild with comonad,5.0.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 15:08:34 UTC (rev 223988)
+++ PKGBUILD2017-04-20 15:11:21 UTC (rev 223989)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-19 Thread Felix Yan
Date: Wednesday, April 19, 2017 @ 17:13:45
  Author: felixonmars
Revision: 223818

upgpkg: ghc-mod 5.7.0.0-26

rebuild with bifunctors,5.4.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 17:02:39 UTC (rev 223817)
+++ PKGBUILD2017-04-19 17:13:45 UTC (rev 223818)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-17 Thread Felix Yan
Date: Monday, April 17, 2017 @ 10:29:25
  Author: felixonmars
Revision: 223450

upgpkg: ghc-mod 5.7.0.0-25

rebuild with semigroups,0.18.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 10:17:55 UTC (rev 223449)
+++ PKGBUILD2017-04-17 10:29:25 UTC (rev 223450)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-14 Thread Felix Yan
Date: Saturday, April 15, 2017 @ 04:56:33
  Author: felixonmars
Revision: 223119

upgpkg: ghc-mod 5.7.0.0-24

rebuild with cpphs,1.20.5

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 04:44:53 UTC (rev 223118)
+++ PKGBUILD2017-04-15 04:56:33 UTC (rev 223119)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-11 Thread Felix Yan
Date: Tuesday, April 11, 2017 @ 18:47:23
  Author: felixonmars
Revision: 222366

upgpkg: ghc-mod 5.7.0.0-23

rebuild with base-orphans,0.6

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-11 18:36:22 UTC (rev 222365)
+++ PKGBUILD2017-04-11 18:47:23 UTC (rev 222366)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-10 Thread Felix Yan
Date: Monday, April 10, 2017 @ 18:34:53
  Author: felixonmars
Revision: 221877

upgpkg: ghc-mod 5.7.0.0-22

rebuild with async,2.1.1.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 18:34:35 UTC (rev 221876)
+++ PKGBUILD2017-04-10 18:34:53 UTC (rev 221877)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=21
+pkgrel=22
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-09 Thread Felix Yan
Date: Monday, April 10, 2017 @ 04:31:02
  Author: felixonmars
Revision: 221695

upgpkg: ghc-mod 5.7.0.0-21

rebuild with extra,1.5.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 04:19:32 UTC (rev 221694)
+++ PKGBUILD2017-04-10 04:31:02 UTC (rev 221695)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-04-06 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 15:00:49
  Author: felixonmars
Revision: 221043

upgpkg: ghc-mod 5.7.0.0-20

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 14:49:40 UTC (rev 221042)
+++ PKGBUILD2017-04-06 15:00:49 UTC (rev 221043)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-31 Thread Felix Yan
Date: Saturday, April 1, 2017 @ 05:47:29
  Author: felixonmars
Revision: 220225

upgpkg: ghc-mod 5.7.0.0-19

rebuild with cmdargs,0.10.17

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-01 05:44:10 UTC (rev 220224)
+++ PKGBUILD2017-04-01 05:47:29 UTC (rev 220225)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-25 Thread Felix Yan
Date: Sunday, March 26, 2017 @ 02:23:11
  Author: felixonmars
Revision: 219059

upgpkg: ghc-mod 5.7.0.0-18

rebuild with void,0.7.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 02:12:00 UTC (rev 219058)
+++ PKGBUILD2017-03-26 02:23:11 UTC (rev 219059)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-22 Thread Felix Yan
Date: Thursday, March 23, 2017 @ 03:38:39
  Author: felixonmars
Revision: 218456

upgpkg: ghc-mod 5.7.0.0-17

rebuild with cmdargs,0.10.16

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-23 03:26:50 UTC (rev 218455)
+++ PKGBUILD2017-03-23 03:38:39 UTC (rev 218456)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=16
+pkgrel=17
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-20 Thread Felix Yan
Date: Monday, March 20, 2017 @ 23:17:07
  Author: felixonmars
Revision: 217876

upgpkg: ghc-mod 5.7.0.0-16

rebuild with hashable,1.2.6.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 23:05:54 UTC (rev 217875)
+++ PKGBUILD2017-03-20 23:17:07 UTC (rev 217876)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-19 Thread Felix Yan
Date: Sunday, March 19, 2017 @ 20:53:41
  Author: felixonmars
Revision: 217361

upgpkg: ghc-mod 5.7.0.0-15

rebuild with unordered-containers,0.2.8.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 20:41:53 UTC (rev 217360)
+++ PKGBUILD2017-03-19 20:53:41 UTC (rev 217361)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-15 Thread Felix Yan
Date: Wednesday, March 15, 2017 @ 06:03:59
  Author: felixonmars
Revision: 216378

upgpkg: ghc-mod 5.7.0.0-14

rebuild with MonadRandom,0.5.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-15 05:52:44 UTC (rev 216377)
+++ PKGBUILD2017-03-15 06:03:59 UTC (rev 216378)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:45:48
  Author: felixonmars
Revision: 215685

upgpkg: ghc-mod 5.7.0.0-13

rebuild with cmdargs,0.10.15

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:34:14 UTC (rev 215684)
+++ PKGBUILD2017-03-11 16:45:48 UTC (rev 215685)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 03:27:47
  Author: felixonmars
Revision: 215437

upgpkg: ghc-mod 5.7.0.0-12

rebuild with optparse-applicative,0.13.2.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 03:16:02 UTC (rev 215436)
+++ PKGBUILD2017-03-10 03:27:47 UTC (rev 215437)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:39:27
  Author: felixonmars
Revision: 214820

upgpkg: ghc-mod 5.7.0.0-11

rebuild with cpphs,1.20.4

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:28:02 UTC (rev 214819)
+++ PKGBUILD2017-03-04 06:39:27 UTC (rev 214820)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-16 Thread Felix Yan
Date: Thursday, February 16, 2017 @ 17:43:59
  Author: felixonmars
Revision: 212614

upgpkg: ghc-mod 5.7.0.0-10

rebuild with safe,0.3.14

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 17:43:33 UTC (rev 212613)
+++ PKGBUILD2017-02-16 17:43:59 UTC (rev 212614)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:37:42
  Author: felixonmars
Revision: 212008

upgpkg: ghc-mod 5.7.0.0-9

rebuild with hlint,1.9.41

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 02:26:20 UTC (rev 212007)
+++ PKGBUILD2017-02-12 02:37:42 UTC (rev 212008)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 17:44:48
  Author: felixonmars
Revision: 211892

upgpkg: ghc-mod 5.7.0.0-8

rebuild with safe,0.3.13

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 17:33:16 UTC (rev 211891)
+++ PKGBUILD2017-02-11 17:44:48 UTC (rev 211892)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-10 Thread Felix Yan
Date: Friday, February 10, 2017 @ 15:07:00
  Author: felixonmars
Revision: 211747

upgpkg: ghc-mod 5.7.0.0-7

rebuild with optparse-applicative,0.13.1.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-10 14:55:52 UTC (rev 211746)
+++ PKGBUILD2017-02-10 15:07:00 UTC (rev 211747)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-08 Thread Felix Yan
Date: Thursday, February 9, 2017 @ 04:05:11
  Author: felixonmars
Revision: 211352

upgpkg: ghc-mod 5.7.0.0-6

rebuild with cpphs,1.20.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-09 03:53:20 UTC (rev 211351)
+++ PKGBUILD2017-02-09 04:05:11 UTC (rev 211352)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-06 Thread Felix Yan
Date: Tuesday, February 7, 2017 @ 04:37:50
  Author: felixonmars
Revision: 210688

upgpkg: ghc-mod 5.7.0.0-5

rebuild with safe,0.3.12

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-07 04:25:09 UTC (rev 210687)
+++ PKGBUILD2017-02-07 04:37:50 UTC (rev 210688)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-06 Thread Felix Yan
Date: Monday, February 6, 2017 @ 11:03:16
  Author: felixonmars
Revision: 210379

upgpkg: ghc-mod 5.7.0.0-4

use latest optparse-applicative

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-06 10:59:17 UTC (rev 210378)
+++ PKGBUILD2017-02-06 11:03:16 UTC (rev 210379)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -13,7 +13,7 @@
 makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
  "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
  "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
- "haskell-old-time" "haskell-optparse-applicative0.12" 
"haskell-pipes" "haskell-safe"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
  "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
  "haskell-transformers-base")
 source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-05 Thread Felix Yan
Date: Monday, February 6, 2017 @ 07:37:46
  Author: felixonmars
Revision: 210336

upgpkg: ghc-mod 5.7.0.0-3

rebuild with distributive,0.5.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-06 07:26:23 UTC (rev 210335)
+++ PKGBUILD2017-02-06 07:37:46 UTC (rev 210336)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-02-05 Thread Felix Yan
Date: Monday, February 6, 2017 @ 05:13:16
  Author: felixonmars
Revision: 210251

upgpkg: ghc-mod 5.7.0.0-2

rebuild with hlint,1.9.40

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-06 05:05:00 UTC (rev 210250)
+++ PKGBUILD2017-02-06 05:13:16 UTC (rev 210251)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD hse-1.18.patch)

2017-02-05 Thread Felix Yan
Date: Monday, February 6, 2017 @ 03:12:52
  Author: felixonmars
Revision: 210184

upgpkg: ghc-mod 5.7.0.0-1

Modified:
  ghc-mod/trunk/PKGBUILD
Deleted:
  ghc-mod/trunk/hse-1.18.patch

+
 PKGBUILD   |   19 +++--
 hse-1.18.patch |   75 ---
 2 files changed, 5 insertions(+), 89 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-06 03:08:44 UTC (rev 210183)
+++ PKGBUILD2017-02-06 03:12:52 UTC (rev 210184)
@@ -4,8 +4,8 @@
 
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.6.0.0
-pkgrel=16
+pkgver=5.7.0.0
+pkgrel=1
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -14,20 +14,11 @@
  "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
  "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
  "haskell-old-time" "haskell-optparse-applicative0.12" 
"haskell-pipes" "haskell-safe"
- "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
  "haskell-transformers-base")
-source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;
-hse-1.18.patch)
-sha256sums=('SKIP'
-'d7c598d5d1a2e8bdb35460f8588376eb45d20fce660708f28e685e6aced481ab')
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
 
-prepare() {
-cd "$srcdir/$pkgbase"
-patch -p1 -i ../hse-1.18.patch
-
-sed -i 's/pipes >= 4.1 && <4.3/pipes >= 4.1 \&\& 
<4.4/' ghc-mod.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgbase}"
 

Deleted: hse-1.18.patch
===
--- hse-1.18.patch  2017-02-06 03:08:44 UTC (rev 210183)
+++ hse-1.18.patch  2017-02-06 03:12:52 UTC (rev 210184)
@@ -1,75 +0,0 @@
-From afd535df487914152de3356be9a53aaa6311ecc7 Mon Sep 17 00:00:00 2001
-From: Oleg Grenrus 
-Date: Tue, 2 Aug 2016 06:35:56 +0300
-Subject: [PATCH] Support hse-1.18, allow newer extra and pipes too
-

- Language/Haskell/GhcMod/FillSig.hs  | 4 ++--
- Language/Haskell/GhcMod/SrcUtils.hs | 4 ++--
- ghc-mod.cabal   | 6 +++---
- 3 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/Language/Haskell/GhcMod/FillSig.hs 
b/Language/Haskell/GhcMod/FillSig.hs
-index 3f7ae4c..3e03ec0 100644
 a/Language/Haskell/GhcMod/FillSig.hs
-+++ b/Language/Haskell/GhcMod/FillSig.hs
-@@ -27,7 +27,7 @@ import qualified HsBinds as Ty
- import qualified Class as Ty
- import qualified Var as Ty
- import qualified HsPat as Ty
--import qualified Language.Haskell.Exts.Annotated as HE
-+import qualified Language.Haskell.Exts as HE
- import Djinn.GHC
- 
- import qualified Language.Haskell.GhcMod.Gap as Gap
-@@ -191,7 +191,7 @@ getSignatureFromHE file lineNo colNo = do
-  HE.TypeSig (HE.SrcSpanInfo s _) names ty ->
-  return $ HESignature s names ty
- 
-- HE.TypeFamDecl (HE.SrcSpanInfo s _) declHead _ ->
-+ HE.TypeFamDecl (HE.SrcSpanInfo s _) declHead _ _ ->
-let (name, tys) = dHeadTyVars declHead in
-return $ HEFamSignature s Open name (map cleanTyVarBind 
tys)
- 
-diff --git a/Language/Haskell/GhcMod/SrcUtils.hs 
b/Language/Haskell/GhcMod/SrcUtils.hs
-index fb36289..5829fde 100644
 a/Language/Haskell/GhcMod/SrcUtils.hs
-+++ b/Language/Haskell/GhcMod/SrcUtils.hs
-@@ -16,7 +16,7 @@ import qualified Var as G
- import qualified Type as G
- import GHC.SYB.Utils
- import GhcMonad
--import qualified Language.Haskell.Exts.Annotated as HE
-+import qualified Language.Haskell.Exts as HE
- import Language.Haskell.GhcMod.Doc
- import Language.Haskell.GhcMod.Gap
- import qualified Language.Haskell.GhcMod.Gap as Gap
-@@ -175,7 +175,7 @@ fourIntsHE loc = ( HE.srcSpanStartLine loc, 
HE.srcSpanStartColumn loc
- typeSigInRangeHE :: Int -> Int -> HE.Decl HE.SrcSpanInfo -> Bool
- typeSigInRangeHE lineNo colNo (HE.TypeSig (HE.SrcSpanInfo s _) _ _) =
-   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
--typeSigInRangeHE lineNo colNo (HE.TypeFamDecl (HE.SrcSpanInfo s _) _ _) =
-+typeSigInRangeHE lineNo colNo (HE.TypeFamDecl (HE.SrcSpanInfo s _) _ _ _) =
-   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
- typeSigInRangeHE lineNo colNo (HE.DataFamDecl (HE.SrcSpanInfo s _) _ _ _) =
-   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
-diff --git a/ghc-mod.cabal b/ghc-mod.cabal
-index d882262..0b210e6 100644
 a/ghc-mod.cabal
-+++ b/ghc-mod.cabal
-@@ -196,12 +196,12 @@ Library
-   , mtl   < 2.3 && >= 2.0
-   , monad-control < 

[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-01-25 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 08:48:44
  Author: felixonmars
Revision: 208992

upgpkg: ghc-mod 5.6.0.0-16

rebuild with cabal-helper,0.7.3.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 08:31:43 UTC (rev 208991)
+++ PKGBUILD2017-01-25 08:48:44 UTC (rev 208992)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-01-23 Thread Felix Yan
Date: Monday, January 23, 2017 @ 14:39:47
  Author: felixonmars
Revision: 208561

upgpkg: ghc-mod 5.6.0.0-15

rebuild with safe,0.3.11

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 14:31:09 UTC (rev 208560)
+++ PKGBUILD2017-01-23 14:39:47 UTC (rev 208561)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-01-06 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 06:44:56
  Author: felixonmars
Revision: 205944

upgpkg: ghc-mod 5.6.0.0-14

rebuild with distributive-0.5.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 06:44:09 UTC (rev 205943)
+++ PKGBUILD2017-01-07 06:44:56 UTC (rev 205944)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2017-01-02 Thread Felix Yan
Date: Tuesday, January 3, 2017 @ 02:59:12
  Author: felixonmars
Revision: 204574

upgpkg: ghc-mod 5.6.0.0-13

rebuild with hashable-1.2.5.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 01:44:52 UTC (rev 204573)
+++ PKGBUILD2017-01-03 02:59:12 UTC (rev 204574)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 23:06:50
  Author: felixonmars
Revision: 202428

upgpkg: ghc-mod 5.6.0.0-12

rebuild with unordered-containers-0.2.7.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 23:03:09 UTC (rev 202427)
+++ PKGBUILD2016-12-25 23:06:50 UTC (rev 202428)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-22 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 12:23:01
  Author: felixonmars
Revision: 200992

upgpkg: ghc-mod 5.6.0.0-11

rebuild with hlint-1.9.39

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 12:11:23 UTC (rev 200991)
+++ PKGBUILD2016-12-22 12:23:01 UTC (rev 200992)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 03:02:19
  Author: felixonmars
Revision: 200889

upgpkg: ghc-mod 5.6.0.0-10

rebuild with pipes-4.3.2, pipes-http-1.0.5

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:49:56 UTC (rev 200888)
+++ PKGBUILD2016-12-22 03:02:19 UTC (rev 200889)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-16 Thread Felix Yan
Date: Friday, December 16, 2016 @ 08:29:43
  Author: felixonmars
Revision: 199786

upgpkg: ghc-mod 5.6.0.0-9

rebuild with async-2.1.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 08:18:27 UTC (rev 199785)
+++ PKGBUILD2016-12-16 08:29:43 UTC (rev 199786)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-13 Thread Felix Yan
Date: Tuesday, December 13, 2016 @ 11:07:19
  Author: felixonmars
Revision: 199219

upgpkg: ghc-mod 5.6.0.0-8

rebuild with pipes-4.3.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 10:56:57 UTC (rev 199218)
+++ PKGBUILD2016-12-13 11:07:19 UTC (rev 199219)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -24,6 +24,8 @@
 prepare() {
 cd "$srcdir/$pkgbase"
 patch -p1 -i ../hse-1.18.patch
+
+sed -i 's/pipes >= 4.1 && <4.3/pipes >= 4.1 \&\& 
<4.4/' ghc-mod.cabal
 }
 
 build() {


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-12-12 Thread Felix Yan
Date: Monday, December 12, 2016 @ 09:17:39
  Author: felixonmars
Revision: 198949

upgpkg: ghc-mod 5.6.0.0-7

rebuild with mmorph-1.0.9

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-12 09:13:12 UTC (rev 198948)
+++ PKGBUILD2016-12-12 09:17:39 UTC (rev 198949)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-11-24 Thread Felix Yan
Date: Friday, November 25, 2016 @ 04:10:14
  Author: felixonmars
Revision: 196816

upgpkg: ghc-mod 5.6.0.0-6

rebuild with fclabels-2.0.3.2, hlint-1.9.38

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 04:09:17 UTC (rev 196815)
+++ PKGBUILD2016-11-25 04:10:14 UTC (rev 196816)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-11-24 Thread Felix Yan
Date: Thursday, November 24, 2016 @ 14:13:31
  Author: felixonmars
Revision: 196700

upgpkg: ghc-mod 5.6.0.0-5

rebuild with safe-0.3.10

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-24 14:06:00 UTC (rev 196699)
+++ PKGBUILD2016-11-24 14:13:31 UTC (rev 196700)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-10-26 Thread Felix Yan
Date: Wednesday, October 26, 2016 @ 10:33:17
  Author: felixonmars
Revision: 193589

upgpkg: ghc-mod 5.6.0.0-4

rebuild with extra-1.5.1, http-client-0.5.3.3, monad-logger-0.3.20, 
pandoc-citeproc-0.10.2, yaml-0.8.20

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-26 10:24:43 UTC (rev 193588)
+++ PKGBUILD2016-10-26 10:33:17 UTC (rev 193589)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-10-21 Thread Felix Yan
Date: Saturday, October 22, 2016 @ 03:04:24
  Author: felixonmars
Revision: 192925

upgpkg: ghc-mod 5.6.0.0-3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 03:04:20 UTC (rev 192924)
+++ PKGBUILD2016-10-22 03:04:24 UTC (rev 192925)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -13,7 +13,7 @@
 makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
  "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
  "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
- "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-old-time" "haskell-optparse-applicative0.12" 
"haskell-pipes" "haskell-safe"
  "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
  "haskell-transformers-base")
 source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-09-06 Thread Felix Yan
Date: Tuesday, September 6, 2016 @ 15:09:05
  Author: felixonmars
Revision: 188768

upgpkg: ghc-mod 5.6.0.0-2

rebuild with JuicyPixels-3.2.8, cpphs-1.20.2, darcs-2.12.1, dlist-0.8.0.2, 
unix-time-0.3.7, wai-extra-3.0.17, wai-websockets-3.0.1.1, yaml-0.8.18.5

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-06 14:58:59 UTC (rev 188767)
+++ PKGBUILD2016-09-06 15:09:05 UTC (rev 188768)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD hse-1.18.patch)

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 09:40:10
  Author: felixonmars
Revision: 186542

upgpkg: ghc-mod 5.6.0.0-1

Added:
  ghc-mod/trunk/hse-1.18.patch
Modified:
  ghc-mod/trunk/PKGBUILD

+
 PKGBUILD   |   15 +--
 hse-1.18.patch |   75 +++
 2 files changed, 83 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 09:36:07 UTC (rev 186541)
+++ PKGBUILD2016-08-12 09:40:10 UTC (rev 186542)
@@ -4,8 +4,8 @@
 
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.5.0.0
-pkgrel=34
+pkgver=5.6.0.0
+pkgrel=1
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -16,13 +16,14 @@
  "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
  "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
  "haskell-transformers-base")
-source=("git+https://github.com/DanielG/ghc-mod.git#commit=f2c7b01e372dd8c516b1ccbe5a1025cc7814347c;)
-sha256sums=('SKIP')
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;
+hse-1.18.patch)
+sha256sums=('SKIP'
+'d7c598d5d1a2e8bdb35460f8588376eb45d20fce660708f28e685e6aced481ab')
 
 prepare() {
-sed -e 's/, pipes == 4.1.\*/, pipes >= 4.1/' \
--e 's/, extra == 1.4.\*/, extra >= 1.4/' \
--i $pkgbase/$pkgbase.cabal
+cd "$srcdir/$pkgbase"
+patch -p1 -i ../hse-1.18.patch
 }
 
 build() {

Added: hse-1.18.patch
===
--- hse-1.18.patch  (rev 0)
+++ hse-1.18.patch  2016-08-12 09:40:10 UTC (rev 186542)
@@ -0,0 +1,75 @@
+From afd535df487914152de3356be9a53aaa6311ecc7 Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Tue, 2 Aug 2016 06:35:56 +0300
+Subject: [PATCH] Support hse-1.18, allow newer extra and pipes too
+
+---
+ Language/Haskell/GhcMod/FillSig.hs  | 4 ++--
+ Language/Haskell/GhcMod/SrcUtils.hs | 4 ++--
+ ghc-mod.cabal   | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/Language/Haskell/GhcMod/FillSig.hs 
b/Language/Haskell/GhcMod/FillSig.hs
+index 3f7ae4c..3e03ec0 100644
+--- a/Language/Haskell/GhcMod/FillSig.hs
 b/Language/Haskell/GhcMod/FillSig.hs
+@@ -27,7 +27,7 @@ import qualified HsBinds as Ty
+ import qualified Class as Ty
+ import qualified Var as Ty
+ import qualified HsPat as Ty
+-import qualified Language.Haskell.Exts.Annotated as HE
++import qualified Language.Haskell.Exts as HE
+ import Djinn.GHC
+ 
+ import qualified Language.Haskell.GhcMod.Gap as Gap
+@@ -191,7 +191,7 @@ getSignatureFromHE file lineNo colNo = do
+  HE.TypeSig (HE.SrcSpanInfo s _) names ty ->
+  return $ HESignature s names ty
+ 
+- HE.TypeFamDecl (HE.SrcSpanInfo s _) declHead _ ->
++ HE.TypeFamDecl (HE.SrcSpanInfo s _) declHead _ _ ->
+let (name, tys) = dHeadTyVars declHead in
+return $ HEFamSignature s Open name (map cleanTyVarBind 
tys)
+ 
+diff --git a/Language/Haskell/GhcMod/SrcUtils.hs 
b/Language/Haskell/GhcMod/SrcUtils.hs
+index fb36289..5829fde 100644
+--- a/Language/Haskell/GhcMod/SrcUtils.hs
 b/Language/Haskell/GhcMod/SrcUtils.hs
+@@ -16,7 +16,7 @@ import qualified Var as G
+ import qualified Type as G
+ import GHC.SYB.Utils
+ import GhcMonad
+-import qualified Language.Haskell.Exts.Annotated as HE
++import qualified Language.Haskell.Exts as HE
+ import Language.Haskell.GhcMod.Doc
+ import Language.Haskell.GhcMod.Gap
+ import qualified Language.Haskell.GhcMod.Gap as Gap
+@@ -175,7 +175,7 @@ fourIntsHE loc = ( HE.srcSpanStartLine loc, 
HE.srcSpanStartColumn loc
+ typeSigInRangeHE :: Int -> Int -> HE.Decl HE.SrcSpanInfo -> Bool
+ typeSigInRangeHE lineNo colNo (HE.TypeSig (HE.SrcSpanInfo s _) _ _) =
+   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
+-typeSigInRangeHE lineNo colNo (HE.TypeFamDecl (HE.SrcSpanInfo s _) _ _) =
++typeSigInRangeHE lineNo colNo (HE.TypeFamDecl (HE.SrcSpanInfo s _) _ _ _) =
+   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
+ typeSigInRangeHE lineNo colNo (HE.DataFamDecl (HE.SrcSpanInfo s _) _ _ _) =
+   HE.srcSpanStart s <= (lineNo, colNo) && HE.srcSpanEnd s >= (lineNo, colNo)
+diff --git a/ghc-mod.cabal b/ghc-mod.cabal
+index d882262..0b210e6 100644
+--- a/ghc-mod.cabal
 b/ghc-mod.cabal
+@@ -196,12 +196,12 @@ Library
+   , mtl   < 2.3 && >= 2.0
+   , monad-control < 1.1 && >= 1
+   , split < 0.3
+-  , haskell-src-exts  < 1.18
++  , haskell-src-exts  == 1.18.*
+   , text  < 1.3
+ 

[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-07-25 Thread Felix Yan
Date: Tuesday, July 26, 2016 @ 03:57:49
  Author: felixonmars
Revision: 184046

upgpkg: ghc-mod 5.5.0.0-34

rebuild with case-insensitive-1.2.0.7, cereal-0.5.3.0, exceptions-0.8.3, 
extra-1.5, language-javascript-0.6.0.8, lifted-base-0.2.3.8

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 03:28:20 UTC (rev 184045)
+++ PKGBUILD2016-07-26 03:57:49 UTC (rev 184046)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -20,7 +20,9 @@
 sha256sums=('SKIP')
 
 prepare() {
-sed -i 's/, pipes == 4.1.\*/, pipes >= 4.1/' 
$pkgbase/$pkgbase.cabal
+sed -e 's/, pipes == 4.1.\*/, pipes >= 4.1/' \
+-e 's/, extra == 1.4.\*/, extra >= 1.4/' \
+-i $pkgbase/$pkgbase.cabal
 }
 
 build() {


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-07-20 Thread Felix Yan
Date: Wednesday, July 20, 2016 @ 07:19:30
  Author: felixonmars
Revision: 183465

upgpkg: ghc-mod 5.5.0.0-33

rebuild with Glob-0.7.10, QuickCheck-2.9.1, aeson-compat-0.3.5.1, 
bifunctors-5.4.1, clientsession-0.9.1.2, cmark-0.5.3.1, cookie-0.4.2.1, 
css-text-0.1.2.2, dlist-0.8, dns-2.0.4, extra-1.4.12, fgl-5.5.3.0, 
generic-deriving-1.10.6, generics-sop-0.2.2.0, graphviz-2999.18.1.2, 
http-client-0.5.1, http2-1.6.1, js-jquery-3.1.0, math-functions-0.2.0.1, 
mono-traversable-1.0.0.1, pandoc-1.17.2, pandoc-citeproc-0.10.1, 
pandoc-crossref-0.2.2.1, path-io-1.2.0, persistent-template-2.5.1.4, 
retry-0.7.4.1, scientific-0.3.4.9, tasty-rerun-1.1.6, wai-extra-3.0.16.1, 
yaml-0.8.18.1, zip-archive-0.3.0.4

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-20 07:15:04 UTC (rev 183464)
+++ PKGBUILD2016-07-20 07:19:30 UTC (rev 183465)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-06-24 Thread Felix Yan
Date: Friday, June 24, 2016 @ 16:54:25
  Author: felixonmars
Revision: 181028

upgpkg: ghc-mod 5.5.0.0-32

rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, 
hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, 
texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-24 16:44:21 UTC (rev 181027)
+++ PKGBUILD2016-06-24 16:54:25 UTC (rev 181028)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-06-20 Thread Felix Yan
Date: Tuesday, June 21, 2016 @ 03:09:17
  Author: felixonmars
Revision: 180608

upgpkg: ghc-mod 5.5.0.0-31

rebuild with dns-2.0.3, extra-1.4.10, generic-deriving-1.10.5, 
http-client-0.4.29, http-client-tls-0.2.4.1, language-javascript-0.6.0.7, 
monad-par-0.3.4.8, path-0.5.8, semigroupoids-5.1, wai-extra-3.0.15.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-21 03:05:40 UTC (rev 180607)
+++ PKGBUILD2016-06-21 03:09:17 UTC (rev 180608)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 08:44:54
  Author: fyan
Revision: 179099

upgpkg: ghc-mod 5.5.0.0-30

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:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 06:40:52 UTC (rev 179098)
+++ PKGBUILD2016-06-10 06:44:54 UTC (rev 179099)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=29
+pkgrel=30
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-06-08 Thread Felix Yan
Date: Thursday, June 9, 2016 @ 06:03:07
  Author: fyan
Revision: 178765

upgpkg: ghc-mod 5.5.0.0-29

rebuild with EdisonAPI-1.3.1, JuicyPixels-3.2.7.1, MissingH-1.4.0.0, 
aeson-compat-0.3.4.0, aws-0.14.0, cairo-0.13.3.0, cereal-0.5.2.0, cgrep-6.6.14, 
cryptonite-0.16, extra-1.4.9, glib-0.13.4.0, gtk3-0.14.5, 
hackage-security-0.5.2.1, haddock-api-2.17.3, haddock-library-1.4.2, 
hlint-1.9.34, hslogger-1.2.10, http-types-0.9.1, language-javascript-0.6.0.5, 
pandoc-1.17.1, pandoc-citeproc-0.10, pango-0.13.3.0, pipes-4.2.0, retry-0.7.4, 
sandi-0.4.0, shake-0.15.8, statistics-0.13.3.0, unix-compat-0.4.2.0

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-09 03:57:09 UTC (rev 178764)
+++ PKGBUILD2016-06-09 04:03:07 UTC (rev 178765)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -19,6 +19,10 @@
 
source=("git+https://github.com/DanielG/ghc-mod.git#commit=f2c7b01e372dd8c516b1ccbe5a1025cc7814347c;)
 sha256sums=('SKIP')
 
+prepare() {
+sed -i 's/, pipes == 4.1.\*/, pipes >= 4.1/' 
$pkgbase/$pkgbase.cabal
+}
+
 build() {
 cd "${srcdir}/${pkgbase}"
 


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 08:09:55
  Author: fyan
Revision: 175787

upgpkg: ghc-mod 5.5.0.0-27

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:59:31 UTC (rev 175786)
+++ PKGBUILD2016-05-20 06:09:55 UTC (rev 175787)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD cabal-helper-0.7.patch)

2016-05-13 Thread Felix Yan
Date: Friday, May 13, 2016 @ 09:28:17
  Author: fyan
Revision: 175127

upgpkg: ghc-mod 5.5.0.0-26

rebuild with cabal-helper-0.7.0.1, cryptohash-sha256-0.11.7.2, either-4.4.1.1, 
extra-1.4.6, math-functions-0.1.7.0, git-annex-6.20160511, 
streaming-commons-0.1.15.5, tls-1.3.8, xml-conduit-1.3.5

Added:
  ghc-mod/trunk/cabal-helper-0.7.patch
Modified:
  ghc-mod/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 cabal-helper-0.7.patch |   38 ++
 2 files changed, 48 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 07:22:24 UTC (rev 175126)
+++ PKGBUILD2016-05-13 07:28:17 UTC (rev 175127)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")
@@ -17,9 +17,16 @@
  "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
  "haskell-transformers-base")
 options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;
+cabal-helper-0.7.patch)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31'
+'9c7bc47104c560686c54c668c329e639fdb8dd744d67c0283654959f9c922d8b')
 
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../cabal-helper-0.7.patch
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 

Added: cabal-helper-0.7.patch
===
--- cabal-helper-0.7.patch  (rev 0)
+++ cabal-helper-0.7.patch  2016-05-13 07:28:17 UTC (rev 175127)
@@ -0,0 +1,38 @@
+From b8076fc5d37854534c661f4e9d53af60bb3101f6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= 
+Date: Wed, 11 May 2016 15:13:19 +0200
+Subject: [PATCH] Bump cabal-helper dependency
+
+For Cabal-1.24 support
+---
+ Language/Haskell/GhcMod/Pretty.hs | 3 ++-
+ ghc-mod.cabal | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/Language/Haskell/GhcMod/Pretty.hs 
b/Language/Haskell/GhcMod/Pretty.hs
+index 1df6948..b2d9e7d 100644
+--- a/Language/Haskell/GhcMod/Pretty.hs
 b/Language/Haskell/GhcMod/Pretty.hs
+@@ -32,7 +32,8 @@ gmRenderDoc = renderStyle docStyle
+ 
+ gmComponentNameDoc :: ChComponentName -> Doc
+ gmComponentNameDoc ChSetupHsName   = text $ "Setup.hs"
+-gmComponentNameDoc ChLibName   = text $ "library"
++gmComponentNameDoc (ChLibName "")  = text $ "library"
++gmComponentNameDoc (ChLibName n)   = text $ "library:" ++ n
+ gmComponentNameDoc (ChExeName n)   = text $ "exe:" ++ n
+ gmComponentNameDoc (ChTestName n)  = text $ "test:" ++ n
+ gmComponentNameDoc (ChBenchName n) = text $ "bench:" ++ n
+diff --git a/ghc-mod.cabal b/ghc-mod.cabal
+index f583ca5..583e033 100644
+--- a/ghc-mod.cabal
 b/ghc-mod.cabal
+@@ -165,7 +165,7 @@ Library
+   , bytestring< 0.11
+   , binary< 0.9 && >= 0.5.1.0
+   , containers< 0.6
+-  , cabal-helper  < 0.7 && >= 0.6.3.0
++  , cabal-helper  < 0.8 && >= 0.7.0.1
+   , deepseq   < 1.5
+   , directory < 1.3
+   , filepath  < 1.5


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-05-10 Thread Felix Yan
Date: Tuesday, May 10, 2016 @ 19:01:07
  Author: fyan
Revision: 174583

upgpkg: ghc-mod 5.5.0.0-25

rebuild with auto-update-0.1.4, hpack-0.14.0, pandoc-crossref-0.2.1.2, 
pipes-4.1.9, tls-1.3.7

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 16:56:42 UTC (rev 174582)
+++ PKGBUILD2016-05-10 17:01:07 UTC (rev 174583)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-05-08 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 18:47:10
  Author: fyan
Revision: 174357

upgpkg: ghc-mod 5.5.0.0-24

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 16:22:09 UTC (rev 174356)
+++ PKGBUILD2016-05-08 16:47:10 UTC (rev 174357)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 16:40:18
  Author: fyan
Revision: 173732

upgpkg: ghc-mod 5.5.0.0-23

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 14:33:23 UTC (rev 173731)
+++ PKGBUILD2016-05-04 14:40:18 UTC (rev 173732)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 10:57:04
  Author: fyan
Revision: 173088

upgpkg: ghc-mod 5.5.0.0-22

rebuild with darcs-2.12.0, extra-1.4.5, hpack-0.13.0, lens-4.14, tasty-0.11.0.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 08:57:03 UTC (rev 173087)
+++ PKGBUILD2016-04-30 08:57:04 UTC (rev 173088)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=21
+pkgrel=22
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:51:21
  Author: fyan
Revision: 171000

upgpkg: ghc-mod 5.5.0.0-20

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 13:46:21 UTC (rev 170999)
+++ PKGBUILD2016-04-14 13:51:21 UTC (rev 171000)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-04-12 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 16:00:03
  Author: fyan
Revision: 170696

upgpkg: ghc-mod 5.5.0.0-19

rebuild with base-compat-0.9.1, base-orphans-0.5.4, dns-2.0.2, fast-logger-2.4.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 13:55:59 UTC (rev 170695)
+++ PKGBUILD2016-04-12 14:00:03 UTC (rev 170696)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 17:47:47
  Author: fyan
Revision: 170103

upgpkg: ghc-mod 5.5.0.0-18

rebuild with bifunctors-5.3, clock-0.7.1.1, cryptonite-0.14, fast-logger-2.4.2, 
hpack-0.12.0, http2-1.6.0, js-jquery-1.12.3, memory-0.12, 
monad-control-1.0.1.0, stack-1.0.4.3, tls-1.3.5, warp-3.2.6, 
xml-conduit-1.3.4.1, zip-archive-0.3.0.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-10 15:43:33 UTC (rev 170102)
+++ PKGBUILD2016-04-10 15:47:47 UTC (rev 170103)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

2016-03-23 Thread Felix Yan
Date: Wednesday, March 23, 2016 @ 15:53:24
  Author: fyan
Revision: 168120

upgpkg: ghc-mod 5.5.0.0-17

rebuild with hlint-1.9.32, js-jquery-1.12.2

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-23 14:48:16 UTC (rev 168119)
+++ PKGBUILD2016-03-23 14:53:24 UTC (rev 168120)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=16
+pkgrel=17
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


  1   2   >