Skip to content

Commit e407192

Browse files
author
euonymos
committed
chore: move Stage into CEM, comments in CEM
1 parent 16850b3 commit e407192

File tree

10 files changed

+227
-164
lines changed

10 files changed

+227
-164
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ run-oura-daemon:
1010
@oura daemon --config ./test/daemon.toml
1111

1212
format:
13-
@fourmolu --mode inplace $(git ls-files '*.hs')
13+
fourmolu --mode inplace $$(git ls-files '*.hs')

cem-script.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cabal-version: 3.8
22
name: cem-script
33
version: 0.1.0
4-
synopsis: Cardano DApp SDK
5-
homepage: https://github.com/cem-script
4+
synopsis: CEM Script - a Cardano dApp SDK
5+
homepage: https://github.com/mlabs-haskell/cem-script
66
author: MLabs
77
maintainer: [email protected]
88
data-files: README.md
@@ -150,7 +150,6 @@ library
150150
Cardano.CEM.OffChain
151151
Cardano.CEM.OnChain
152152
Cardano.CEM.OuraConfig
153-
Cardano.CEM.Stages
154153
Cardano.CEM.Testing.StateMachine
155154
Cardano.CEM.TH
156155

0 commit comments

Comments
 (0)