charsetdetect-ae 1.1.0.1 → 1.1.0.2
raw patch · 1 files changed
+11/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- charsetdetect-ae.cabal +11/−5
charsetdetect-ae.cabal view
@@ -1,5 +1,5 @@ Name: charsetdetect-ae-Version: 1.1.0.1+Version: 1.1.0.2 Cabal-Version: >= 1.6 Category: Text Synopsis: Character set detection using Mozilla's Universal Character Set Detector@@ -68,9 +68,9 @@ Library Exposed-Modules: Codec.Text.Detect- + Build-Depends: base >= 4.2.0.2 && < 5, bytestring >= 0.9.1.7- + -- Needed to ensure correct build on GHC 7.6 when imported by a -- library which uses Template Haskell. --@@ -81,8 +81,14 @@ c-sources: cbits/dso_handle.c -- This is a bit dodgy since g++ might link in more stuff, but will probably work in practice:- Extra-Libraries: stdc++- + if os(windows)+ if arch(x86_64)+ extra-libraries: stdc++-6 gcc_s_seh-1+ else+ extra-libraries: stdc++-6 gcc_s_dw2-1+ else+ extra-libraries: stdc+++ Include-Dirs: libcharsetdetect libcharsetdetect/mozilla/extensions/universalchardet/src/base libcharsetdetect/nspr-emu