packages feed

hmatrix-static 0.3 → 0.3.0.1

raw patch · 1 files changed

+9/−3 lines, 1 filesdep ~arraydep ~basedep ~haskell-src-meta

Dependency ranges changed: array, base, haskell-src-meta, hmatrix, parsec

Files

hmatrix-static.cabal view
@@ -1,5 +1,5 @@ Name:          hmatrix-static-Version:       0.3+Version:       0.3.0.1 Synopsis:      hmatrix with vector and matrix sizes encoded in types License:       GPL License-file:  LICENSE@@ -49,5 +49,11 @@        Rank2Types, TypeFamilies, TypeOperators,        EmptyDataDecls, TemplateHaskell -  Build-Depends: base==4.*, hmatrix==0.7.*, tfp==0.2.*, array==0.2.*, -                 haskell-src-meta>=0.0.3.1&&<0.0.7, parsec==3.*, template-haskell+  Build-Depends: base >= 3 && <5,+                 hmatrix >= 0.7 && < 0.9,+                 tfp==0.2.*, +                 array >= 0.2 && < 0.4, +                 haskell-src-meta >= 0.0.3.1 && < 0.2,+                 parsec >= 3.0 && < 3.2,+                 template-haskell+