-
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.
New cabal file produced by stack/hpack for v0.9.0.
- Loading branch information
Showing
1 changed file
with
106 additions
and
118 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,35 +1,47 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.33.0. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 6d5d68b6e7e2760dac46a876ebbca9195bb32e0cb846b290d8db552d28a24647 | ||
|
||
name: coinbase-pro | ||
version: 0.8.2.1 | ||
version: 0.9.0.0 | ||
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: 2020 Michael Dunn <[email protected]> | ||
copyright: 2021 Michael Dunn <[email protected]> | ||
license: MIT | ||
license-file: LICENSE | ||
build-type: Simple | ||
cabal-version: >=2.0 | ||
|
||
extra-source-files: | ||
README.md | ||
changelog.md | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/mdunnio/coinbase-pro | ||
location: https://github.com/https://github.com/mdunnio/coinbase-pro | ||
|
||
library | ||
exposed-modules: | ||
CoinbasePro.Authenticated | ||
CoinbasePro.Authenticated.Accounts | ||
CoinbasePro.Authenticated.API | ||
CoinbasePro.Authenticated.CoinbaseAccounts | ||
CoinbasePro.Authenticated.Deposit | ||
CoinbasePro.Authenticated.Fills | ||
CoinbasePro.Authenticated.Headers | ||
CoinbasePro.Authenticated.Limits | ||
CoinbasePro.Authenticated.Orders | ||
CoinbasePro.Authenticated.Payment | ||
CoinbasePro.Authenticated.Request | ||
CoinbasePro.Authenticated.Transfer | ||
CoinbasePro.Authenticated.Withdrawal | ||
CoinbasePro.Environment | ||
CoinbasePro.Headers | ||
CoinbasePro.MarketData.AggregateOrderBook | ||
|
@@ -58,31 +70,35 @@ library | |
hs-source-dirs: | ||
src/lib/ | ||
build-depends: | ||
base ^>= 4.14 | ||
, HsOpenSSL ^>= 0.11 | ||
, aeson ^>= 1.4.7.1 | ||
, aeson-casing ^>= 0.2.0.0 | ||
, bytestring ^>= 0.10 | ||
, containers ^>= 0.6.2.1 | ||
, cryptonite ^>= 0.26 | ||
, http-api-data ^>= 0.4.2 | ||
, http-client ^>= 0.6.4.1 | ||
, http-client-tls ^>= 0.3.5.3 | ||
, http-types ^>= 0.12.3 | ||
, io-streams ^>= 1.5.2.0 | ||
, memory ^>= 0.15 | ||
, network ^>= 3.0.1.1 | ||
, servant ^>= 0.18.2 | ||
, servant-client ^>= 0.18.2 | ||
, servant-client-core ^>= 0.18.2 | ||
, text ^>= 1.2 | ||
, time ^>= 1.9.3 | ||
, transformers ^>= 0.5.6.2 | ||
, unagi-streams ^>= 0.2 | ||
, uuid ^>= 1.3.13 | ||
, vector ^>= 0.12.1.2 | ||
, websockets ^>= 0.12.7.2 | ||
, wuss ^>= 1.1.17 | ||
HsOpenSSL >=0.11 && <0.12 | ||
, aeson >=1.2 && <1.6 | ||
, aeson-casing >=0.1 && <0.3 | ||
, async >=2.1 && <2.3 | ||
, base >=4.7 && <5 | ||
, binary >=0.8 && <0.9 | ||
, bytestring >=0.10 && <0.11 | ||
, containers >=0.5 && <0.7 | ||
, cryptonite >=0.24 && <0.28 | ||
, http-api-data >=0.3 && <0.5 | ||
, http-client >=0.5 && <0.7 | ||
, http-client-tls >=0.3 && <0.4 | ||
, http-streams >=0.8 && <0.9 | ||
, http-types >=0.12 && <0.13 | ||
, io-streams >=1.5 && <1.6 | ||
, memory >=0.14 && <0.16 | ||
, network >=2.6 && <3.2 | ||
, servant >=0.14 && <0.19 | ||
, servant-client >=0.14 && <0.19 | ||
, servant-client-core >=0.14 && <0.19 | ||
, text >=1.2 && <1.3 | ||
, time >=1.8 && <2.0 | ||
, transformers >=0.5 && <0.6 | ||
, unagi-streams >=0.2 && <0.3 | ||
, unordered-containers >=0.2 && <0.3 | ||
, uuid >=1.3 && <1.4 | ||
, vector >=0.12 && <0.13 | ||
, websockets >=0.12 && <0.13 | ||
, wuss >=1.1 && <1.2 | ||
default-language: Haskell2010 | ||
|
||
executable test-request | ||
|
@@ -92,33 +108,36 @@ executable test-request | |
hs-source-dirs: | ||
src/example/request/ | ||
build-depends: | ||
base ^>= 4.14 | ||
, HsOpenSSL ^>= 0.11 | ||
, aeson ^>= 1.4.7.1 | ||
, aeson-casing ^>= 0.2.0.0 | ||
, bytestring ^>= 0.10 | ||
, coinbase-pro ^>= 0.8.2.1 | ||
, containers ^>= 0.6.2.1 | ||
, cryptonite ^>= 0.26 | ||
, http-api-data ^>= 0.4.2 | ||
, http-client ^>= 0.6.4.1 | ||
, http-client-tls ^>= 0.3.5.3 | ||
, http-types ^>= 0.12.3 | ||
, io-streams ^>= 1.5.2.0 | ||
, memory ^>= 0.15 | ||
, network ^>= 3.0.1.1 | ||
, servant ^>= 0.18.2 | ||
, servant-client ^>= 0.18.2 | ||
, servant-client-core ^>= 0.18.2 | ||
, text ^>= 1.2 | ||
, time ^>= 1.9.3 | ||
, transformers ^>= 0.5.6.2 | ||
, unagi-streams ^>= 0.2 | ||
, uuid ^>= 1.3.13 | ||
, vector ^>= 0.12.1.2 | ||
, websockets ^>= 0.12.7.2 | ||
, wuss ^>= 1.1.17 | ||
|
||
HsOpenSSL >=0.11 && <0.12 | ||
, aeson >=1.2 && <1.6 | ||
, aeson-casing >=0.1 && <0.3 | ||
, async >=2.1 && <2.3 | ||
, base >=4.7 && <5 | ||
, binary >=0.8 && <0.9 | ||
, bytestring >=0.10 && <0.11 | ||
, coinbase-pro | ||
, containers >=0.5 && <0.7 | ||
, cryptonite >=0.24 && <0.28 | ||
, http-api-data >=0.3 && <0.5 | ||
, http-client >=0.5 && <0.7 | ||
, http-client-tls >=0.3 && <0.4 | ||
, http-streams >=0.8 && <0.9 | ||
, http-types >=0.12 && <0.13 | ||
, io-streams >=1.5 && <1.6 | ||
, memory >=0.14 && <0.16 | ||
, network >=2.6 && <3.2 | ||
, servant >=0.14 && <0.19 | ||
, servant-client >=0.14 && <0.19 | ||
, servant-client-core >=0.14 && <0.19 | ||
, text >=1.2 && <1.3 | ||
, time >=1.8 && <2.0 | ||
, transformers >=0.5 && <0.6 | ||
, unagi-streams >=0.2 && <0.3 | ||
, unordered-containers >=0.2 && <0.3 | ||
, uuid >=1.3 && <1.4 | ||
, vector >=0.12 && <0.13 | ||
, websockets >=0.12 && <0.13 | ||
, wuss >=1.1 && <1.2 | ||
default-language: Haskell2010 | ||
|
||
executable test-stream | ||
|
@@ -128,65 +147,34 @@ executable test-stream | |
hs-source-dirs: | ||
src/example/stream/ | ||
build-depends: | ||
base ^>= 4.14 | ||
, HsOpenSSL ^>= 0.11 | ||
, aeson ^>= 1.4.7.1 | ||
, aeson-casing ^>= 0.2.0.0 | ||
, bytestring ^>= 0.10 | ||
, coinbase-pro ^>= 0.8.2.1 | ||
, containers ^>= 0.6.2.1 | ||
, cryptonite ^>= 0.26 | ||
, http-api-data ^>= 0.4.2 | ||
, http-client ^>= 0.6.4.1 | ||
, http-client-tls ^>= 0.3.5.3 | ||
, io-streams ^>= 1.5.2.0 | ||
, memory ^>= 0.15 | ||
, network ^>= 3.0.1.1 | ||
, servant ^>= 0.18.2 | ||
, servant-client ^>= 0.18.2 | ||
, servant-client-core ^>= 0.18.2 | ||
, text ^>= 1.2 | ||
, time ^>= 1.9.3 | ||
, transformers ^>= 0.5.6.2 | ||
, unagi-streams ^>= 0.2 | ||
, uuid ^>= 1.3.13 | ||
, vector ^>= 0.12.1.2 | ||
, websockets ^>= 0.12.7.2 | ||
, wuss ^>= 1.1.17 | ||
|
||
HsOpenSSL >=0.11 && <0.12 | ||
, aeson >=1.2 && <1.6 | ||
, aeson-casing >=0.1 && <0.3 | ||
, async >=2.1 && <2.3 | ||
, base >=4.7 && <5 | ||
, binary >=0.8 && <0.9 | ||
, bytestring >=0.10 && <0.11 | ||
, coinbase-pro | ||
, containers >=0.5 && <0.7 | ||
, cryptonite >=0.24 && <0.28 | ||
, http-api-data >=0.3 && <0.5 | ||
, http-client >=0.5 && <0.7 | ||
, http-client-tls >=0.3 && <0.4 | ||
, http-streams >=0.8 && <0.9 | ||
, http-types >=0.12 && <0.13 | ||
, io-streams >=1.5 && <1.6 | ||
, memory >=0.14 && <0.16 | ||
, network >=2.6 && <3.2 | ||
, servant >=0.14 && <0.19 | ||
, servant-client >=0.14 && <0.19 | ||
, servant-client-core >=0.14 && <0.19 | ||
, text >=1.2 && <1.3 | ||
, time >=1.8 && <2.0 | ||
, transformers >=0.5 && <0.6 | ||
, unagi-streams >=0.2 && <0.3 | ||
, unordered-containers >=0.2 && <0.3 | ||
, uuid >=1.3 && <1.4 | ||
, vector >=0.12 && <0.13 | ||
, websockets >=0.12 && <0.13 | ||
, wuss >=1.1 && <1.2 | ||
default-language: Haskell2010 | ||
|
||
executable hexha | ||
main-is: Main.hs | ||
other-modules: | ||
Paths_coinbase_pro | ||
hs-source-dirs: | ||
src/hexha/app/ | ||
build-depends: | ||
base ^>= 4.14 | ||
, HsOpenSSL ^>= 0.11 | ||
, aeson ^>= 1.4.7.1 | ||
, aeson-casing ^>= 0.2.0.0 | ||
, bytestring ^>= 0.10 | ||
, coinbase-pro ^>= 0.8.2.1 | ||
, containers ^>= 0.6.2.1 | ||
, cryptonite ^>= 0.26 | ||
, http-api-data ^>= 0.4.2 | ||
, http-client ^>= 0.6.4.1 | ||
, http-client-tls ^>= 0.3.5.3 | ||
, io-streams ^>= 1.5.2.0 | ||
, memory ^>= 0.15 | ||
, network ^>= 3.0.1.1 | ||
, servant ^>= 0.18.2 | ||
, servant-client ^>= 0.18.2 | ||
, servant-client-core ^>= 0.18.2 | ||
, text ^>= 1.2 | ||
, time ^>= 1.9.3 | ||
, transformers ^>= 0.5.6.2 | ||
, unagi-streams ^>= 0.2 | ||
, uuid ^>= 1.3.13 | ||
, vector ^>= 0.12.1.2 | ||
, websockets ^>= 0.12.7.2 | ||
, wuss ^>= 1.1.17 | ||
|
||
default-language: Haskell2010 |