[arch-commits] Commit in ghc-mod/repos (8 files)

2017-01-02 Thread Felix Yan
Date: Tuesday, January 3, 2017 @ 03:35:15
  Author: felixonmars
Revision: 204576

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 204575, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/hse-1.18.patch
(from rev 204575, ghc-mod/trunk/hse-1.18.patch)
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 204575, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/hse-1.18.patch
(from rev 204575, ghc-mod/trunk/hse-1.18.patch)
Deleted:
  ghc-mod/repos/community-staging-i686/PKGBUILD
  ghc-mod/repos/community-staging-i686/hse-1.18.patch
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
  ghc-mod/repos/community-staging-x86_64/hse-1.18.patch

-+
 /PKGBUILD   |  138 +++
 /hse-1.18.patch |  150 ++
 community-staging-i686/PKGBUILD |   69 -
 community-staging-i686/hse-1.18.patch   |   75 ---
 community-staging-x86_64/PKGBUILD   |   69 -
 community-staging-x86_64/hse-1.18.patch |   75 ---
 6 files changed, 288 insertions(+), 288 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-01-03 02:59:52 UTC (rev 204575)
+++ community-staging-i686/PKGBUILD 2017-01-03 03:35:15 UTC (rev 204576)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.6.0.0
-pkgrel=13
-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"
- "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-transformers-base")
-source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;
-hse-1.18.patch)
-sha256sums=('SKIP'
-'d7c598d5d1a2e8bdb35460f8588376eb45d20fce660708f28e685e6aced481ab')
-
-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}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid
-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
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_ghc-mod() {
-depends=('cabal-helper' 'ghc')
-
-cd "${srcdir}/${pkgbase}"
-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 "${srcdir}/${pkgbase}"
-
-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}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
-}

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 204575, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-03 03:35:15 UTC (rev 204576)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.6.0.0
+pkgrel=13
+pkgdesc="Happy Haskell Programming"

[arch-commits] Commit in ghc-mod/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ghc-mod/repos/community-i686/PKGBUILD
(from rev 192925, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-i686/hse-1.18.patch
(from rev 192925, ghc-mod/trunk/hse-1.18.patch)
  ghc-mod/repos/community-x86_64/PKGBUILD
(from rev 192925, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-x86_64/hse-1.18.patch
(from rev 192925, ghc-mod/trunk/hse-1.18.patch)
Deleted:
  ghc-mod/repos/community-i686/PKGBUILD
  ghc-mod/repos/community-i686/hse-1.18.patch
  ghc-mod/repos/community-x86_64/PKGBUILD
  ghc-mod/repos/community-x86_64/hse-1.18.patch

-+
 /PKGBUILD   |  134 +
 /hse-1.18.patch |  150 ++
 community-i686/PKGBUILD |   67 
 community-i686/hse-1.18.patch   |   75 ---
 community-x86_64/PKGBUILD   |   67 
 community-x86_64/hse-1.18.patch |   75 ---
 6 files changed, 284 insertions(+), 284 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-22 03:04:24 UTC (rev 192925)
+++ community-i686/PKGBUILD 2016-10-22 03:04:56 UTC (rev 192926)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.6.0.0
-pkgrel=2
-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"
- "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-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')
-
-prepare() {
-cd "$srcdir/$pkgbase"
-patch -p1 -i ../hse-1.18.patch
-}
-
-build() {
-cd "${srcdir}/${pkgbase}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid
-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
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_ghc-mod() {
-depends=('cabal-helper' 'ghc')
-
-cd "${srcdir}/${pkgbase}"
-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 "${srcdir}/${pkgbase}"
-
-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}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
-}

Copied: ghc-mod/repos/community-i686/PKGBUILD (from rev 192925, 
ghc-mod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-22 03:04:56 UTC (rev 192926)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.6.0.0
+pkgrel=3
+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"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ 

[arch-commits] Commit in ghc-mod/repos (8 files)

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 08:10:23
  Author: fyan
Revision: 175788

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 175787, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/cabal-helper-0.7.patch
(from rev 175787, ghc-mod/trunk/cabal-helper-0.7.patch)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 175787, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 175787, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/cabal-helper-0.7.patch
(from rev 175787, ghc-mod/trunk/cabal-helper-0.7.patch)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 175787, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   68 +
 community-staging-i686/cabal-helper-0.7.patch|   38 +++
 community-staging-i686/haskell-ghc-mod.install   |   18 +
 community-staging-x86_64/PKGBUILD|   68 +
 community-staging-x86_64/cabal-helper-0.7.patch  |   38 +++
 community-staging-x86_64/haskell-ghc-mod.install |   18 +
 6 files changed, 248 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 175787, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 06:10:23 UTC (rev 175788)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=27
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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-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;
+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}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+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')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/cabal-helper-0.7.patch (from rev 
175787, ghc-mod/trunk/cabal-helper-0.7.patch)
===
--- community-staging-i686/cabal-helper-0.7.patch   
(rev 0)
+++ community-staging-i686/cabal-helper-0.7.patch   2016-05-20 06:10:23 UTC 
(rev 175788)

[arch-commits] Commit in ghc-mod/repos (8 files)

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

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 175127, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/cabal-helper-0.7.patch
(from rev 175127, ghc-mod/trunk/cabal-helper-0.7.patch)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 175127, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 175127, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/cabal-helper-0.7.patch
(from rev 175127, ghc-mod/trunk/cabal-helper-0.7.patch)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 175127, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   68 +
 community-staging-i686/cabal-helper-0.7.patch|   38 +++
 community-staging-i686/haskell-ghc-mod.install   |   18 +
 community-staging-x86_64/PKGBUILD|   68 +
 community-staging-x86_64/cabal-helper-0.7.patch  |   38 +++
 community-staging-x86_64/haskell-ghc-mod.install |   18 +
 6 files changed, 248 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 175127, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-13 07:28:43 UTC (rev 175128)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=26
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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-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;
+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}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+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')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/cabal-helper-0.7.patch (from rev 
175127, ghc-mod/trunk/cabal-helper-0.7.patch)
===
--- community-staging-i686/cabal-helper-0.7.patch   
(rev 0)
+++ community-staging-i686/cabal-helper-0.7.patch   2016-05-13 07:28:43 UTC 
(rev 175128)

[arch-commits] Commit in ghc-mod/repos (8 files)

2016-02-04 Thread Felix Yan
Date: Friday, February 5, 2016 @ 04:09:48
  Author: fyan
Revision: 160373

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ghc-mod/repos/community-i686/PKGBUILD
(from rev 160372, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
(from rev 160372, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-x86_64/PKGBUILD
(from rev 160372, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install
(from rev 160372, ghc-mod/trunk/haskell-ghc-mod.install)
Deleted:
  ghc-mod/repos/community-i686/PKGBUILD
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
  ghc-mod/repos/community-x86_64/PKGBUILD
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install

--+
 /PKGBUILD|  122 +
 /haskell-ghc-mod.install |   36 
 community-i686/PKGBUILD  |   61 --
 community-i686/haskell-ghc-mod.install   |   18 
 community-x86_64/PKGBUILD|   61 --
 community-x86_64/haskell-ghc-mod.install |   18 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 03:09:21 UTC (rev 160372)
+++ community-i686/PKGBUILD 2016-02-05 03:09:48 UTC (rev 160373)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.5.0.0
-pkgrel=8
-pkgdesc="Happy Haskell Programming"
-url="http://www.mew.org/~kazu/proj/ghc-mod/;
-license=("AGPL3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "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-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')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid
-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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_ghc-mod() {
-depends=('cabal-helper' 'ghc')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-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')
-install="haskell-ghc-mod.install"
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
-}

Copied: ghc-mod/repos/community-i686/PKGBUILD (from rev 160372, 
ghc-mod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 03:09:48 UTC (rev 160373)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=9
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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" 

[arch-commits] Commit in ghc-mod/repos (8 files)

2016-01-20 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 17:43:01
  Author: fyan
Revision: 158326

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ghc-mod/repos/community-i686/PKGBUILD
(from rev 158325, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
(from rev 158325, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-x86_64/PKGBUILD
(from rev 158325, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install
(from rev 158325, ghc-mod/trunk/haskell-ghc-mod.install)
Deleted:
  ghc-mod/repos/community-i686/PKGBUILD
  ghc-mod/repos/community-i686/haskell-ghc-mod.install
  ghc-mod/repos/community-x86_64/PKGBUILD
  ghc-mod/repos/community-x86_64/haskell-ghc-mod.install

--+
 /PKGBUILD|  122 +
 /haskell-ghc-mod.install |   36 
 community-i686/PKGBUILD  |   61 --
 community-i686/haskell-ghc-mod.install   |   18 
 community-x86_64/PKGBUILD|   61 --
 community-x86_64/haskell-ghc-mod.install |   18 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-20 16:42:30 UTC (rev 158325)
+++ community-i686/PKGBUILD 2016-01-20 16:43:01 UTC (rev 158326)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=ghc-mod
-pkgname=(ghc-mod haskell-ghc-mod)
-pkgver=5.5.0.0
-pkgrel=1
-pkgdesc="Happy Haskell Programming"
-url="http://www.mew.org/~kazu/proj/ghc-mod/;
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "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-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')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid
-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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_ghc-mod() {
-depends=('gmp' 'libffi')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-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')
-install="haskell-ghc-mod.install"
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
-}

Copied: ghc-mod/repos/community-i686/PKGBUILD (from rev 158325, 
ghc-mod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-20 16:43:01 UTC (rev 158326)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=2
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "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"