packages feed

Bookshelf-0.6: Bookshelf.cabal

name:           Bookshelf
version:        0.6
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
stability:      experimental
copyright:      Copyright (c) 2009-2013 Emil Axelsson
author:         Emil Axelsson <emax@chalmers.se>
maintainer:     Emil Axelsson <emax@chalmers.se>
homepage:       http://www.cse.chalmers.se/~emax/bookshelf/Manual.shelf.html
bug-reports:    http://hub.darcs.net/emax/Bookshelf/issues
build-type:     Simple
cabal-version:  >= 1.8
tested-with:    GHC==7.4.2, GHC==7.6.1

data-files:
  bookshelf.css
  Documentation/*.shelf
  Documentation/papers.bib
  Documentation/Test/*.txt
  Documentation/Test/*.shelf

extra-source-files: Types.hs, Generate.hs

source-repository head
  type:      darcs
  location:  http://hub.darcs.net/emax/Bookshelf

executable bookshelf
  build-depends:  base < 5, containers, directory, filepath, pandoc, pandoc-types >= 1.16, pandoc-citeproc, parseargs
  main-is:        Bookshelf.hs
  extensions:     PatternGuards

test-suite documentation
  build-depends:  base < 5, process
  type:           exitcode-stdio-1.0
  main-is:        MakeDoc.hs