packages feed

gnuidn 0.1.1.1 → 0.1.1.2

raw patch · 1 files changed

+8/−6 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

gnuidn.cabal view
@@ -1,5 +1,5 @@ name: gnuidn-version: 0.1.1.1+version: 0.1.1.2 stability: experimental synopsis: Bindings for GNU IDN license: GPL-3@@ -10,17 +10,19 @@ cabal-version: >=1.6 category: Codec, Text bug-reports: mailto:jmillikin@gmail.com+homepage: http://john-millikin.com/software/bindings/gnuidn/+tested-with: GHC==6.12.1  source-repository head-  type: darcs-  location: http://ianen.org/haskell/bindings/gnuidn/+  type: bazaar+  location: http://john-millikin.com/software/bindings/gnuidn/  library-  ghc-options: -Wall -fno-warn-unused-do-bind+  ghc-options: -Wall    build-depends:-      base >=3 && < 5-    , text >= 0.2 && < 0.9+      base >= 3 && < 5+    , text >= 0.2 && < 0.11     , bytestring >= 0.9 && < 0.10    extra-libraries: idn