ghcjs-servant-client-bug/ui/ui.cabal

47 lines
1.3 KiB
Text
Raw Normal View History

2016-01-01 20:53:53 +00:00
name: ui
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: http://github.com/githubuser/ui#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2015 Author Here
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Client
build-depends: base >= 4.7 && < 5
, ghcjs-base
, ghcjs-dom
, text
, servant
, servant-client
, bug
, transformers
, http-client
default-language: Haskell2010
executable ui-output
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall
build-depends: base
, ghcjs-base
, ui
, text
, mtl
, ghcjs-dom
, transformers
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/githubuser/ui