packages feed

cl3-linear-interface 1.0.0.0 → 1.0.0.1

raw patch · 3 files changed

+16/−5 lines, 3 filesdep ~basedep ~cl3PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, cl3

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for cl3-linear-interface -## 1.0.0.0  -- 2018-6-2+## 1.0.0.1  -- 2018-06-20++* Update to provide compatibility with earlier GHC and Stackage lts++## 1.0.0.0  -- 2018-06-02  * First version. Released on an unsuspecting world.
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.0+version:             1.0.0.1  -- A short (one-line) description of the package. synopsis:            Interface to/from Cl3 and Linear.@@ -45,7 +45,9 @@  -- Extra files to be distributed with the package, such as examples or a  -- README.-extra-source-files:  ChangeLog.md, README.md+extra-source-files:  ChangeLog.md, +                     README.md,+                     stack.yaml  -- Constraint on the version of Cabal needed to build this package. cabal-version:       >=1.10@@ -69,8 +71,8 @@      -- Other library packages from which modules are imported.   build-depends:       -    base >=4.8 && <5,-    cl3 >=1.0 && <2,+    base >=4.7 && <5,+    cl3 >=1.0.0.2 && <2,     linear >=1.2 && <2      -- Directories containing source files.
+ stack.yaml view
@@ -0,0 +1,5 @@+packages:+- .+resolver: lts-9.21+extra-deps:+- cl3-1.0.0.2