packages feed

boomange-0.1.0.2: boomange.cabal

-- Initial boomange.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                boomange
version:             0.1.0.2
synopsis:            A Bookmarks manager with a HTML generator
description:         In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks.
license:             GPL-3
license-file:        LICENSE
author:              Marcelo Garlet Millani
maintainer:          marcelogmillani@gmail.com
copyright:           (c) 2013,2014 Marcelo Garlet Millani
category:            Web
build-type:          Simple
data-files:    html/footer.html , html/header.html, style.css
extra-doc-files:     README
cabal-version:       >=1.10

executable boomange
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8, directory >=1.2 && <1.3, filepath >=1.3 && <1.4, descrilo >=0.1.0.0 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1.0.0 && <0.2
  -- hs-source-dirs:      
  other-modules: Data.Entities, Data.Loader, Data.Builder
  default-extensions: DoAndIfThenElse
  default-language:    Haskell2010

source-repository head
  type:     darcs
  location: http://hub.darcs.net/mgmillani/BooManGe