haskell-spa/ui/ui.cabal
2015-11-09 17:34:47 -05:00

35 lines
No EOL
1,007 B
Text

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: Lib
build-depends: base >= 4.7 && < 5
, ghcjs-base
default-language: Haskell2010
executable ui-output
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall
build-depends: base
, ghcjs-base
, ui
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/githubuser/ui