Bitly 0.0.2 → 0.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Bitly.cabal +1/−1
- bitly.hs +1/−1
Bitly.cabal view
@@ -1,5 +1,5 @@ Name: Bitly-Version: 0.0.2+Version: 0.0.3 Cabal-version: >= 1.2 Build-type: Simple
bitly.hs view
@@ -41,7 +41,7 @@ Left _ -> return url Right url' -> return url' -urlRE = "(http|ftp|https)://\\w+(\\.\\w+)(:[0-9]+)?(/\\S+)?/?"+urlRE = "(http|ftp|https)://\\w+(\\.\\w+)+(:[0-9]+)?(/\\S+)?/?" passThrough :: (String -> IO Result) -> String -> IO String passThrough op txt =