packages feed

cl3-linear-interface 1.0.0.1 → 2.0.0.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~cl3PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: cl3

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for cl3-linear-interface +## 2.0.0.0  -- 2020-07-20++* Update to work with Cl3 version 2.0.0.0+ ## 1.0.0.1  -- 2018-06-20  * Update to provide compatibility with earlier GHC and Stackage lts
cl3-linear-interface.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             1.0.0.1+version:             2.0.0.0  -- A short (one-line) description of the package. synopsis:            Interface to/from Cl3 and Linear.@@ -37,7 +37,7 @@ maintainer:          Nathan Waivio <nathan.waivio@gmail.com>  -- A copyright notice.-copyright:           Copyright (C) 2018 Nathan Waivio+copyright:           Copyright (C) 2018-2020 Nathan Waivio  category:            Math, Algebra @@ -72,7 +72,7 @@   -- Other library packages from which modules are imported.   build-depends:            base >=4.7 && <5,-    cl3 >=1.0.0.2 && <2,+    cl3 >=1.0.0.2 && <3,     linear >=1.2 && <2      -- Directories containing source files.