Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paymentFlow plugin support #17

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packages:
./coresyn2chart
./sheriff
./fieldInspector
./paymentFlow
5 changes: 2 additions & 3 deletions coresyn2chart/coresyn2chart.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ common common-options
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, unordered-containers
, aeson
, directory
, extra
, aeson-pretty
, base ^>=4.14.3.0
, base
, text
, base64-bytestring
, optparse-applicative
Expand All @@ -55,7 +55,6 @@ common common-options
, hasbolt
, universum
, data-default
, streamly

library
import: common-options
Expand Down
5 changes: 2 additions & 3 deletions fdep/fdep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-type: Simple
extra-doc-files: CHANGELOG.md

common common-options
build-depends: base ^>=4.14.3.0
build-depends: base
ghc-options: -Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
Expand All @@ -39,7 +39,7 @@ library
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, ghc-exactprint
, unordered-containers
, uniplate >= 1.6 && < 1.7
Expand All @@ -49,7 +49,6 @@ library
, directory
, extra
, aeson-pretty
, streamly
hs-source-dirs: src
default-language: Haskell2010

Expand Down
5 changes: 2 additions & 3 deletions fieldInspector/fieldInspector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ common common-options
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, unordered-containers
, aeson
, directory
, extra
, aeson-pretty
, base ^>=4.14.3.0
, base
, text
, base64-bytestring
, optparse-applicative
Expand All @@ -92,7 +92,6 @@ common common-options
, hasbolt
, universum
, data-default
, streamly

library
-- Import common warning flags.
Expand Down
Loading