packages feed

fmark-0.1.1: fmark.cabal

name:                fmark
version:             0.1.1
homepage:            http://github.com/jabolopes/fmark
bug-reports:         http://github.com/jabolopes/fmark/issues
synopsis:            A Friendly Markup language without syntax.
description:         Fmark (Friendly Markup) is a very simple markup language without
                     syntax and simple but sophisticated document styling, capable of
                     producing PDF and XML files.
license:             BSD3
license-file:        LICENSE
author:              José Lopes
maintainer:          José Lopes <jabolopes AT gmail DOT com>
stability:           Experimental
category:            Typography

build-type:          Simple
cabal-version:       >=1.8

data-files:
  doc/examples/example
  doc/examples/example.pdf
  doc/examples/example.style
  doc/examples/exampleNoStyle.pdf

executable fmark
  main-is:             Main.hs
  extensions:          DoAndIfThenElse
  hs-source-dirs:      src
  other-modules:
        Backend.Latex
        Backend.Xml
        Data.Document
        Data.Text
        Data.Token
        Fmark
        Parser
        Utils
        Weaver
  -- other-modules:       
  build-depends:
        base == 4.5.*,
        mtl == 2.1.*,
        directory == 1.1.*,
        filepath == 1.3.*,
        process == 1.1.*,
        Unixutils == 1.50.*

source-repository head
  type:     git
  location: http://github.com/jabolopes/fmark.git