Name: FixedPoint-simple Version: 0.3.1 Synopsis: Fixed point, large word, and large int numerical representations (types and common class instances) Description: This library uses elementary techniques to implement fixed point types in terms of basic integrals such as Word64. All mathematical operations are implemented explicilty, instead of lifting to Integer, so that this code can be used for educational purposes or as a basis for fixed point libraries in other languages. License: BSD3 License-file: LICENSE Author: Thomas M. DuBuisson Maintainer: Thomas.DuBuisson@gmail.com Copyright: Galois Inc. 2012 Category: Data Build-type: Simple -- Extra-source-files: Cabal-version: >=1.8 Library Exposed-modules: Data.FixedPoint Build-depends: base >= 4 && < 5 -- Other-modules: -- Build-tools: