bet 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- bet.cabal +2/−2
- src/Network/Betfair/Types.hs +1/−1
bet.cabal view
@@ -1,5 +1,5 @@ name: bet-version: 0.1.0.0+version: 0.1.1.0 synopsis: Betfair API bindings. Bet on sports on betting exchanges. description: This library contains Haskell bindings to the Betfair API.@@ -21,7 +21,7 @@ This library enforces limits on the number of calls you can do to Betfair API in a second, to help you avoid data charges. See "Network.Betfair.Unsafe".-homepage: https://github.com/Noeda/hs-bet/+homepage: https://github.com/Noeda/bet/ license: MIT license-file: LICENSE author: Mikko Juola
src/Network/Betfair/Types.hs view
@@ -987,7 +987,7 @@ deriveJSON (commonEnum 0) ''APIExceptionCode -instance Request CancelOrders [CancelExecutionReport] where+instance Request CancelOrders CancelExecutionReport where requestMethod _ = "SportsAPING/v1.0/cancelOrders" requestUrl _ = bettingUrl