Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Oct 30, 2023
1 parent f37bc9a commit 69971ea
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pact-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ common pact-core-common
, array
, pact-json
, scientific
-- Serialization
, serialise
, cborg

ghc-options: -Wall -Werror -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
ghc-prof-options: -fprof-auto -fprof-auto-calls
Expand Down Expand Up @@ -124,6 +127,9 @@ library
Pact.Core.Repl.Runtime.ReplBuiltin
Pact.Core.Repl.Compile

-- Serialization
Pact.Core.Serialise.CBOR

library typed-core
import: pact-core-common
hs-source-dirs: typed-core
Expand Down
Loading

0 comments on commit 69971ea

Please sign in to comment.