summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré van Delden2015-06-29 17:32:40 +0200
committerAndré van Delden2015-06-29 17:32:40 +0200
commit3bafa10324e803c09e9d4922e5c27cd0c2498be2 (patch)
treed7047791a916d36835d80f23af6d61eaacfe10bd /PKGBUILD
parent0aa77e483b020f3a91cfcd437dc0b771d5675423 (diff)
downloadaur-haskell-vinyl-gl.tar.gz
Fixed dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0626f2af8bd..9797af52b9e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ pkgdesc="Using Data.Vinyl records to carry GLSL uniform parameters and vertex da
url="http://hackage.haskell.org/package/${_hkgname}"
license=('BSD3')
arch=('any')
-depends=('ghc' 'haskell-glutil>=0.6.4' 'haskell-linear>=1.1.3'
+depends=('ghc' 'haskell-base>=4.6' 'haskell-base<5'
+ 'haskell-containers>=0.5'
+ 'haskell-glutil>=0.6.4' 'haskell-linear>=1.1.3'
'haskell-opengl>=2.8' 'haskell-tagged>=0.4'
'haskell-transformers>=0.3' 'haskell-vector>=0.10'
'haskell-vinyl>=0.5.1' 'haskell-vinyl<0.6')