Skip to content

Commit

Permalink
Merge pull request #40 from juspay/tmp-fixes
Browse files Browse the repository at this point in the history
fixed api-contract for ghc-8.10.7
  • Loading branch information
eswar2001 authored Dec 12, 2024
2 parents 0608c4f + eb77e6a commit 38b1222
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 84 deletions.
39 changes: 37 additions & 2 deletions api-contract/.juspay/api-contract/test/Main.hs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
A:
caseType: null
dataConstructors:
A:
fields':
id'''': Maybe Text
sumTypes: []
instances:
parseJSON:
fieldsList: []
typeOfInstance: Derived
toEncoding:
fieldsList: []
typeOfInstance: Derived
toJSON:
fieldsList: []
typeOfInstance: Derived
typeKind: data
B:
caseType: null
dataConstructors:
B:
fields':
id''': Maybe Text
sumTypes: []
instances:
parseJSON:
fieldsList: []
typeOfInstance: Derived
toEncoding:
fieldsList: []
typeOfInstance: Derived
toJSON:
fieldsList: []
typeOfInstance: Derived
typeKind: data
RefundAttempt:
caseType: null
dataConstructors:
Expand Down Expand Up @@ -33,7 +69,6 @@ RefundAttempt:
fieldsList: []
typeOfInstance: Derived
typeKind: data

RefundAttempt':
caseType: null
dataConstructors:
Expand All @@ -56,4 +91,4 @@ RefundAttempt':
toJSON:
fieldsList: []
typeOfInstance: Derived
typeKind: data
typeKind: data
2 changes: 2 additions & 0 deletions api-contract/api-contract.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ library
, filepath
, ghc
, unordered-containers
, ordered-containers
, insert-ordered-containers
, aeson
, directory
, extra
Expand Down
Loading

0 comments on commit 38b1222

Please sign in to comment.