diff options
Diffstat (limited to 'extra/haskell-mtl/PKGBUILD')
-rw-r--r-- | extra/haskell-mtl/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/haskell-mtl/PKGBUILD b/extra/haskell-mtl/PKGBUILD index c755c10a8..9ff28ad5e 100644 --- a/extra/haskell-mtl/PKGBUILD +++ b/extra/haskell-mtl/PKGBUILD @@ -11,6 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc=7.6.3-1' 'sh' 'haskell-transformers=0.3.0.0-4') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install +options=('staticlibs') md5sums=('943c110524d96126bfa0e61f7df1ebcd') build() { |