-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from mdunnio/fix-hackage-test
Add test data to `extra-source-files` to fix hackage package testing
- Loading branch information
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2021 Michael Dunn <[email protected]> | ||
Copyright (c) 2022 Michael Dunn <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,22 @@ cabal-version: 1.12 | |
-- see: https://github.com/sol/hpack | ||
|
||
name: coinbase-pro | ||
version: 0.9.3.0 | ||
version: 0.9.3.1 | ||
synopsis: Client for Coinbase Pro | ||
description: Client for Coinbase Pro REST and Websocket APIs | ||
category: Web, Finance | ||
homepage: https://github.com/mdunnio/coinbase-pro#readme | ||
bug-reports: https://github.com/mdunnio/coinbase-pro/issues | ||
author: Michael Dunn <[email protected]> | ||
maintainer: Michael Dunn <[email protected]> | ||
copyright: 2021 Michael Dunn <[email protected]> | ||
copyright: 2022 Michael Dunn <[email protected]> | ||
license: MIT | ||
license-file: LICENSE | ||
build-type: Simple | ||
extra-source-files: | ||
README.md | ||
changelog.md | ||
src/test/data/list-orders.json | ||
|
||
source-repository head | ||
type: git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: coinbase-pro | ||
version: 0.9.3.0 | ||
version: 0.9.3.1 | ||
description: Client for Coinbase Pro REST and Websocket APIs | ||
homepage: https://github.com/mdunnio/coinbase-pro#readme | ||
bug-reports: https://github.com/mdunnio/coinbase-pro/issues | ||
author: Michael Dunn <[email protected]> | ||
maintainer: Michael Dunn <[email protected]> | ||
copyright: 2021 Michael Dunn <[email protected]> | ||
copyright: 2022 Michael Dunn <[email protected]> | ||
license: MIT | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
@@ -15,6 +15,7 @@ synopsis: Client for Coinbase Pro | |
extra-source-files: | ||
- README.md | ||
- changelog.md | ||
- src/test/data/* | ||
|
||
github: mdunnio/coinbase-pro | ||
|
||
|