-- Initial boomange.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: boomange version: 0.1.3.7 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-2018 Marcelo Garlet Millani category: Web build-type: Simple data-files: html/footer.html, html/header.html, style.css extra-doc-files: README.md, boomange.1 cabal-version: 1.18 executable boomange main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5, directory >=1.2, filepath >=1.4, descrilo >=0.1, containers >=0.5, simtreelo >=0.1 -- hs-source-dirs: other-modules: Data.Entities, Data.Loader, Data.Builder, Paths_boomange default-extensions: DoAndIfThenElse default-language: Haskell2010 source-repository head type: git location: https://gitlab.com/mgmillani/boomange.git