DistanceUnits-0.1.0.1: DistanceUnits.cabal
-- Initial Data.DistanceUnits.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: DistanceUnits
version: 0.1.0.1
synopsis: A comprehensive distance library
description: A corpus of real world distance units and tools for working with them
homepage: https://github.com/gambogi/DistanceUnits
author: Matt Gambogi
maintainer: m@gambogi.com
license: BSD3
license-file: LICENSE
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/gambogi/DistanceUnits.git
library
exposed-modules: DistanceUnits
-- other-modules:
build-depends: base >= 4.5 && < 5
hs-source-dirs: src
extensions: GeneralizedNewtypeDeriving