Skip to content

Commit

Permalink
Merge pull request #29 from mdunnio/fix-hackage-test
Browse files Browse the repository at this point in the history
Add test data to `extra-source-files` to fix hackage package testing
  • Loading branch information
mdunnio authored Dec 22, 2022
2 parents 5b64519 + 8064a8c commit 4b0946b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
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
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.9.3.1

- Added test data to `extra-source-files` so that `cabal test` can be run straight from the hackage
package

# Version 0.9.3.0

- `Order` now has `Maybe Bool` instead of `Bool` for `postOnly`. Required to maintain spec compliance.
Expand Down
5 changes: 3 additions & 2 deletions coinbase-pro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.yaml
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
Expand All @@ -15,6 +15,7 @@ synopsis: Client for Coinbase Pro
extra-source-files:
- README.md
- changelog.md
- src/test/data/*

github: mdunnio/coinbase-pro

Expand Down

0 comments on commit 4b0946b

Please sign in to comment.