embeddock-0.3: embeddock.cabal
-- Initial embeddock.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: embeddock
version: 0.3
synopsis: Embed the values in scope in the haddock documentation of the 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
bug-reports: https://github.com/nushio3/embeddock/issues
license: BSD3
license-file: LICENSE
author: Takayuki Muranushi
maintainer: muranushi@gmail.com
-- copyright:
category: Documentation
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src/
exposed-modules: Embeddock
other-modules: Embeddock.Example
build-depends: base >=4.5 && <5
executable embeddock
main-is: main.hs
hs-source-dirs: src/
-- other-modules:
build-depends: base >=4.5 && <5
, filepath >= 1.3
, her-lexer >= 0.1.1
, MissingH >= 1.2
, process >= 0.9
Source-Repository head
Type: git
Location: https://github.com/nushio3/embeddock