packages feed

fixed-point-vector 0.5.0.0 → 0.5.0.1

raw patch · 1 files changed

+7/−6 lines, 1 filesdep ~basedep ~fixed-pointPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, fixed-point

API changes (from Hackage documentation)

Files

fixed-point-vector.cabal view
@@ -1,5 +1,5 @@ Name:                fixed-point-vector-Version:             0.5.0.0+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.@@ -10,16 +10,17 @@ Category:            Data, Game, Math, Numerical  Build-type:          Simple-Cabal-version:       >=1.6+Cabal-version:       >=1.10   Library+  Default-language:  Haskell2010   Exposed-modules:   Data.Fixed.Binary.Unboxed-  Extensions:        FlexibleContexts,+  Other-extensions:  FlexibleContexts,                      MultiParamTypeClasses,                      TypeFamilies-  Build-depends:     base == 4.3.*,-                     fixed-point == 0.5.0.0,+  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 @@ -30,4 +31,4 @@ source-repository this   type:     darcs   location: http://patch-tag.com/r/jmcarthur/fixed-point-  tag:      v0.5.0.0+  tag:      v0.5.0.1