MorseCode 0.0.3 → 0.0.4
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- MorseCode.cabal +1/−1
- Text/Morse.hs +1/−1
MorseCode.cabal view
@@ -1,5 +1,5 @@ name: MorseCode-version: 0.0.3+version: 0.0.4 Cabal-Version: >= 1.6 license: GPL-3 license-file: LICENSE
Text/Morse.hs view
@@ -66,7 +66,7 @@ ,(':', "---...") ,('\'', ".----.") ,('-', "-....-")- ,('(', "-.--.-")+ ,('(', "-.--.") ,(')', "-.--.-") ,('0', "-----") ,('1', ".----")