digits-0.1: digits.cabal
Build-Type: Custom
Name: digits
Category: Data
Version: 0.1
Cabal-Version: >= 1.2
Synopsis: Converts integers to lists of digits and back.
Description: Converts integers to lists of digits and back.
License: BSD3
License-File: LICENSE
Copyright: (c) 2009 Henry Bucklow
Author: Henry Bucklow
Maintainer: henry@elsie.org.uk
Tested-With: GHC==6.10
Build-Depends: base >= 3 && < 4, QuickCheck
Exposed-Modules: Data.Digits
Hs-Source-Dirs: src
Extra-Source-Files: src/Tests.hs
GHC-Options: -Wall