packages feed

easy-args 0.1.0 → 0.1.0.1

raw patch · 7 files changed

+41/−33 lines, 7 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,6 @@ # Changelog for easy-args -## Unreleased changes+## 0.1.0.1++- added Travis CI config+- fixed copyright notice
README.md view
@@ -5,17 +5,18 @@ ## Your Rights  This program is free software: you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation, either version 3 of the License, or (at-your option) any later version.+it under the terms of the GNU Lesser General Public License as+published by the Free Software Foundation, either version 3 of the+License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU-General Public License for more details.+Lesser General Public License for more details. -You should have received a copy of the GNU General Public License-along with this program.  If not, see <https://www.gnu.org/licenses/>.+You should have received a copy of the GNU Lesser General Public+License along with this program.  If not, see+<https://www.gnu.org/licenses/>.  ## What It Does 
easy-args.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2f27f919d93a07834e43bb878ff0bf066841ccfc4b57d7069ec9a970d88f21e2+-- hash: 692cd168a4767a87797c9f962628932734580ff00c56ea467f664cba05d9b4db  name:           easy-args-version:        0.1.0+version:        0.1.0.1 synopsis:       Parses command line arguments description:    Please see the README on GitHub at <https://github.com/jlamothe/easy-args#readme> category:       Utilities
src/EasyArgs.hs view
@@ -9,17 +9,18 @@ Portability : POSIX  This program is free software: you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation, either version 3 of the License, or (at-your option) any later version.+it under the terms of the GNU Lesser General Public License as+published by the Free Software Foundation, either version 3 of the+License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU-General Public License for more details.+Lesser General Public License for more details. -You should have received a copy of the GNU General Public License-along with this program.  If not, see <https://www.gnu.org/licenses/>.+You should have received a copy of the GNU Lesser General Public+License along with this program.  If not, see+<https://www.gnu.org/licenses/>.  -} 
test/ParseArgSpec.hs view
@@ -4,17 +4,18 @@ Copyright (C) Jonathan Lamothe <jonathan@jlamothe.net>  This program is free software: you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation, either version 3 of the License, or (at-your option) any later version.+it under the terms of the GNU Lesser General Public License as+published by the Free Software Foundation, either version 3 of the+License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU-General Public License for more details.+Lesser General Public License for more details. -You should have received a copy of the GNU General Public License-along with this program.  If not, see <https://www.gnu.org/licenses/>.+You should have received a copy of the GNU Lesser General Public+License along with this program.  If not, see+<https://www.gnu.org/licenses/>.  -} 
test/ParseArgsSpec.hs view
@@ -4,17 +4,18 @@ Copyright (C) Jonathan Lamothe <jonathan@jlamothe.net>  This program is free software: you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation, either version 3 of the License, or (at-your option) any later version.+it under the terms of the GNU Lesser General Public License as+published by the Free Software Foundation, either version 3 of the+License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU-General Public License for more details.+Lesser General Public License for more details. -You should have received a copy of the GNU General Public License-along with this program.  If not, see <https://www.gnu.org/licenses/>.+You should have received a copy of the GNU Lesser General Public+License along with this program.  If not, see+<https://www.gnu.org/licenses/>.  -} 
test/Spec.hs view
@@ -4,17 +4,18 @@ Copyright (C) Jonathan Lamothe <jonathan@jlamothe.net>  This program is free software: you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation, either version 3 of the License, or (at-your option) any later version.+it under the terms of the GNU Lesser General Public License as+published by the Free Software Foundation, either version 3 of the+License, or (at your option) any later version.  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU-General Public License for more details.+Lesser General Public License for more details. -You should have received a copy of the GNU General Public License-along with this program.  If not, see <https://www.gnu.org/licenses/>.+You should have received a copy of the GNU Lesser General Public+License along with this program.  If not, see+<https://www.gnu.org/licenses/>.  -}