decode-utf8 1.0 → 1.1
raw patch · 1 files changed
+1/−4 lines, 1 files
Files
- decode-utf8.cabal +1/−4
decode-utf8.cabal view
@@ -1,5 +1,5 @@ name: decode-utf8-version: 1.0+version: 1.1 category: Text synopsis: Decode a UTF-8 byte stream on standard input license: MIT@@ -18,9 +18,6 @@ base >= 4.0 && < 5.0, opentheory-unicode >= 1.0 && < 2.0, api-opentheory-unicode >= 1.0 && < 2.0- hs-source-dirs: src- ghc-options: -Wall- main-is: Main.hs