decode-utf8 1.1 → 1.2
raw patch · 2 files changed
+2/−2 lines, 2 filessetup-changed
Files
- Setup.hs +1/−1
- decode-utf8.cabal +1/−1
Setup.hs view
@@ -1,4 +1,4 @@-module Main(main)+module Main ( main ) where import Distribution.Simple
decode-utf8.cabal view
@@ -1,5 +1,5 @@ name: decode-utf8-version: 1.1+version: 1.2 category: Text synopsis: Decode a UTF-8 byte stream on standard input license: MIT