Skip to content

Commit

Permalink
add upper bound for hmatrix 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amcphail committed Nov 6, 2016
1 parent 84cfbf1 commit 562aa16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@

0.4.1.3:
lower vector package bound

0.4.1.4:
set upper bound for hmatrix so it complies
(changes in hmatrix 0.18)
8 changes: 4 additions & 4 deletions hmatrix-gsl-stats.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: hmatrix-gsl-stats
Version: 0.4.1.3
Version: 0.4.1.4
License: BSD3
License-file: LICENSE
Copyright: (c) A.V.H. McPhail 2010, 2011, 2013, 2015
Copyright: (c) A.V.H. McPhail 2010, 2011, 2013, 2015, 2016
Author: Vivian McPhail
Maintainer: haskell.vivian.mcphail <at> gmail <dot> com
Stability: provisional
Expand All @@ -17,7 +17,7 @@ Description:
.
The vector type is Data.Vector.Storable from the 'vector' package.
Category: Math, Statistics, FFI
tested-with: GHC ==7.10.2
tested-with: GHC ==8.0.1

cabal-version: >=1.10.1.0

Expand All @@ -37,7 +37,7 @@ library
Build-Depends: base >= 4 && < 5, binary,
vector,
storable-complex,
hmatrix >= 0.17
hmatrix >= 0.17 && < 0.18

Default-Extensions: ForeignFunctionInterface

Expand Down

0 comments on commit 562aa16

Please sign in to comment.