mpi-hs-binary 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~mpi-hsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mpi-hs
API changes (from Hackage documentation)
Files
- mpi-hs-binary.cabal +3/−3
- package.yaml +2/−2
mpi-hs-binary.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 87dc4ba3e823a829e1c1155618c4fd1510ab3d34dced3865ee15f4b46b448a0c+-- hash: 623df3a8395a2fd151101848a9b52ba1d3c42dd1efdf27657c81b9469bdd6857 name: mpi-hs-binary-version: 0.1.0.0+version: 0.1.1.0 synopsis: MPI bindings for Haskell description: MPI (the [Message Passinag Interface](https://www.mpi-forum.org)) is a widely used standard for distributed-memory programming on HPC@@ -69,7 +69,7 @@ , binary , bytestring , monad-loops- , mpi-hs >=0.6.0.0+ , mpi-hs >=0.7.0.0 default-language: Haskell2010 executable example1
package.yaml view
@@ -1,5 +1,5 @@ name: mpi-hs-binary-version: '0.1.0.0'+version: '0.1.1.0' github: "eschnett/mpi-hs-binary" license: Apache-2.0 author: "Erik Schnetter <schnetter@gmail.com>"@@ -52,7 +52,7 @@ - binary - bytestring - monad-loops- - mpi-hs >=0.6.0.0+ - mpi-hs >=0.7.0.0 source-dirs: lib executables: