stackage-cli 0.0.0.2 → 0.0.0.3
raw patch · 3 files changed
+5/−2 lines, 3 files
Files
- ChangeLog.md +1/−1
- main/Purge.hs +3/−0
- stackage-cli.cabal +1/−1
ChangeLog.md view
@@ -1,4 +1,4 @@-## 0.0.0.2+## 0.0.0.3 * Works with older versions of parsec [#28](https://github.com/fpco/stackage-cli/issues/28)
main/Purge.hs view
@@ -100,6 +100,9 @@ -- #28 #if !MIN_VERSION_parsec(3,1,6)+crlf :: ParsecParser Char+crlf = char '\r' *> char '\n' <?> "crlf new-line"+ endOfLine :: ParsecParser Char endOfLine = newline <|> crlf <?> "new-line" #endif
stackage-cli.cabal view
@@ -1,5 +1,5 @@ name: stackage-cli-version: 0.0.0.2+version: 0.0.0.3 synopsis: A CLI library for stackage commands description: