packages feed

Zora-1.2.0: Zora.cabal

Name:		   Zora
Version:	   1.2.0
Synopsis:      Graphing library wrapper + assorted useful functions 
Description:   A library of assorted useful functions for working with lists, doing mathematical operations and graphing custom data types.
Category:      Unclassified
Cabal-Version: >= 1.8
License:	   BSD3
License-File:  LICENSE
Stability:	Experimental
Author:		Brett Wines
Maintainer: bgwines@cs.stanford.edu
Homepage:	http://github.com/bgwines/zora
Build-Type: Simple
Source-Repository head
    type:     git
    location: git://github.com/bgwines/zora.git

Library
  Build-Depends:
    base >= 4 && < 5,
    random,
    containers,
    bytestring,
    text,
    graphviz,
    fgl,
    shelly >= 1.5.4.1,
    directory,
    random

  Exposed-Modules:
    Zora.List
    Zora.Math
    Zora.Graphing.DAGGraphing

Test-Suite test-zora
    type:       exitcode-stdio-1.0
    main-is:    Tests/test-zora.hs
    build-depends: base >= 4 && < 5, Zora, tasty-hunit, tasty, containers, random
    default-language:    Haskell2010