packages feed

bhoogle 0.1.3.3 → 0.1.3.4

raw patch · 2 files changed

+29/−4 lines, 2 files

Files

LICENSE view
@@ -1,5 +1,10 @@-Copyright Andre Van Der Merwe (c) 2017+Dual licenced as either BSD-3-Clause or Apache 2.0 +--------------------------------------------------------------------------------+BSD-3-Clause+--------------------------------------------------------------------------------+Copyright Andre Van Der Merwe (c) 2017/2018+ All rights reserved.  Redistribution and use in source and binary forms, with or without@@ -28,3 +33,23 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.+--------------------------------------------------------------------------------+++--------------------------------------------------------------------------------+Apache 2.0+--------------------------------------------------------------------------------+Copyright Andre Van Der Merwe (c) 2017/2018++Licensed under the Apache License, Version 2.0 (the "License");+you may not use this file except in compliance with the License.+You may obtain a copy of the License at++  http://www.apache.org/licenses/LICENSE-2.0++Unless required by applicable law or agreed to in writing, software+distributed under the License is distributed on an "AS IS" BASIS,+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.+See the License for the specific language governing permissions and+limitations under the License.+--------------------------------------------------------------------------------
bhoogle.cabal view
@@ -1,10 +1,10 @@-cabal-version:       2.0+cabal-version:       2.2 name:                bhoogle-version:             0.1.3.3+version:             0.1.3.4 synopsis:            Simple terminal GUI for local hoogle. description:         bhoogle is a terminal GUI layer over local hoogle. It provides search ahead and sub-string filtering in addition to the usual type-search. homepage:            https://github.com/andrevdm/bhoogle#readme-license:             BSD3+license:             BSD-3-Clause OR Apache-2.0 license-file:        LICENSE author:              Andre Van Der Merwe maintainer:          andre@andrevdm.com