embeddock-0.1.0.0: embeddock.cabal
-- Initial embeddock.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: embeddock
version: 0.1.0.0
synopsis: In Haddock documentation embed the values from the same module
description: embeddock is a Haskell source-code preprocessor.
It allows you to embed computer-generated
values in the documentation.
homepage: https://github.com/nushio3/embeddock
license: BSD3
license-file: LICENSE
author: Takayuki Muranushi
maintainer: muranushi@gmail.com
-- copyright:
category: Documentation
build-type: Simple
cabal-version: >=1.8
executable embeddock
main-is: main.hs
hs-source-dirs: src/
-- other-modules:
build-depends: base ==4.6.*
, filepath >= 1.3
, her-lexer >= 0.1.1
, MissingH >= 1.2
, process >= 0.9