Package Details: haskell-fixed 0.3-1

Git Clone URL: https://aur.archlinux.org/haskell-fixed.git (read-only, click to copy)
Package Base: haskell-fixed
Description: Signed 15.16 precision fixed point arithmetic
Upstream URL: http://github.com/ekmett/fixed
Licenses: custom:BSD3
Submitter: cgar
Maintainer: berberman
Last Packager: berberman
Votes: 1
Popularity: 0.000000
First Submitted: 2016-12-11 20:19 (UTC)
Last Updated: 2020-06-27 12:34 (UTC)

Latest Comments

unit73e commented on 2017-10-19 21:16 (UTC)

Please apply the following patch as the package is not compiling. diff --git a/PKGBUILD b/PKGBUILD index 11d57ee..c9b2e0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _hspkgname=fixed pkgname=haskell-fixed pkgver=0.2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Signed 15.16 precision fixed point arithmetic" arch=('any') url="http://github.com/ekmett/fixed" @@ -17,6 +17,7 @@ build() { cd $_hspkgname-$pkgver runhaskell Setup configure -O2 \ --enable-shared \ + --disable-library-vanilla \ --prefix=/usr \ --docdir=/usr/share/doc/$pkgname runhaskell Setup build