bet 0.1.2.0 → 0.1.2.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- bet.cabal +3/−3
- toys/login-test/Main.hs +1/−1
bet.cabal view
@@ -1,5 +1,5 @@ name: bet-version: 0.1.2.0+version: 0.1.2.1 synopsis: Betfair API bindings. Bet on sports on betting exchanges. description: This library contains Haskell bindings to the Betfair API.@@ -16,7 +16,7 @@ something in the library breaks down. . In particular, check the Betfair API documentation page for which version- it is at the moment. This library is written against version 2.0 exactly.+ it is at the moment. This library is written against version 2.1. . 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@@ -26,7 +26,7 @@ license-file: LICENSE author: Mikko Juola maintainer: mikjuo@gmail.com-copyright: Copyright (C) 2014 Mikko Juola+copyright: Copyright (C) 2014-2015 Mikko Juola category: Network build-type: Simple stability: experimental
toys/login-test/Main.hs view
@@ -10,7 +10,7 @@ import System.IO main :: IO ()-main = withOpenSSL $ do+main = do args <- getArgs if null args then usageHelp >> exitFailure