packages feed

browse-0.5.0.0: 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.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/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.17.2 && < 4.18,
                       directory >= 1.3.7 && < 1.4,
                       filepath >= 1.4.2 && < 1.5,
                       open-browser >= 0.4.0 && < 0.5,
                       text >= 2.0.2 && < 2.1
  -- hs-source-dirs:      
  default-language:    Haskell2010
                       
Test-Suite test
           type: exitcode-stdio-1.0
           main-is: test.hs
           build-depends: base >= 4.17.2 && < 4.18,
                          directory >= 1.3.7 && < 1.4,
                          filepath >= 1.4.2 && < 1.5,
                          open-browser >= 0.4.0 && < 0.5,
                          text >= 2.0.2 && < 2.1
           default-language:    Haskell2010
           other-modules: Browse

source-repository head
                  type: git
                  location: git@github.com:danse/browse.git