-- Initial boomange.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: boomange version: 0.1.3.6 synopsis: A bookmarks manager with an 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-2017 Marcelo Garlet Millani category: Web build-type: Simple data-files: html/footer.html, html/header.html, style.css extra-doc-files: README, boomange.1 cabal-version: 1.18 executable boomange main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.12, directory >=1.2 && <1.4, filepath >=1.4 && <1.5, descrilo >=0.1 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1 && <0.2 -- hs-source-dirs: other-modules: Data.Entities, Data.Loader, Data.Builder, Paths_boomange default-extensions: DoAndIfThenElse default-language: Haskell2010 source-repository head type: darcs location: http://hub.darcs.net/mgmillani/BooManGe