packages feed

FiniteCategoriesGraphViz-0.2.0.0: FiniteCategoriesGraphViz.cabal

cabal-version:      3.0

-- Initial package description 'FiniteCategoriesGaphViz.cabal' generated by
-- 'cabal init'. For further documentation, see:
--   http://haskell.org/cabal/users-guide/
-- 
-- The name of the package.
name:               FiniteCategoriesGraphViz

-- The package version.
-- See the Haskell package versioning policy (PVP) for standards
-- guiding when and how versions should be incremented.
-- https://pvp.haskell.org
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:            0.2.0.0

-- A short (one-line) description of the package.
synopsis: Transform objects of the package FiniteCategories into graphs using GraphViz.
    

-- A longer description of the package.
description: A way to visualize finite categories of the package FiniteCategories thanks to GraphViz. See FiniteCategories for examples of categories.

-- URL for the project homepage or repository.
homepage: https://gitlab.utc.fr/gsabbagh/FiniteCategoriesGraphViz

-- A URL where users can report bugs.
-- bug-reports: 

-- The license under which the package is released.
license:            GPL-3.0-or-later

-- The file containing the license text.
license-file:       LICENSE

-- The package author(s).
author:             Guillaume Sabbagh

-- An email address to which users can send suggestions, bug reports, and patches.
maintainer:         guillaumesabbagh@protonmail.com

-- A copyright notice.
-- copyright:
category:           Maths, Data

-- Extra files to be distributed with the package, such as examples or a README.
extra-source-files:
    Readme.md
    
extra-doc-files:
    CHANGELOG.md

library
    -- Modules exported by the library.
    exposed-modules:    Math.IO.FiniteCategories.ExportGraphViz,


    -- Modules included in this library but not exported.
    -- other-modules:  

    -- LANGUAGE extensions used by modules in this package.
    other-extensions: MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances, FlexibleInstances

    -- Other library packages from which modules are imported.
    build-depends:      base             >= 4 && < 5,
                        containers       >= 0.6.4 && < 0.7,
                        directory        >= 1.3.6 && < 1.4,
                        filepath         >= 1.4.2 && < 1.5,
                        fgl              >= 5.8.0 && < 5.9,
                        graphviz         >= 2999.20.1 && < 2999.21,
                        text             >= 1.0 && < 2.2,
                        process          >= 1.6.11 && < 1.7,
                        random           >= 1.2.1 && < 1.3,
                        WeakSets         >= 1.5.0.0 && < 1.6,
                        FiniteCategories >= 0.5.0.0 && < 0.6.0.0,

    -- Directories containing source files.
    hs-source-dirs:   src

    -- Base language which the package is written in.
    default-language: Haskell2010

test-suite FiniteCategories-test
    -- Base language which the package is written in.
    default-language: Haskell2010

    -- The interface type and version of the test suite.
    type:             exitcode-stdio-1.0

    -- Directories containing source files.
    hs-source-dirs:   test

    -- The entrypoint to the test suite.
    main-is:          RunAllExamples.hs
                      

    -- Test dependencies.
    build-depends:      FiniteCategoriesGraphViz,
                        base             >= 4 && < 5,
                        containers       >= 0.6.4 && < 0.7,
                        directory        >= 1.3.6 && < 1.4,
                        filepath         >= 1.4.2 && < 1.5,
                        fgl              >= 5.8.0 && < 5.9,
                        graphviz         >= 2999.20.1 && < 2999.21,
                        text             >= 1.0 && < 2.2,
                        process          >= 1.6.11 && < 1.7,
                        random           >= 1.2.1 && < 1.3,
                        WeakSets         >= 1.5.0.0 && < 1.6,
                        FiniteCategories >= 0.5.0.0 && < 0.6.0.0,
    -- other-modules: