packages feed

FixedPoint-simple-0.5: FixedPoint-simple.cabal

Name:                FixedPoint-simple
Version:             0.5
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

Homepage:       https://github.com/TomMD/FixedPoint


Library
  Exposed-modules:     Data.FixedPoint, Data.FixedPoint.TH
  Build-depends:       base >= 4 && < 5, deepseq, template-haskell >= 2.8
  ghc-options:         -O2 -funbox-strict-fields
  -- Other-modules:       
  -- Build-tools: