symbols 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Data/Symbol/Ascii.hs +1/−1
- symbols.cabal +1/−1
src/Data/Symbol/Ascii.hs view
@@ -158,7 +158,7 @@ ReadDigit orig other = TypeError ('Text "Parse error: " ':<>: ShowType other- ':<>: 'Text " is not a valid in "+ ':<>: 'Text " is not a valid digit in " ':<>: ShowType orig) --------------------------------------------------------------------------------
symbols.cabal view
@@ -1,5 +1,5 @@ name: symbols-version: 0.2.0.2+version: 0.2.0.3 synopsis: Symbol manipulation description: Utilities for manipulating type-level strings natively. license: BSD3