packages feed

haphviz-0.1.0.1: haphviz.cabal

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

name:                haphviz
version:             0.1.0.1
synopsis:            Graphviz code generation with Haskell
description:         Graphviz code generation with Haskell
author:              Tom Sydney Kerckhove
maintainer:          syd.kerckhove@gmail.com
copyright:           Tom Sydney Kerckhove 2015
category:            Text
build-type:          Simple
cabal-version:       >=1.10
License:             MIT
License-file:        LICENSE

source-repository head
  type:              git
  location:          https://github.com/NorfairKing/haphviz

library
  exposed-modules:     Text.Dot
  other-modules:       Text.Dot.Gen
                       Text.Dot.Render
                       Text.Dot.Types.Internal
  -- other-extensions:    
  build-depends:       base         >= 4.6   && <  4.9
                     , text         >= 1.2   && <  1.3
                     , mtl          >= 2.2   && <  2.3
  hs-source-dirs:      src
  default-language:    Haskell2010