packages feed

claferwiki-0.3.9: claferwiki.cabal

Name:                   claferwiki
version:                0.3.9
stability:              experimental
author:                 Michał Antkiewicz, Chris Walker, Luke Michael Brown
maintainer:             Michał Antkiewicz <mantkiew@gsd.uwaterloo.ca>
synopsis:               A wiki-based IDE for literate modeling with Clafer
description:            A wiki-based IDE for literate modeling with Clafer. A Plugin for the Gitit wiki which collects code blocks written in Clafer (.clafer), compiles them, renders into HTML and Dot, and replaces the code blocks with the results.
homepage:               http://github.com/gsdlab/claferwiki
category:               Wiki
cabal-version:          >= 1.18
build-type:             Simple
copyright:              Michal Antkiewicz, Chris Walker, Luke Michael Brown
license:                MIT
license-file:           LICENSE
tested-with:            GHC == 7.8.3
data-files:             claferwiki.sh
                      , gitit.cnf
                      , Makefile
                      , README.md
                      , CHANGES.md
                      , static/img/logo.png
                      , static/css/clafer.css
                      , static/css/custom.css

source-repository head
    type:               git
    location:           git://github.com/gsdlab/claferwiki.git
library
  build-tools  :        ghc >= 7.8.3
  default-language:     Haskell2010
  build-depends:        base >= 4.7.0.1 && < 5
                      , containers >= 0.5.5.1
                      , directory >= 1.2.1.0
                      , process >= 1.1.0.2
                      , time >= 1.4.2
                      , transformers >= 0.3.0.0

                      , mtl >= 2.1.3.1
                      , network >= 2.6
                      , split >= 0.2.2

                      , MissingH >= 1.2.1.0
                      , network-uri >= 2.6
                      , SHA >= 1.6.4
                      , utf8-string >= 0.3.8
                      , gitit >= 0.10.6.1

                      , clafer == 0.3.9
  hs-source-dirs:       src
  ghc-options:          -Wall -fno-warn-unused-do-bind -fno-warn-orphans
  exposed-modules:      Network.Gitit.Plugin.ClaferWiki