Skip to content

Commit b19a757

Browse files
committed
feat: rename project!
1 parent f73e472 commit b19a757

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
packages: zyme-cli
1+
packages: cascade-cli
File renamed without changes.
File renamed without changes.

zyme-cli/zyme-cli.cabal renamed to cascade-cli/cascade-cli.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cabal-version: 2.4
2-
name: zyme-cli
2+
name: cascade-cli
33
version: 0.0.0.0
4-
synopsis: Zyme command line tool
5-
description: Zyme command line tool
4+
synopsis: Cascade command line tool
5+
description: Cascade command line tool
66
license: MPL-2.0
77
license-file: LICENSE
88
author: Mohammad Hasani
@@ -34,7 +34,7 @@ common common-options
3434

3535
default-language: Haskell2010
3636

37-
executable zyme-cli
37+
executable cascade-cli
3838
import: common-options
3939
hs-source-dirs: app
4040
main-is: Main.hs
@@ -43,7 +43,7 @@ executable zyme-cli
4343
-rtsopts
4444
-with-rtsopts=-N
4545

46-
test-suite zyme-cli-test
46+
test-suite cascade-cli-test
4747
import: common-options
4848
type: exitcode-stdio-1.0
4949
hs-source-dirs: test
File renamed without changes.

0 commit comments

Comments
 (0)