Note: Please include the haskell package repositories mentioned at [1], especially haskell-happstack and haskell-core.
[1] https://wiki.archlinux.org/index.php/Haskell_Package_Guidelines
Search Criteria
Package Details: haskell-yesod 1.2.5.2-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-12-26)
| Package Base: | haskell-yesod |
|---|---|
| Description: | Creation of type-safe, RESTful web applications. |
| Upstream URL: | http://hackage.haskell.org/package/yesod |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | valdez |
| Last Packager: | valdez |
| Votes: | 4 |
| First Submitted: | 2010-03-11 13:27 |
| Last Updated: | 2014-06-05 03:06 |
Dependencies (26)
- ghc
- haskell-aeson
- haskell-blaze-html>=0.5
- haskell-blaze-markup>=0.5.1
- haskell-bytestring
- haskell-data-default
- haskell-directory
- haskell-hamlet<1.2
- haskell-monad-control<0.4
- haskell-network-conduit
- haskell-safe
- haskell-shakespeare-css<1.1
- haskell-shakespeare-js<1.3
- haskell-template-haskell
- haskell-text
- haskell-transformers
- haskell-unix
- haskell-unordered-containers
- haskell-wai
- haskell-wai-extra
- haskell-warp
- haskell-yaml
- haskell-yesod-auth<1.3
- haskell-yesod-core<1.3
- haskell-yesod-form<1.4
- haskell-yesod-persistent<1.3
Required by (0)
Sources
Latest Comments
Comment by leidola
Comment by leidola
New package of latest version (as of today) including dependencies generated using cabal2arch.
Anonymous comment
You can add the -fproduction flag to setup configure in the PKGBUILD to build yesod with GHC 7.0.2.
i.e. change
runhaskell Setup configure -O --enable-split-objs --enable-shared
to
runhaskell Setup configure -O --enable-split-objs --enable-shared -fproduction
Comment by pdxleif
Apparently this package triggers a compiler error in GHC 7.0.2.
http://hackage.haskell.org/trac/ghc/ticket/5004
Anonymous comment
This package cannot be updated right now, because one it its dependencies (blaze-builder) requires haskell-text 0.10.*. In [extra], however, we have haskell-text 0.9.*. That needs to be remedied before the new version of yesod can be built.
Anonymous comment
No problem.
I was waiting for some deps without which it was not possible to update it.
Sincerely,
Gour
Anonymous comment
If you can orphan this package, arch-haskell can pick up the maintainership.