name: yesod version: 1.4.1.2 x-revision: 1 license: MIT license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Creation of type-safe, RESTful web applications. description: Hackage documentation generation is not reliable. For up to date documentation, please see: . category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/ extra-source-files: README.md ChangeLog.md library if os(windows) cpp-options: -DWINDOWS build-depends: base >= 4.3 && < 5 , yesod-core >= 1.4 && < 1.5 , yesod-auth >= 1.4 && < 1.5 , yesod-persistent >= 1.4 && < 1.5 , yesod-form >= 1.4 && < 1.5 , monad-control >= 0.3 && < 1.1 , transformers >= 0.2.2 , wai >= 1.3 , wai-extra >= 1.3 , warp >= 1.3 && < 3.1 , blaze-html >= 0.5 , blaze-markup >= 0.5.1 , aeson , safe , data-default , unordered-containers , yaml , text , directory , template-haskell , bytestring , monad-logger , fast-logger , conduit-extra , shakespeare , streaming-commons , wai-logger , semigroups exposed-modules: Yesod , Yesod.Default.Config , Yesod.Default.Config2 , Yesod.Default.Main , Yesod.Default.Util , Yesod.Default.Handlers ghc-options: -Wall if !os(windows) build-depends: unix source-repository head type: git location: https://github.com/yesodweb/yesod