irc-conduit 0.1.1.2 → 0.1.2.0
raw patch · 2 files changed
+28/−13 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE +17/−10
- irc-conduit.cabal +11/−3
LICENSE view
@@ -1,13 +1,20 @@- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 -- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> +Copyright (c) 2014, Michael Walker <mike@barrucadu.co.uk> - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. +Permission is hereby granted, free of charge, to any person obtaining+a copy of this software and associated documentation files (the+"Software"), to deal in the Software without restriction, including+without limitation the rights to use, copy, modify, merge, publish,+distribute, sublicense, and/or sell copies of the Software, and to+permit persons to whom the Software is furnished to do so, subject to+the following conditions: - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +The above copyright notice and this permission notice shall be+included in all copies or substantial portions of the Software. - 0. You just DO WHAT THE FUCK YOU WANT TO.+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
irc-conduit.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.2+version: 0.1.2.0 -- A short (one-line) description of the package. synopsis: Streaming IRC message library using conduits.@@ -37,7 +37,7 @@ bug-reports: https://github.com/barrucadu/irc-conduit/issues -- The license under which the package is released.-license: OtherLicense+license: MIT -- The file containing the license text. license-file: LICENSE@@ -79,7 +79,7 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.7 && <5+ build-depends: base >=4.5 && <5 , async >=2.0 , bytestring >=0.10 , conduit >=1.2@@ -100,3 +100,11 @@ -- Base language which the package is written in. default-language: Haskell2010 +source-repository head+ type: git+ location: https://github.com/barrucadu/irc-conduit.git++source-repository this+ type: git+ location: https://github.com/barrucadu/irc-conduit.git+ tag: 0.1.2.0