Disowning as the package has been deprecated
Search Criteria
Package Details: haskell-blaze-builder-conduit 1.0.0-2
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-12-26)
| Package Base: | haskell-blaze-builder-conduit |
|---|---|
| Description: | Convert streams of builders to streams of bytestrings. |
| Upstream URL: | http://hackage.haskell.org/package/blaze-builder-conduit |
| Category: | lib |
| Licenses: | |
| Submitter: | lilydjwg |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2012-07-02 09:33 |
| Last Updated: | 2014-02-11 17:10 |
Dependencies (5)
- ghc
- haskell-blaze-builder<0.4
- haskell-conduit<1.1
- haskell-text>=0.11.0.5
- haskell-transformers>=0.2.2.0
Required by (1)
Sources
Latest Comments
Comment by serkho
Comment by serkho
I'm experiencing similar things. Apparently new GHC version messed up packages in haskell-core (not all have been migrated to 7.8 yet). I suggest we wait until more packages are ready and start from scratch.
Comment by digifuzzy
issues when updating - no sure what's going on.
:: Replace haskell-blaze-builder-conduit with haskell-core/haskell-conduit-extra? [Y/n] y
warning: haskell-transformers: local (0.3.0.0-27) is newer than extra (0.3.0.0-4)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: haskell-attoparsec-conduit: requires haskell-conduit<1.1
:: haskell-http-client: requires haskell-case-insensitive<1.2
:: haskell-http-conduit: requires haskell-blaze-builder-conduit>=0.5
:: haskell-http-conduit: requires haskell-conduit<1.1
:: haskell-http-conduit: requires haskell-resourcet<0.5
:: haskell-transformers: requires ghc=7.6.3-1
:: haskell-zlib-conduit: requires haskell-conduit<1.1
Comment by aexoxea
Many thanks for that @serkho.
Comment by serkho
Adopted and added staticlibs
Comment by aexoxea
Hi,
This package requires 'staticlibs' to be added to options=() in the PKGBUILD; this is because '!staticlibs' is now the default in /etc/makepkg.conf, causing the warning "blaze-builder-conduit-1.0.0: cannot find libHSblaze-builder-conduit-1.0.0.a on library path (use --force to override)" on install and other packages not to recognise it as installed. See the discussion on haskell-zip-archive[1] for more information.
I can confirm I have built and installed locally with this option successfully.
[1] https://aur.archlinux.org/packages/haskell-zip-archive/