packages feed

gnuidn 0.1 → 0.1.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

Data/Text/IDN/StringPrep.hs view
@@ -104,7 +104,7 @@ 	200 -> ErrorNormalisationFailed 	_ -> ErrorUnknown $ toInteger x -foreign import ccall unsafe "stringprep"+foreign import ccall "stringprep" 	c_stringprep :: F.CString -> F.CSize -> F.CInt -> Profile -> IO F.CInt  foreign import ccall "&stringprep_nameprep"
gnuidn.cabal view
@@ -1,5 +1,5 @@ name: gnuidn-version: 0.1+version: 0.1.1 stability: experimental synopsis: Bindings for GNU IDN license: GPL-3@@ -20,7 +20,7 @@    build-depends:       base >=3 && < 5-    , text >= 0.7 && < 0.8+    , text >= 0.2 && < 0.8     , bytestring >= 0.9 && < 0.10    extra-libraries: idn