haskell-libmpd-git updated to 0.9.0 and for GHC 7.6.1
This commit is contained in:
parent
832d33ef44
commit
f88573254e
1 changed files with 16 additions and 4 deletions
|
@ -1,16 +1,28 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
_hkgname=libmpd
|
||||
pkgname=haskell-libmpd-git
|
||||
pkgver=20120305
|
||||
pkgrel=2
|
||||
pkgver=20121012
|
||||
pkgrel=1
|
||||
pkgdesc="An MPD client library, git version."
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('LGPL')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=()
|
||||
depends=('ghc' 'haskell-containers=0.4.2.1' 'haskell-filepath=1.3.0.0' 'haskell-mtl=2.0.1.0' 'haskell-network=2.3.0.11' 'haskell-old-locale=1.0.0.4' 'haskell-time=1.4' 'haskell-utf8-string<0.4')
|
||||
depends=('ghc'
|
||||
'haskell-attoparsec<0.11'
|
||||
'haskell-bytestring=0.10.0.0'
|
||||
'haskell-containers=0.5.0.0'
|
||||
'haskell-data-default<0.6'
|
||||
'haskell-filepath=1.3.0.1'
|
||||
'haskell-mtl<2.2'
|
||||
'haskell-network<2.4'
|
||||
'haskell-old-locale=1.0.0.5'
|
||||
'haskell-text<0.12'
|
||||
'haskell-time=1.4.0.1'
|
||||
'haskell-utf8-string<0.4'
|
||||
)
|
||||
conflicts=('haskell-libmpd')
|
||||
provides=('haskell-libmpd=0.8.0')
|
||||
provides=('haskell-libmpd=0.9.0')
|
||||
options=('strip')
|
||||
install=${pkgname}.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue