packages feed

embeddock-example-0.1: embeddock-example.cabal

-- Initial embeddock-example.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                embeddock-example
version:             0.1
synopsis:            Example of using embeddock.
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-example
bug-reports:         https://github.com/nushio3/embeddock-example/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.Example 
  other-modules:     
  build-depends:       base >=4.5 && <5
                     , embeddock
                     , time


Source-Repository head
  Type:                 git
  Location:             https://github.com/nushio3/embeddock-example