web-output-0.3.0.0: web-output.cabal
-- Initial web-output.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: web-output
version: 0.3.0.0
synopsis: Library to present content to an user via their browser
description: Library to present content to an user via their browser
homepage: https://github.com/danse/web-output
license: PublicDomain
license-file: LICENSE
author: danse
maintainer: f.occhipinti@gmail.com
-- copyright:
category: Scripting
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: WebOutput
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9,
temporary,
open-browser,
directory,
filepath,
text
-- hs-source-dirs:
default-language: Haskell2010
Test-Suite test
type: exitcode-stdio-1.0
main-is: test.hs
build-depends: base,
temporary,
open-browser,
directory,
filepath,
text
default-language: Haskell2010
source-repository head
type: git
location: git@github.com:danse/web-output.git