packages feed

fixed-point-vector-0.5.0.1: fixed-point-vector.cabal

Name:                fixed-point-vector
Version:             0.5.0.1
Synopsis:            Unbox instances for the fixed-point package
Description:         This package allows you to construct unboxed
                     vectors of binary fixed-point numerals.
License:             MIT
License-file:        LICENSE
Author:              Jake McArthur
Maintainer:          Jake McArthur <Jake.McArthur@gmail.com>
Category:            Data, Game, Math, Numerical

Build-type:          Simple
Cabal-version:       >=1.10


Library
  Default-language:  Haskell2010
  Exposed-modules:   Data.Fixed.Binary.Unboxed
  Other-extensions:  FlexibleContexts,
                     MultiParamTypeClasses,
                     TypeFamilies
  Build-depends:     base == 4.3.* || == 4.4.*,
                     fixed-point == 0.5.0.1,
                     vector == 0.7.*
  GHC-options:       -Wall -fno-warn-orphans -fwarn-tabs -funfolding-use-threshold=16

Source-repository head
  type:     darcs
  location: http://patch-tag.com/r/jmcarthur/fixed-point

source-repository this
  type:     darcs
  location: http://patch-tag.com/r/jmcarthur/fixed-point
  tag:      v0.5.0.1