Cabal-Version: >= 1.6
Name: AC-HalfInteger
Version: 1.2.1
Stability: Experimental
Synopsis: Efficient half-integer type.
Description:
This Haskell library is a simple implementation of
/half-integers/. That is, it provides a type that can
represent both normal integers and integers plus a half.
Changes:
* Fixed documentation glitches.
* Added Integral contexts to some functions.
Category: Data, Math, Numerical
License: BSD3
License-file: Licence.txt
Author: Andrew Coppin
Maintainer: Andrew Coppin <MathematicalOrchid@hotmail.com>
Build-Type: Simple
Tested-With: GHC == 6.10.3
Library
Exposed-modules: Data.HalfInteger
Build-Depends: base >= 4 && < 5
HS-Source-Dirs: .