browse-0.5.0.1: browse.cabal
-- Initial browse.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: browse
version: 0.5.0.1
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/browse
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: Browse
-- other-modules:
-- other-extensions:
build-depends: base >= 4.19.2 && < 4.20,
directory >= 1.3.8 && < 1.4,
filepath >= 1.4.301 && < 1.5,
open-browser >= 0.4.0 && < 0.5,
text >= 2.1.1 && < 2.2
-- hs-source-dirs:
default-language: Haskell2010
Test-Suite test
type: exitcode-stdio-1.0
main-is: test.hs
build-depends: base >= 4.19.2 && < 4.20,
directory >= 1.3.8 && < 1.4,
filepath >= 1.4.301 && < 1.5,
open-browser >= 0.4.0 && < 0.5,
text >= 2.1.1 && < 2.2
default-language: Haskell2010
other-modules: Browse
source-repository head
type: git
location: git@github.com:danse/browse.git