packages feed

activehs-0.3.2: activehs.cabal

name:                activehs
version:             0.3.2
category:            Education, Documentation
synopsis:            Haskell code presentation tool
description:
    ActiveHs is a Haskell source code presentation tool, developed for
    education purposes.
    .
    User's Guide: <http://lambda.inf.elte.hu/fp/UsersGuide_en.xml>
    .
    Developer's Documentation (partial): <http://lambda.inf.elte.hu/fp/DevDoc_en.xml>
    .
    The software is in prototype phase, although it already served more
    than 700 000 user requests at Eötvös Loránd University Budapest, Hungary.
    .
    Note that this software has many rough edges; you are welcome to
    work on it!
stability:           alpha
license:             BSD3
license-file:        LICENSE
author:              Péter Diviánszky
maintainer:          Artúr Poór <gombocarti@gmail.com>
cabal-version:       >=1.6
build-type:          Simple

data-files:
    copy/*.css, 
    copy/*.js, 
    copy/icon.ico, 
    template/*.template,
    doc/UsersGuide_en.lhs,
    doc/DevDoc_en.lhs,
    doc/watchserver.sh

source-repository head
  type: git
  location: https://github.com/poor-a/ActiveHs

source-repository this
  type: git
  location: https://github.com/poor-a/ActiveHs/tree/0.3.2
  tag: 0.3.2

Executable activehs
  GHC-Options: -threaded -rtsopts -with-rtsopts=-N2 -Wall -fwarn-tabs -fwarn-monomorphism-restriction -fwarn-missing-import-lists
  Main-is: 
    Main.hs
  Other-modules:
    Paths_activehs,
    Parse,
    Converter,
    Args,
    Simple,
    Smart,
    Cache,
    Hash,
    Specialize,
    Qualify,
    Lang,
    Result,
    HoogleCustom,
    Html,
    Logger,
    QuickCheck,
    Snap,
    Special

  Build-Depends:
    highlighting-kate >= 0.5 && < 0.7,
    hoogle >= 5.0 && < 5.1,
    dia-base >= 0.1 && < 0.2,
    dia-functions >= 0.2.1.1 && < 0.3,
    activehs-base >= 0.2 && < 0.4,
    data-pprint >= 0.2 && < 0.3,
    base >= 4.0 && < 5.0,
    QuickCheck >= 2.4 && < 2.9,
    array >= 0.3 && < 0.6,
    directory >= 1.1 && < 1.3,
    containers >= 0.4 && < 0.6,
    filepath >= 1.2 && < 1.5,
    text >= 1.1 && < 1.3,
    snap-core >= 1.0 && < 1.1,
    snap-server >= 1.0 && < 1.1,
    syb >= 0.6 && < 0.7,
    haskell-src-exts >= 1.17 && < 1.18,
    bytestring >= 0.9 && < 0.11,
    utf8-string >= 0.3 && < 1.1,
    xhtml >= 3000.2 && < 3000.3,
    blaze-html >= 0.6 && < 0.9,
    blaze-markup >= 0.6 && < 0.8,
    pureMD5 >= 2.1 && < 2.2,
    deepseq >= 1.1 && < 1.5,
    exceptions >= 0.6 && < 0.9,
    split >= 0.1 && < 0.3,
    pandoc >= 1.17 && < 1.18,
    time >= 1.6 && < 1.7,
    old-time >= 1.0 && < 1.2,
    process >= 1.4 && < 1.5,
    hint >= 0.6 && < 0.7,
    simple-reflect >= 0.2 && < 0.4,
    mtl >= 2.0 && < 2.3,
    old-locale >= 1.0 && < 1.1,
    cmdargs >= 0.7 && < 0.11