Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Commit

Permalink
v0.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekkumarweb committed Apr 14, 2017
1 parent 9bd1d6d commit d83dbc9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for haskell-go-checkers

## 0.1.0.0 -- YYYY-mm-dd
## 0.1.0.0 -- 2017-04-14

* First version. Released on an unsuspecting world.
* First version.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Prateek Kumar

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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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.
9 changes: 7 additions & 2 deletions haskell-go-checkers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ description: This is an implementation fo Go and Checkers game in haskel
homepage: https://github.com/prateekkumarweb/haskell-go-checkers

-- The license under which the package is released.
-- license:
license: MIT

-- The file containing the license text.
-- license-file: LICENSE
license-file: LICENSE

-- The package author(s).
author: Prateek Kumar, Vaibhav Sinha, Anurag Singh
Expand Down Expand Up @@ -69,3 +69,8 @@ executable haskell-go-checkers

-- Base language which the package is written in.
default-language: Haskell2010

source-repository this
type: git
location: https://github.com/prateekkumarweb/haskell-go-checkers
tag: v0.1.0.0

0 comments on commit d83dbc9

Please sign in to comment.