packages feed

deptrack-dot-0.1.0.0: deptrack-dot.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3be6bb50468a392271221ecdea4e825b95a5f03ee0f58cef7112392be6be7dce

name:           deptrack-dot
version:        0.1.0.0
synopsis:       Facilitate Graphviz representations of DepTrack dependencies.
description:    Please see the README on GitHub at <https://github.com/lucasdicioccio/deptrack-project#readme>
category:       Graphs
homepage:       https://github.com/lucasdicioccio/deptrack-project#readme
bug-reports:    https://github.com/lucasdicioccio/deptrack-project/issues
author:         Lucas DiCioccio
maintainer:     lucas@dicioccio.fr
copyright:      2018 Lucas DiCioccio
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/lucasdicioccio/deptrack-project

library
  exposed-modules:
      DepTrack.Dot
  other-modules:
      Paths_deptrack_dot
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , containers >=0.5 && <0.6
    , deptrack-core >=0.1 && <0.2
    , dotgen >=0.4 && <0.5
  default-language: Haskell2010

test-suite deptrack-dot-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_deptrack_dot
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , containers >=0.5 && <0.6
    , deptrack-core >=0.1 && <0.2
    , deptrack-dot
    , dotgen >=0.4 && <0.5
  default-language: Haskell2010