Date: Thursday, December 10, 2015 @ 18:43:42
  Author: foutrelis
Revision: 152478

GHC 7.10.3 rebuild

Modified:
  haskell-enclosed-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 17:42:42 UTC (rev 152477)
+++ PKGBUILD    2015-12-10 17:43:42 UTC (rev 152478)
@@ -5,12 +5,12 @@
 _hkgname=enclosed-exceptions
 pkgname=haskell-enclosed-exceptions
 pkgver=1.0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Catching all exceptions from within an enclosed computation"
 url="https://github.com/jcristovao/enclosed-exceptions";
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-async" "haskell-lifted-base" 
"haskell-monad-control"
+depends=("ghc=7.10.3" "haskell-async" "haskell-lifted-base" 
"haskell-monad-control"
          "haskell-transformers-base")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)

Reply via email to