packages feed

linear 1.19.1 → 1.19.1.1

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.19.1.1+--------+* Proper `reflection` 2 support+ 1.19.1 ------ * `reflection` 2 support
linear.cabal view
@@ -1,6 +1,6 @@ name:          linear category:      Math, Algebra-version:       1.19.1+version:       1.19.1.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE
src/Linear/V.hs view
@@ -41,7 +41,7 @@   , Dim(..)   , reifyDim   , reifyVector-#if MIN_VERSION_reflection(2,0,0)+#if (MIN_VERSION_reflection(2,0,0)) && __GLASGOW_HASKELL__ >= 708   , reifyDimNat   , reifyVectorNat #endif