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

Commit

Permalink
Fix minor fields in .cabal file
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateekkumarweb committed May 6, 2017
1 parent a32acdb commit 7b666ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file added .haskell-go-checkers.cabal.swp
Binary file not shown.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
## 0.1.0.0 -- 2017-04-14

* First version.

## 0.1.1.0 -- 2017-05-07

* A working game
11 changes: 5 additions & 6 deletions haskell-go-checkers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: haskell-go-checkers
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
version: 0.1.1.0

-- A short (one-line) description of the package.
synopsis: Go and Checkers game in Haskell
Expand All @@ -30,7 +30,7 @@ license: MIT
license-file: LICENSE

-- The package author(s).
author: Prateek Kumar, Vaibhav Sinha, Anurag Singh
author: Prateek Kumar, Vaibhav Sinha

-- An email address to which users can send suggestions, bug reports, and
-- patches.
Expand All @@ -45,7 +45,7 @@ build-type: Simple

-- Extra files to be distributed with the package, such as examples or a
-- README.
extra-source-files: README.md
extra-source-files: README.md ChangeLog.md Makefile

-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.10
Expand All @@ -56,7 +56,7 @@ executable haskell-go-checkers
main-is: Main.hs

-- Modules included in this executable, other than Main.
-- other-modules:
other-modules: Go Checkers BoardGo BoardCheckers

-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
Expand All @@ -70,7 +70,6 @@ executable haskell-go-checkers
-- Base language which the package is written in.
default-language: Haskell2010

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

0 comments on commit 7b666ca

Please sign in to comment.