Skip to content

Commit

Permalink
Merge pull request #3294 from input-output-hk/scp-2238-replace-eventful
Browse files Browse the repository at this point in the history
SCP-2238: Replace eventful with beam
  • Loading branch information
silky committed Jun 16, 2021
2 parents 66cb0a0 + 1416173 commit e733f18
Show file tree
Hide file tree
Showing 28 changed files with 736 additions and 793 deletions.
8 changes: 7 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package cardano-api
-- newer version of persistent. See stack.yaml for the mirrored
-- configuration.
package eventful-sql-common
ghc-options: -XDerivingStrategies -XStandaloneDeriving -XUndecidableInstances -XDataKinds -XFlexibleInstances
ghc-options: -XDerivingStrategies -XStandaloneDeriving -XUndecidableInstances -XDataKinds -XFlexibleInstances -XMultiParamTypeClasses

allow-newer:
-- Pins to an old version of Template Haskell, unclear if/when it will be updated
Expand All @@ -51,6 +51,10 @@ allow-newer:
, eventful-sql-common:persistent
, eventful-sql-common:persistent-template
, ouroboros-consensus-byron:formatting
, beam-core:aeson
, beam-sqlite:aeson
, beam-sqlite:dlist
, beam-migrate:aeson

constraints:
-- big breaking change here, inline-r doens't have an upper bound
Expand Down Expand Up @@ -183,3 +187,5 @@ source-repository-package
type: git
location: https://github.com/input-output-hk/goblins
tag: cde90a2b27f79187ca8310b6549331e59595e7ba


27 changes: 8 additions & 19 deletions nix/pkgs/haskell/materialized-unix/.plan.nix/plutus-pab.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 23 additions & 24 deletions nix/pkgs/haskell/materialized-unix/default.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e733f18

Please sign in to comment.