packages feed

lit-0.1.0.3: lit.cabal

-- Initial lit.cabal generated by cabal init.  For further documentation, 

name:                lit
version:             0.1.0.3
synopsis:            A simple tool for literate programming
description:         lit has a minimal syntax for implementing literate
                     programming. It generates both HTML and the native
                     source code.
homepage:            https://github.com/cdosborn/lit
license:             GPL
license-file:        LICENSE
author:              cdosborn
maintainer:          cdosborn@uw.edu
-- copyright:           
category:            Development
build-type:          Simple
cabal-version:       >=1.8

Source-repository head
  type: git
  location: git://github.com/cdosborn/lit.git

executable lit
  main-is:           lit.hs  
  hs-source-dirs:    src
  other-modules:     Parse, Poll, Pretty, Processing, Types
  build-depends:     base ==4.*,
                     text ==1.1.*, 
                     regex-compat ==0.95.*, 
                     parsec ==3.*, 
                     unordered-containers ==0.2.*, 
                     cheapskate ==0.1.*,
                     blaze-markup ==0.6.*,
                     blaze-html == 0.7.*,
                     highlighting-kate ==0.5.*,
                     time ==1.4.*,
                     directory ==1.2.*