packages feed

jsaddle-hello-2.0.0.0: jsaddle-hello.cabal

name: jsaddle-hello
version: 2.0.0.0
cabal-version: >=1.6
build-type: Simple
license: MIT
license-file: LICENSE
copyright: (c) Hamish Mackenzie
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
stability: stable
homepage: https://github.com/ghcjs/jsaddle-hello
bug-reports: https://github.com/ghcjs/jsaddle-hello/issues
synopsis: JSaddle Hello World, an example package
description:
    This is an implementation of the classic "Hello World" program using JSaddle,
    as an example of how to create a minimal JSaddle application.
    Please submit any suggestions and improvements.
category: Web
author: Hamish Mackenzie

source-repository head
    type: git
    location: https://github.com/ghcjs/jsaddle-hello

executable jsaddle-hello
    main-is: Main.hs
    build-depends:
        base >=4.2 && <5,
        jsaddle >=0.5.0.0 && <0.6,
        lens >=4.0.7 && <5.0,
        text >=1.2.2.1 && <1.3
    hs-source-dirs: src