From f93d50e856b08adcafcef69185fe8bb9bf777bbe Mon Sep 17 00:00:00 2001 From: fozworth <> Date: Sun, 11 Mar 2018 14:51:00 +0100 Subject: version 1.1.4 diff --git a/LICENSE.markdown b/LICENSE.markdown index ea28605..58f3f50 100644 --- a/LICENSE.markdown +++ b/LICENSE.markdown @@ -1,13 +1,13 @@ -[The MIT License (MIT)][] +MIT License -Copyright (c) 2016 Taylor Fausak +Copyright (c) 2018 Taylor Fausak -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: +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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -19,5 +19,3 @@ 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. - -[The MIT License (MIT)]: https://opensource.org/licenses/MIT diff --git a/autoexporter.cabal b/autoexporter.cabal index b40849b..ead1f57 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: d0a4fb1809125a8d78716c9527daf9278b4b4b2b4a346f881925e5176b8d9c31 +-- hash: 6a190e6853f9ec9990150e0da0f175b85e6cc8368b98ef113fbcd134e4118087 name: autoexporter -version: 1.1.3 +version: 1.1.4 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility @@ -32,7 +32,7 @@ library source/library ghc-options: -Wall build-depends: - Cabal >=1.22 && <1.25 || >=2.0 && <2.1 + Cabal >=1.22 && <1.25 || >=2.0 && <2.3 , base >=4.7 && <4.11 , directory >=1.2.5 && <1.4 , filepath >=1.3 && <1.5 diff --git a/package.yaml b/package.yaml index 2f01c17..2128bbc 100644 --- a/package.yaml +++ b/package.yaml @@ -18,7 +18,7 @@ github: tfausak/autoexporter library: dependencies: - base >=4.7 && <4.11 - - Cabal >=1.22 && <1.25 || >=2.0 && <2.1 + - Cabal >=1.22 && <1.25 || >=2.0 && <2.3 - directory >=1.2.5 && <1.4 - filepath >=1.3 && <1.5 source-dirs: source/library @@ -27,4 +27,4 @@ license-file: LICENSE.markdown maintainer: Taylor Fausak name: autoexporter synopsis: Automatically re-export modules. -version: '1.1.3' +version: '1.1.4' -- cgit v0.10.2