total-map-0.0.0: total-map.cabal
Name: total-map
Version: 0.0.0
Cabal-Version: >= 1.6
Synopsis: Finitely represented /total/ maps
Category:
Description:
Finitely represented /total/ maps. Represented by as a partial map and a default value.
Has Applicative and Monad instances (unlike Data.Map).
Author: Conal Elliott
Maintainer: conal@conal.net
Copyright: (c) 2012 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
-- Wait until Cabal 1.6 is more wide-spread and then add the following
-- in place of the Package-Url field and bump Cabal-Version to >= 1.6.
Source-Repository head
type: git
location: http://github.com/conal/total-map
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base<5, containers
Exposed-Modules:
Data.TotalMap