packages feed

Zora-1.1.8: Zora.cabal

Name:		   Zora
Version:	   1.1.8
Synopsis:      A library of assorted useful functions and data types and classes.
Description:   A library of assorted useful functions and data types and classes.
Category:      Unclassified
Cabal-Version: >= 1.6
License:	   BSD3
License-File:  LICENSE
Stability:	Experimental
Author:		Brett Wines
Maintainer: bgwines@cs.stanford.edu
Homepage:	http://github.com/bgwines/zora
Build-Type: Simple
Extra-Source-Files: supporting-files/dot.hs
Source-Repository head
    type:     git
    location: git://github.com/bgwines/zora.git

Library
  Build-Depends: base >= 4 && < 5, random, containers, bytestring, text
  Exposed-Modules:
    Zora.List
    Zora.Math
    Zora.Types
    Zora.TreeGraphing