packages feed

pedestrian-dag-0.2.0: pedestrian-dag.cabal

name:               pedestrian-dag
version:            0.2.0
synopsis:           A pedestrian implementation of directed acyclic graphs
description:
    The library implements a pedestrian representation of
    directed acyclic graphs.
license:            BSD3
license-file:       LICENSE
cabal-version:      >= 1.6
copyright:          Copyright (c) 2013-2018 Jakub Waszczuk
author:             Jakub Waszczuk
maintainer:         waszczuk.kuba@gmail.com
stability:          experimental
category:           Data, Data Structures
homepage:           https://github.com/kawu/pedestrian-dag
build-type:         Simple

library
    hs-source-dirs: src
    build-depends:
        base                >= 4        && < 5
      , containers          >= 0.4      && < 0.6
      , array               >= 0.5      && < 0.6
      , binary              >= 0.7      && < 0.9
      -- , vector              >= 0.11     && < 0.12

    exposed-modules:
        Data.DAG

    -- other-modules:

    ghc-options: -Wall

source-repository head
    type: git
    location: https://github.com/kawu/pedestrian-dag.git