dingo-core-0.0.3: dingo-core.cabal
Name: dingo-core
Version: 0.0.3
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-native == 0.3.*
, attoparsec >= 0.9.0.0 && < 0.10
, 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-native >= 0.2 && < 0.3
, containers >= 0.4
, cookie >= 0.3.0 && < 0.4
, deepseq >= 1.1 && < 1.2
, enumerator >= 0.4 && < 0.5
, 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 == 0.4.*
, wai-extra == 0.4.*
, warp == 0.4.*
, web-css == 0.1.*
Extensions: 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.Queue
Dingo.Internal.ResourceBundle.Internal
Dingo.Internal.ResourceBundle.Boot
Dingo.Internal.Server.State
Dingo.Internal.Server.Wai
Dingo.Internal.Session
Dingo.Internal.SessionTypes
Dingo.Internal.Widget
Dingo.Internal.WidgetSet
Dingo.Internal.WidgetTypes