packages feed

cedict 0.2.3 → 0.2.4

raw patch · 2 files changed

+4/−2 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -53,7 +53,9 @@   dictPath                   =  combine "d" "utf8-cedict"   needed                     =  do     f'                      <-  doesFileExist headerPath-    if f' then tCompare else return True +    f''                     <-  if f' then tCompare else return True+    when (not f'') $ putStrLn $ "Found existing header file at " ++ headerPath+    return f''   genC                       =  do     hPutStrLn stderr "Generating CEDICT header file -- may take a few minutes."     t                       <-  bench $ readAndWrite dictPath headerPath 
cedict.cabal view
@@ -1,5 +1,5 @@ name:               cedict-version:            0.2.3+version:            0.2.4 category:           Text description:        Convenient Chinese character lookup. synopsis:           Convenient Chinese character lookup.