Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Apr 18, 2024
1 parent ad2da00 commit 5cd52ca
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions cem-script.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ synopsis: Cardano DApp SDK
homepage: https://github.com/cem-script
author: MLabs
maintainer: [email protected]
data-files:
README.md

data-files: README.md
tested-with: GHC ==9.6.3

flag dev
Expand Down Expand Up @@ -114,9 +112,7 @@ common common-offchain
build-depends:
, aeson
, bytestring
, cardano-api
-- https://github.com/IntersectMBO/cardano-api/issues/502
, cardano-api:{internal}
, cardano-api:{cardano-api, internal}
, cardano-crypto-class
, cardano-ledger-alonzo
, cardano-ledger-babbage
Expand All @@ -132,6 +128,7 @@ common common-offchain
, time
, unix

-- https://github.com/IntersectMBO/cardano-api/issues/502
common common-executable
import: common-offchain
ghc-options: -threaded -rtsopts
Expand Down Expand Up @@ -171,18 +168,16 @@ library
Cardano.CEM.Monads
Cardano.CEM.Monads.CLB
Cardano.CEM.Monads.L1
Cardano.CEM.OnChain
Cardano.CEM.OffChain
Cardano.CEM.OnChain
Cardano.CEM.Stages

other-modules:
Cardano.CEM.Monads.L1Commons

other-modules: Cardano.CEM.Monads.L1Commons
build-depends:
, clb
, ouroboros-consensus
, cem-script:{cardano-extras, data-spine}
, clb
, dependent-map
, ouroboros-consensus
, singletons-th

test-suite cem-sdk-test
Expand All @@ -193,18 +188,19 @@ test-suite cem-sdk-test
type: exitcode-stdio-1.0
build-depends:
, cem-script:{cem-script, cardano-extras, data-spine}
, clb
, dependent-map
, hspec
, QuickCheck
, quickcheck-dynamic
, random
, clb

hs-source-dirs: test/
other-modules:
TestNFT
Voting
Auction
Utils
OffChain
TestNFT
Utils
Voting

main-is: Main.hs

0 comments on commit 5cd52ca

Please sign in to comment.