Skip to content

Commit

Permalink
Rename to Hen
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Giovanni Garufi <[email protected]>
  • Loading branch information
nazrhom committed Jan 25, 2021
1 parent b5ad481 commit f5cd09f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 91 deletions.
82 changes: 0 additions & 82 deletions hask-chess.cabal

This file was deleted.

18 changes: 9 additions & 9 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: hask-chess
name: hen
version: 0.1.0.0
github: "githubuser/hask-chess"
github: "nazrhom/hen"
license: BSD3
author: "Author name here"
maintainer: "example@example.com"
copyright: "2021 Author name here"
author: "Giovanni Garufi"
maintainer: "nazrhom@gmail.com"
copyright: "2021 Giovanni Garufi"

extra-source-files:
- README.md
Expand All @@ -31,23 +31,23 @@ library:
source-dirs: src

executables:
hask-chess-exe:
hen-exe:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hask-chess
- hen

tests:
hask-chess-test:
hen-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hask-chess
- hen

0 comments on commit f5cd09f

Please sign in to comment.