packages feed

tz 0.0.0.5 → 0.0.0.6

raw patch · 2 files changed

+6/−5 lines, 2 filesnew-uploader

Files

LICENSE view
@@ -1,4 +1,5 @@-Apache License++                                 Apache License                            Version 2.0, January 2004                         http://www.apache.org/licenses/ @@ -178,7 +179,7 @@    APPENDIX: How to apply the Apache License to your work.        To apply the Apache License to your work, attach the following-      boilerplate notice, with the fields enclosed by brackets "{}"+      boilerplate notice, with the fields enclosed by brackets "[]"       replaced with your own identifying information. (Don't include       the brackets!)  The text should be enclosed in the appropriate       comment syntax for the file format. We also recommend that a@@ -186,7 +187,7 @@       same "printed page" as the copyright notice for easier       identification within third-party archives. -   Copyright {yyyy} {name of copyright owner}+   Copyright [yyyy] [name of copyright owner]     Licensed under the Apache License, Version 2.0 (the "License");    you may not use this file except in compliance with the License.
tz.cabal view
@@ -1,5 +1,5 @@ Name: tz-Version: 0.0.0.5+Version: 0.0.0.6 License: Apache-2.0 License-File: LICENSE Author: Mihaly Barasz, Gergely Risko@@ -48,7 +48,7 @@     bytestring         >= 0.9      && < 0.11,     containers         >= 0.5      && < 0.6,     deepseq            >= 1.1      && < 2,-    template-haskell   >= 2.6      && < 2.9,+    template-haskell   >= 2.6      && < 2.10,     time               >= 1.2      && < 1.5,     tzdata             >= 0.1      && < 0.2,     vector             >= 0.9      && < 0.11