Skip to content
Snippets Groups Projects
Commit 19365e08 authored by BinderDavid's avatar BinderDavid Committed by BinderDavid
Browse files

Update cabal file to version 2.2, update licensing information and add LICENSE file

parent 9f9a4cf9
No related branches found
No related tags found
No related merge requests found
LICENSE 0 → 100644
Copyright 2006, Andy Gill, Colin Runciman
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 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.
\ No newline at end of file
Name: hpc-bin cabal-version: 2.2
-- XXX version number: name: hpc-bin
Version: 0.68 version: 0.68
Copyright: XXX license: BSD-3-Clause
License: BSD3 license-File: LICENSE
-- XXX License-File: LICENSE copyright: (c) Andy Gill, Colin Runciman
Author: XXX author: Andy Gill, Colin Runciman
Maintainer: XXX maintainer: XXX
Synopsis: XXX synopsis: Hpc is a tool for generating coverage reports in various output formats for Haskell projects.
Description: XXX description: Hpc is a tool for generating coverage reports in various output formats for Haskell projects.
Category: Development category: Development
bug-reports: https://gitlab.haskell.org/hpc/hpc-bin/-/issues
extra-source-files: README.md extra-source-files: README.md
, CHANGELOG.md , CHANGELOG.md
build-type: Simple build-type: Simple
cabal-version: 2.0
source-repository head
type: git
location: https://gitlab.haskell.org/hpc/hpc-bin.git
Flag build-tool-depends Flag build-tool-depends
Description: Use build-tool-depends Description: Use build-tool-depends
Default: True Default: True
Executable hpc executable hpc
Default-Language: Haskell2010 Default-Language: Haskell2010
hs-source-dirs: src hs-source-dirs: src
Main-Is: Main.hs Main-Is: Main.hs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment