haskell-hinotify pkgbuild updated for latest ghc version
This commit is contained in:
parent
98f6c302b2
commit
abc3a3e1d8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ url="http://hackage.haskell.org/package/${_hkgname}"
|
|||
license=('custom:BSD3')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=()
|
||||
depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.0' 'haskell-unix=2.6.0.0')
|
||||
depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell-unix=2.6.0.1')
|
||||
options=('strip')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
|
|
Loading…
Reference in a new issue