cl3-hmatrix-interface 1.0.0.0 → 1.0.0.1
raw patch · 4 files changed
+17/−6 lines, 4 filesdep ~basedep ~cl3PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, cl3
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- README.md +1/−1
- cl3-hmatrix-interface.cabal +6/−4
- stack.yaml +5/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for cl3-hmatrix-interface -## 1.0.0.0 -- 2018-5-26+## 1.0.0.1 -- 2018-06-20++* Used Stack to verify compatibility with earlier versions of GHC and Stackage lts++## 1.0.0.0 -- 2018-06-02 * First version. Released on an unsuspecting world.
README.md view
@@ -7,6 +7,6 @@ * toHMatrix * fromHMatrix -+Note: Please make sure your HMatrix Matrix is a 2x2 Complex Double.
cl3-hmatrix-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 HMatrix.@@ -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, hmatrix >=0.16 && <1 -- Directories containing source files.
+ stack.yaml view
@@ -0,0 +1,5 @@+packages:+- .+resolver: lts-9.21+extra-deps:+- cl3-1.0.0.2