cndict 0.7.3 → 0.7.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- cndict.cabal +1/−1
- src/Data/Chinese/CCDict.hs +1/−1
cndict.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: cndict-version: 0.7.3+version: 0.7.4 synopsis: Chinese/Mandarin <-> English dictionary, Chinese lexer. -- description: license: PublicDomain
src/Data/Chinese/CCDict.hs view
@@ -117,7 +117,7 @@ Just (first, _newUpper) -> scrapeEntry ccDict first key where- (upper, lower) = bounds ccDict+ (lower, upper) = bounds ccDict scrapeEntry :: CCDict -> Int -> Text -> Maybe Entry scrapeEntry dict nth key =