unagi-streams 0.2.3 → 0.2.4
raw patch · 2 files changed
+17/−16 lines, 2 filesdep ~basedep ~io-streamsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, io-streams
API changes (from Hackage documentation)
Files
- LICENSE +13/−11
- unagi-streams.cabal +4/−5
LICENSE view
@@ -1,23 +1,25 @@-Copyright (c) 2014, Luke Hoersten+BSD 3-Clause License +Copyright (c) 2014-present, Bitnomial, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -Redistributions of source code must retain the above copyright notice, this-list of conditions and the following disclaimer.+* Redistributions of source code must retain the above copyright notice, this+ list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this-list of conditions and the following disclaimer in the documentation and/or-other materials provided with the distribution.+* Redistributions in binary form must reproduce the above copyright notice,+ this list of conditions and the following disclaimer in the documentation+ and/or other materials provided with the distribution. -The names of contributors may be used to endorse or promote products-derived from this software without specific prior written permission.+* Neither the name of the copyright holder nor the names of its+ contributors may be used to endorse or promote products derived from+ this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
unagi-streams.cabal view
@@ -1,5 +1,5 @@ name: unagi-streams-version: 0.2.3+version: 0.2.4 synopsis: Unagi Chan IO-Streams description: Io-streams chans implemented underneath with unagi-chans. This library is a straight port of@@ -23,10 +23,9 @@ exposed-modules: System.IO.Streams.Concurrent.Unagi , System.IO.Streams.Concurrent.Unagi.Bounded- build-depends:- base >= 4.7 && < 4.11- , unagi-chan >= 0.2 && < 0.5- , io-streams >= 1.2 && < 1.5+ build-depends: base >= 4.7 && < 4.12+ , io-streams >= 1.2 && < 1.6+ , unagi-chan >= 0.2 && < 0.5 hs-source-dirs: src default-language: Haskell2010