Cabal revisions of pedestrian-dag-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: pedestrian-dag +version: 0.2.0 +x-revision: 1 +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.8 && < 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