packages feed

dingo-core-0.2.0: dingo-core.cabal

Name:                dingo-core
Version:             0.2.0
Synopsis:            Dingo is a Rich Internet Application platform based on the Warp web server.
Description:         Dingo is a Rich Internet Application platform based on the Warp web server. It allows you to write code which looks very much like regular GUI code and have it work in the browser. 

  This package contains the core modules.
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>
Extra-source-files:  bundles/_bootstrap/bootstrap.js
                     bundles/json2/json2-min.js
                     bundles/jquery/jquery-1.6.2.min.js

Library
  Build-Depends: base == 4.*
               , aeson >= 0.5 && <0.6
               , attoparsec >= 0.10 && < 0.11
               , base64-bytestring >= 0.1 && < 0.2
               , bytestring >= 0.9.0.1
               , blaze-builder >= 0.3 && <0.4
               , blaze-html >= 0.4.1.6 && < 0.5
               , blaze-textual >= 0.2.0.5 && < 0.3
               , conduit >= 0.2 && < 0.3
               , containers >= 0.4
               , cookie >= 0.3.0 && < 0.4
               , deepseq >= 1.1 && < 1.2
               , file-embed >= 0.0.4 && < 0.1
               , fclabels == 1.0.*
               , hashable >= 1.1.0.0 && < 1.2
               , http-types == 0.6.*
               , random == 1.*
               , SHA >= 1.5 && < 1.6
               , shakespeare-js == 0.10.*
               , strict-concurrency >= 0.2.4 && < 0.3
               , template-haskell
               , text == 0.11.*
               , transformers >= 0.2.2 && < 0.3
               , unordered-containers >= 0.1.4 && < 0.2
               , wai == 1.1.*
               , wai-eventsource == 1.1.*
               , wai-extra == 1.1.*
               , warp == 1.1.*
               , web-css == 0.1.*
  Extensions:          CPP
                       DeriveDataTypeable
                       ExistentialQuantification
                       FunctionalDependencies
                       GeneralizedNewtypeDeriving
                       MultiParamTypeClasses
                       OverloadedStrings
                       QuasiQuotes
                       TemplateHaskell
                       TypeOperators
  ghc-options:         -Wall
  hs-source-dirs:      src
  Exposed-modules:     Dingo.Callback
                       Dingo.Event
                       Dingo.ResourceBundle
                       Dingo.Selector
                       Dingo.Server
                       Dingo.Widget
                       Dingo.Widget.Application
  Other-modules:       Control.DeepSeq.ByteString
                       Dingo.Internal.Application
                       Dingo.Internal.Base
                       Dingo.Internal.Callback
                       Dingo.Internal.CallbackTypes
                       Dingo.Internal.Event
                       Dingo.Internal.EventTypes
                       Dingo.Internal.Html
                       Dingo.Internal.JavaScript
                       Dingo.Internal.ResourceBundle.Internal
                       Dingo.Internal.ResourceBundle.Boot
                       Dingo.Internal.Server.State
                       Dingo.Internal.Server.Wai
                       Dingo.Internal.Session
                       Dingo.Internal.SessionTypes
                       Dingo.Internal.TypeableShim
                       Dingo.Internal.Widget
                       Dingo.Internal.WidgetSet
                       Dingo.Internal.WidgetTypes