a mdict library for haskell
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-12 18:00:59 +00:00
.gitignore add the first version that actually builds 2025-03-12 13:55:28 -04:00
LICENSE Initial commit 2025-03-12 17:48:57 +00:00
MDict.hs add the first version that actually builds 2025-03-12 13:55:28 -04:00
README.md Update README.md 2025-03-12 18:00:59 +00:00

mdict-hs

a mdict library for haskell

first build mdict-cpp

then in the folder there will be some *.a files, which are the library files that we need. in the example below, we refer to that folder containing those files, as "lib"

build

ghc -O2 -Wall -fno-warn-unused-imports \
    -lmdict -lminilzo -lminiz \
    -L./lib \
    MDict.hs