packages feed

dingo-example-0.1.0: dingo-example.cabal

Name:                dingo-example
Version:             0.1.0
Synopsis:            Dingo Example
Description:         Example application for the Dingo Rich Internet Application platform.
License:             MIT
License-file:        LICENSE
Category:            Web
Cabal-version:       >=1.6.0.1
Build-type:          Simple
Author:              Bardur Arantsson
Maintainer:          Bardur Arantsson <bardur@scientician.net>

Executable dingo-example
  Build-Depends: base == 4.*
               , aeson >= 0.5 && <0.6
               , bytestring >= 0.9.0.1
               , blaze-html >= 0.4.1.6 && < 0.5
               , dingo-core >= 0.1 && < 0.2
               , dingo-widgets >= 0.1 && < 0.2
               , fclabels == 1.0.*
               , shakespeare-js >= 0.10 && < 0.11
               , template-haskell
               , text == 0.11.*
               , transformers >= 0.2.2 && < 0.3
  Extensions:          DeriveDataTypeable
                       GeneralizedNewtypeDeriving
                       MultiParamTypeClasses
                       OverloadedStrings
                       QuasiQuotes
                       TemplateHaskell
  ghc-options:         -Wall -threaded
  hs-source-dirs:      src
  Main-is:             Main.hs
  Other-modules:       TownWidget