Bookshelf-0.1.5: Bookshelf.cabal
name: Bookshelf
version: 0.1.5
synopsis: A simple document organizer with some wiki functionality
description: A simple document organizer with some wiki functionality
category: Text
license: GPL
license-file: LICENSE
author: Emil Axelsson <emax@chalmers.se>
maintainer: Emil Axelsson <emax@chalmers.se>
homepage: http://www.cs.chalmers.se/~emax/bookshelf/Manual.shelf.html
build-depends: base < 5, filepath, directory, utf8-string, parseargs, pandoc == 1.3
build-type: Simple
data-files:
bookshelf.css
Documentation/Manual.shelf
Documentation/Credits.shelf
Documentation/Test/Document1.txt
Documentation/Test/Document2.txt
Documentation/Test/Document2.shelf
Documentation/Test/Notes.shelf
Documentation/Test/Symbols.shelf
extra-source-files: Types.hs, Generate.hs, Directory.hs
executable: bookshelf
main-is: Bookshelf.hs