cloudi 1.7.3 → 1.7.4
raw patch · 10 files changed
+17/−17 lines, 10 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- README.markdown +2/−2
- cloudi.cabal +4/−4
- src/Foreign/CloudI.hs +3/−3
- src/Foreign/CloudI/Instance.hs +1/−1
- src/Foreign/Erlang.hs +2/−2
- src/Foreign/Erlang/Function.hs +1/−1
- src/Foreign/Erlang/Pid.hs +1/−1
- src/Foreign/Erlang/Port.hs +1/−1
- src/Foreign/Erlang/Reference.hs +1/−1
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2018 Michael Truog <mjtruog at gmail dot com> +Copyright (c) 2017-2018 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
README.markdown view
@@ -3,7 +3,7 @@ [](https://hackage.haskell.org/package/cloudi) -Haskell [CloudI API](http://cloudi.org/api.html#1_Intro)+Haskell [CloudI API](https://cloudi.org/api.html#1_Intro) Build -----@@ -17,7 +17,7 @@ Author ------ -Michael Truog (mjtruog [at] gmail (dot) com)+Michael Truog (mjtruog at protonmail dot com) License -------
cloudi.cabal view
@@ -1,18 +1,18 @@ name: cloudi-version: 1.7.3+version: 1.7.4 synopsis: Haskell CloudI API-description: Haskell CloudI API+description: Haskell CloudI API (see https://cloudi.org for more details) homepage: https://github.com/CloudI/cloudi_api_haskell license: MIT license-file: LICENSE author: Michael Truog-maintainer: mjtruog@gmail.com+maintainer: mjtruog at protonmail dot com copyright: 2017-2018 Michael Truog category: Foreign stability: provisional build-type: Simple cabal-version: >= 1.22-tested-with: GHC == 7.10.3, GHC == 8.0.2+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3 extra-source-files: README.markdown changelog.md library
src/Foreign/CloudI.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017-2018 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),@@ -27,9 +27,9 @@ -} --- | Haskell <http://cloudi.org/api.html#1_Intro CloudI API>.+-- | Haskell <https://cloudi.org/api.html#1_Intro CloudI API>. -- Example usage is available in the--- <http://cloudi.org/tutorials.html#cloudi_examples integration tests>.+-- <https://cloudi.org/tutorials.html#cloudi_examples integration tests>. module Foreign.CloudI ( Instance.RequestType(..)
src/Foreign/CloudI/Instance.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
src/Foreign/Erlang.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017-2018 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),@@ -37,7 +37,7 @@ , termToBinary ) where -import Prelude hiding (length,tail)+import Prelude hiding (length,tail,(<>)) import Data.Bits ((.&.)) import Control.Monad (replicateM) import qualified Data.Monoid as Monoid
src/Foreign/Erlang/Function.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
src/Foreign/Erlang/Pid.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
src/Foreign/Erlang/Port.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
src/Foreign/Erlang/Reference.hs view
@@ -5,7 +5,7 @@ MIT License - Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com>+ Copyright (c) 2017 Michael Truog <mjtruog at protonmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),