Name:           claferwiki
version:        0.3.7
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:      Michał Antkiewicz, Chris Walker, Luke Michael Brown
license:        MIT
license-file:   LICENSE
tested-with:    GHC == 7.6.3
data-files: claferwiki.sh,
            gitit.cnf,
            Makefile,
            README.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.6.3
  default-language:
                   Haskell2010
  build-depends:   
                   base >= 4.6.0.1 && < 5,
                   containers >= 0.5.0.0,
                   directory >= 1.2.0.1,
                   network >= 2.4.1.2,
                   process >= 1.1.0.2,
                   time >= 1.4.0.1,
                   split >= 0.2.2,

                   mtl >= 2.1.2,
                   transformers >= 0.3.0.0,
                   
                   MissingH >= 1.2.1.0,
                   SHA >= 1.6.4,
                   utf8-string >= 0.3.7,
                   gitit == 0.10.5.1,

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